Searched refs:vlc_offsets (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpc8.c92 static const uint16_t vlc_offsets[13] = { variable
197 res_vlc[i].table = &codes_table[vlc_offsets[0+i]];
198 res_vlc[i].table_allocated = vlc_offsets[1+i] - vlc_offsets[0+i];
203 q2_vlc[i].table = &codes_table[vlc_offsets[2+i]];
204 q2_vlc[i].table_allocated = vlc_offsets[3+i] - vlc_offsets[2+i];
209 quant_vlc[0][i].table = &codes_table[vlc_offsets[4+i]];
210 quant_vlc[0][i].table_allocated = vlc_offsets[5+i] - vlc_offsets[
[all...]
H A Dimc.c100 static const int vlc_offsets[17] = { variable
156 huffman_vlc[i][j].table = &vlc_tables[vlc_offsets[i * 4 + j]];
157 huffman_vlc[i][j].table_allocated = vlc_offsets[i * 4 + j + 1] - vlc_offsets[i * 4 + j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc8.c92 static const uint16_t vlc_offsets[13] = { variable
201 res_vlc[i].table = &codes_table[vlc_offsets[0+i]];
202 res_vlc[i].table_allocated = vlc_offsets[1+i] - vlc_offsets[0+i];
207 q2_vlc[i].table = &codes_table[vlc_offsets[2+i]];
208 q2_vlc[i].table_allocated = vlc_offsets[3+i] - vlc_offsets[2+i];
213 quant_vlc[0][i].table = &codes_table[vlc_offsets[4+i]];
214 quant_vlc[0][i].table_allocated = vlc_offsets[5+i] - vlc_offsets[
[all...]
H A Dimc.c114 static const int vlc_offsets[17] = { variable
229 huffman_vlc[i][j].table = &vlc_tables[vlc_offsets[i * 4 + j]];
230 huffman_vlc[i][j].table_allocated = vlc_offsets[i * 4 + j + 1] - vlc_offsets[i * 4 + j];

Completed in 126 milliseconds