Searched refs:get_vlc2 (Results 1 - 25 of 41) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpeg12.h43 code = get_vlc2(gb, dc_lum_vlc.table, DC_VLC_BITS, 2);
45 code = get_vlc2(gb, dc_chroma_vlc.table, DC_VLC_BITS, 2);
H A Dmpc7.c127 t = get_vlc2(gb, quant_vlc[0][i1].table, 9, 2);
136 t = get_vlc2(gb, quant_vlc[1][i1].table, 9, 2);
144 *dst++ = get_vlc2(gb, quant_vlc[idx-1][i1].table, 9, 2) - mpc7_quant_vlc_off[idx-1];
183 if(i) t = get_vlc2(&gb, hdr_vlc.table, MPC7_HDR_BITS, 1) - 5;
196 if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1);
202 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
206 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
208 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
212 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
218 t = get_vlc2(
[all...]
H A Dmpc8.c205 maxband = c->last_max_band + get_vlc2(gb, band_vlc.table, MPC8_BANDS_BITS, 2);
215 last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch];
248 t = get_vlc2(gb, scfi_vlc[cnt].table, scfi_vlc[cnt].bits, 1);
263 t = get_vlc2(gb, dscf_vlc[1].table, MPC8_DSCF1_BITS, 2);
272 t = get_vlc2(gb, dscf_vlc[0].table, MPC8_DSCF0_BITS, 2);
293 cnt = get_vlc2(gb, q1_vlc.table, MPC8_Q1_BITS, 2);
302 t = get_vlc2(gb, q2_vlc[cnt > 3].table, MPC8_Q2_BITS, 2);
312 t = get_vlc2(gb, q3_vlc[res - 3].table, MPC8_Q3_BITS, 2) + q3_offsets[res - 3];
323 t = get_vlc2(gb, quant_vlc[res - 5][cnt > mpc8_thres[res]].table, quant_vlc[res - 5][cnt > mpc8_thres[res]].bits, 2) + quant_offsets[res - 5];
330 c->Q[ch][off + j] = get_vlc2(g
[all...]
H A Dfaxcompr.c132 t = get_vlc2(gb, ccitt_vlc[mode].table, 9, 2);
168 int cmode = get_vlc2(gb, ccitt_group3_2d_vlc.table, 9, 1);
188 t = get_vlc2(gb, ccitt_vlc[mode].table, 9, 2);
H A Dmsmpeg4.c1405 code = get_vlc2(&s->gb, v2_mv_vlc.table, V2_MV_VLC_BITS, 2);
1453 code = get_vlc2(&s->gb, v2_mb_type_vlc.table, V2_MB_TYPE_VLC_BITS, 1);
1455 code = get_vlc2(&s->gb, v1_inter_cbpc_vlc.table, V1_INTER_CBPC_VLC_BITS, 3);
1467 cbp= get_vlc2(&s->gb, v2_intra_cbpc_vlc.table, V2_INTRA_CBPC_VLC_BITS, 1);
1469 cbp= get_vlc2(&s->gb, v1_intra_cbpc_vlc.table, V1_INTRA_CBPC_VLC_BITS, 1);
1479 cbpy= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1);
1499 cbp|= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors
1502 cbp|= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors
1542 code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[DEFAULT_INTER_INDEX].table, MB_NON_INTRA_VLC_BITS, 3);
1551 code = get_vlc2(
[all...]
H A Dsmacker.c136 i1 = get_vlc2(gb, ctx->v1->table, SMKTREE_BITS, 3);
139 i2 = get_vlc2(gb, ctx->v2->table, SMKTREE_BITS, 3);
628 res = get_vlc2(&gb, vlc[2].table, SMKTREE_BITS, 3);
633 res = get_vlc2(&gb, vlc[3].table, SMKTREE_BITS, 3);
641 res = get_vlc2(&gb, vlc[0].table, SMKTREE_BITS, 3);
646 res = get_vlc2(&gb, vlc[1].table, SMKTREE_BITS, 3);
662 res = get_vlc2(&gb, vlc[1].table, SMKTREE_BITS, 3);
669 res = get_vlc2(&gb, vlc[0].table, SMKTREE_BITS, 3);
H A Dh261dec.c230 int mv_diff = get_vlc2(gb, h261_mv_vlc.table, H261_MV_VLC_BITS, 2);
255 h->mba_diff = get_vlc2(&s->gb, h261_mba_vlc.table, H261_MBA_VLC_BITS, 2);
287 h->mtype = get_vlc2(&s->gb, h261_mtype_vlc.table, H261_MTYPE_VLC_BITS, 2);
321 cbp = get_vlc2(&s->gb, h261_cbp_vlc.table, H261_CBP_VLC_BITS, 2) + 1;
407 code = get_vlc2(&s->gb, rl->vlc.table, TCOEFF_VLC_BITS, 2);
H A Drv40.c147 pattern = get_vlc2(gb, aic_top_vlc.table, AIC_TOP_BITS, 1);
170 v = get_vlc2(gb, aic_mode2_vlc[k].table, AIC_MODE2_BITS, 2);
176 v = get_vlc2(gb, aic_mode1_vlc[B + C*10].table, AIC_MODE1_BITS, 1);
234 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);
237 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);
241 q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1);
244 q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1);
H A Ddnxhddec.c151 len = get_vlc2(&ctx->gb, ctx->dc_vlc.table, DNXHD_DC_VLC_BITS, 1);
173 index = get_vlc2(&ctx->gb, ctx->ac_vlc.table, DNXHD_VLC_BITS, 2);
187 index2 = get_vlc2(&ctx->gb, ctx->run_vlc.table, DNXHD_VLC_BITS, 2);
H A Dwnv1.c51 int v = get_vlc2(&w->gb, code_vlc.table, CODE_VLC_BITS, 1);
H A Dhuffyuv.c716 uint16_t code = get_vlc2(&s->gb, s->vlc[3+plane1].table, VLC_BITS, 1);\
721 dst0 = get_vlc2(&s->gb, s->vlc[0].table, VLC_BITS, 3);\
722 dst1 = get_vlc2(&s->gb, s->vlc[plane1].table, VLC_BITS, 3);\
858 int code = get_vlc2(&s->gb, s->vlc[3].table, VLC_BITS, 1);
862 s->temp[0][4*i+G] = get_vlc2(&s->gb, s->vlc[1].table, VLC_BITS, 3);
863 s->temp[0][4*i+B] = get_vlc2(&s->gb, s->vlc[0].table, VLC_BITS, 3) + s->temp[0][4*i+G];
864 s->temp[0][4*i+R] = get_vlc2(&s->gb, s->vlc[2].table, VLC_BITS, 3) + s->temp[0][4*i+G];
866 s->temp[0][4*i+B] = get_vlc2(&s->gb, s->vlc[0].table, VLC_BITS, 3);
867 s->temp[0][4*i+G] = get_vlc2(&s->gb, s->vlc[1].table, VLC_BITS, 3);
868 s->temp[0][4*i+R] = get_vlc2(
[all...]
H A Dsvq1dec.c231 stages = get_vlc2(bitbuf, svq1_intra_multistage[level].table, 3, 3) - 1;
247 mean = get_vlc2(bitbuf, svq1_intra_mean.table, 8, 3);
286 stages = get_vlc2(bitbuf, svq1_inter_multistage[level].table, 3, 2) - 1;
297 mean = get_vlc2(bitbuf, svq1_inter_mean.table, 9, 3) - 256;
312 diff = get_vlc2(bitbuf, svq1_motion_component.table, 7, 2);
493 block_type = get_vlc2(bitbuf, svq1_block_type.table, 2, 2);
H A Dvc1.c199 imode = get_vlc2(gb, ff_vc1_imode_vlc.table, VC1_IMODE_VLC_BITS, 1);
218 code = get_vlc2(gb, ff_vc1_norm2_vlc.table, VC1_NORM2_VLC_BITS, 1);
238 code = get_vlc2(gb, ff_vc1_norm6_vlc.table, VC1_NORM6_VLC_BITS, 2);
257 code = get_vlc2(gb, ff_vc1_norm6_vlc.table, VC1_NORM6_VLC_BITS, 2);
1143 v->bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1);
1385 v->bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1);
1644 index = 1 + get_vlc2(gb, ff_vc1_mv_diff_vlc[s->mv_table_index].table,\
2365 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);
2375 index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3);
2437 dcdiff = get_vlc2(
[all...]
H A Dasv1.c150 int code= get_vlc2(gb, level_vlc.table, VLC_BITS, 1);
157 int code= get_vlc2(gb, asv2_level_vlc.table, ASV2_LEVEL_VLC_BITS, 1);
189 const int ccp= get_vlc2(&a->gb, ccp_vlc.table, VLC_BITS, 1);
215 ccp= get_vlc2(&a->gb, dc_ccp_vlc.table, VLC_BITS, 1);
223 const int ccp= get_vlc2(&a->gb, ac_ccp_vlc.table, VLC_BITS, 1);
H A Dwmv2dec.c373 code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[w->cbp_table_index].table, MB_NON_INTRA_VLC_BITS, 3);
381 code = get_vlc2(&s->gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2);
440 s->h263_aic_dir= get_vlc2(&s->gb, ff_inter_intra_vlc.table, INTER_INTRA_VLC_BITS, 1);
H A D4xm.c304 int code= get_vlc2(&f->gb, block_type_vlc[1-(f->version>1)][index].table, BLOCK_TYPE_VLC_BITS, 1);
415 val = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3);
429 code = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3);
672 if(get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3) != 256)
H A Dindeo2.c44 return get_vlc2(gb, ir2_vlc.table, CODE_VLC_BITS, 1) + 1;
H A Dvorbis_dec.c1064 vec_off=get_vlc2(&vc->gb,
1186 cval=get_vlc2(gb, vc->codebooks[vf->class_masterbook[class_]].vlc.table,
1197 floor1_Y[offset+j]=get_vlc2(gb, vc->codebooks[book].vlc.table,
1311 uint_fast32_t temp=get_vlc2(gb, vc->codebooks[vr->classbook].vlc.table,
1349 coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim;
1358 coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim;
1371 coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * 2;
1377 coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * 4;
1385 coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim;
1399 coffs=get_vlc2(g
[all...]
H A Dvp3.c570 current_run = get_vlc2(gb,
606 current_run = get_vlc2(gb,
662 current_run = get_vlc2(gb,
772 [get_vlc2(gb, s->mode_code_vlc.table, 3, 3)];
775 [get_vlc2(gb, s->mode_code_vlc.table, 3, 3)];
853 motion_x[0] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)];
854 motion_y[0] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)];
889 motion_x[k] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)];
890 motion_y[k] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)];
1012 token = get_vlc2(g
[all...]
H A Dh263.c3439 cbpc = get_vlc2(&s->gb, intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2);
3498 cbpc = get_vlc2(&s->gb, inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2);
3595 int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1);
3607 int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1);
3637 int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1);
3831 cbpc = get_vlc2(&s->gb, inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2);
3837 get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1);
3932 cbpc = get_vlc2(&s->gb, inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2);
3946 cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1);
4034 mb_type= get_vlc2(
[all...]
H A Daac.c682 offset[2] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
695 offset[1] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
705 offset[0] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
849 const int index = get_vlc2(gb, vlc_spectral[cur_band_type - 1].table, 6, 3);
1230 gain = cge ? get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60: 0;
1240 int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
H A Dfraps.c109 dst[i] = get_vlc2(&gb, vlc.table, 9, 3);
H A Dwmadec.c273 code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX);
457 code = get_vlc2(&s->gb, s->hgain_vlc.table, HGAINVLCBITS, HGAINMAX);
504 code = get_vlc2(&s->gb, coef_vlc->table, VLCBITS, VLCMAX);
H A Dbitstream.h866 static av_always_inline int get_vlc2(GetBitContext *s, VLC_TYPE (*table)[2], function
903 int r= get_vlc2(s, table, bits, max_depth);
925 #define get_vlc2(s, tab, bits, max) get_vlc_trace(s, tab, bits, max, __FILE__, __PRETTY_FUNCTION__, __LINE__) macro
H A Dcook.c392 j = get_vlc2(&q->gb, q->envelope_quant_index[vlc_index-1].table,
564 vlc = get_vlc2(&q->gb, q->sqvh[category].table, q->sqvh[category].bits, 3);
768 decouple_tab[cplband[q->js_subband_start] + i] = get_vlc2(&q->gb, q->ccpl.table, q->ccpl.bits, 2);

Completed in 364 milliseconds

12