Searched refs:quant_vlc (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.c40 static VLC q1_vlc, q2_vlc[2], q3_vlc[2], quant_vlc[4][2], q9up_vlc; variable
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[4+i];
211 init_vlc(&quant_vlc[0][i], MPC8_Q5_BITS, MPC8_Q5_SIZE,
214 quant_vlc[1][i].table = &codes_table[vlc_offsets[6+i]];
215 quant_vlc[1][i].table_allocated = vlc_offsets[7+i] - vlc_offsets[6+i];
216 init_vlc(&quant_vlc[1][i], MPC8_Q6_BITS, MPC8_Q6_SIZE,
219 quant_vlc[2][i].table = &codes_table[vlc_offsets[8+i]];
220 quant_vlc[2][i].table_allocated = vlc_offsets[9+i] - vlc_offsets[8+i];
221 init_vlc(&quant_vlc[
[all...]
H A Dmpc7.c42 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2]; variable
128 quant_vlc[i][j].table = &quant_tables[quant_offsets[i*2 + j]];
129 quant_vlc[i][j].table_allocated = quant_offsets[i*2 + j + 1] - quant_offsets[i*2 + j];
130 if(init_vlc(&quant_vlc[i][j], 9, mpc7_quant_vlc_sizes[i],
161 t = get_vlc2(gb, quant_vlc[0][i1].table, 9, 2);
170 t = get_vlc2(gb, quant_vlc[1][i1].table, 9, 2);
178 *dst++ = get_vlc2(gb, quant_vlc[idx-1][i1].table, 9, 2) - mpc7_quant_vlc_off[idx-1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc8.c40 static VLC q1_vlc, q2_vlc[2], q3_vlc[2], quant_vlc[4][2], q9up_vlc; variable
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[4+i];
215 init_vlc(&quant_vlc[0][i], MPC8_Q5_BITS, MPC8_Q5_SIZE,
218 quant_vlc[1][i].table = &codes_table[vlc_offsets[6+i]];
219 quant_vlc[1][i].table_allocated = vlc_offsets[7+i] - vlc_offsets[6+i];
220 init_vlc(&quant_vlc[1][i], MPC8_Q6_BITS, MPC8_Q6_SIZE,
223 quant_vlc[2][i].table = &codes_table[vlc_offsets[8+i]];
224 quant_vlc[2][i].table_allocated = vlc_offsets[9+i] - vlc_offsets[8+i];
225 init_vlc(&quant_vlc[
[all...]
H A Dmpc7.c39 static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2]; variable
124 quant_vlc[i][j].table = &quant_tables[quant_offsets[i*2 + j]];
125 quant_vlc[i][j].table_allocated = quant_offsets[i*2 + j + 1] - quant_offsets[i*2 + j];
126 if(init_vlc(&quant_vlc[i][j], 9, mpc7_quant_vlc_sizes[i],
154 t = get_vlc2(gb, quant_vlc[0][i1].table, 9, 2);
163 t = get_vlc2(gb, quant_vlc[1][i1].table, 9, 2);
171 *dst++ = get_vlc2(gb, quant_vlc[idx-1][i1].table, 9, 2) - mpc7_quant_vlc_off[idx-1];

Completed in 39 milliseconds