nabla101
28th February 2011, 12:13
Hi, where can I find a complete list (102 codes) of the pre-calculated Huffman codes (VLCs) for transform coefficients used in MPEG 4 visual, and also the pre-calculated codes for the motion vector differences (MVDs), of which I think there are about 60 codes. They are based on generic video data.
I have the book H.264 Advanced Video Coding by Iain Richardson, and he only list the tables partially in the book, and doesn't provide reference to a full list. I've searched the internet, and can't find them anywhere.
I'm designing an h.264 codec, and using this codes will be much simpler and more economic for my application than to calculate symbol probabilities and generate binary trees on the fly.
I have the book H.264 Advanced Video Coding by Iain Richardson, and he only list the tables partially in the book, and doesn't provide reference to a full list. I've searched the internet, and can't find them anywhere.
I'm designing an h.264 codec, and using this codes will be much simpler and more economic for my application than to calculate symbol probabilities and generate binary trees on the fly.