Searched refs:idxtab (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodec_template.c | 873 static const int idxtab[16] = { 3,3,2,2,1,1,1,1,0,0,0,0,0,0,0,0 }; in huffman_decode() local 875 int pos = s_index + idxtab[code]; in huffman_decode() 876 code ^= 8 >> idxtab[code]; in huffman_decode()
|
Completed in 5 milliseconds