get_vlc2 304 libavcodec/4xm.c int code= get_vlc2(&f->gb, block_type_vlc[1-(f->version>1)][index].table, BLOCK_TYPE_VLC_BITS, 1); get_vlc2 415 libavcodec/4xm.c val = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); get_vlc2 429 libavcodec/4xm.c code = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); get_vlc2 672 libavcodec/4xm.c if(get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3) != 256) get_vlc2 682 libavcodec/aac.c offset[2] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 695 libavcodec/aac.c offset[1] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 705 libavcodec/aac.c offset[0] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 849 libavcodec/aac.c const int index = get_vlc2(gb, vlc_spectral[cur_band_type - 1].table, 6, 3); get_vlc2 1222 libavcodec/aac.c gain = cge ? get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60: 0; get_vlc2 1232 libavcodec/aac.c int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 150 libavcodec/asv1.c int code= get_vlc2(gb, level_vlc.table, VLC_BITS, 1); get_vlc2 157 libavcodec/asv1.c int code= get_vlc2(gb, asv2_level_vlc.table, ASV2_LEVEL_VLC_BITS, 1); get_vlc2 189 libavcodec/asv1.c const int ccp= get_vlc2(&a->gb, ccp_vlc.table, VLC_BITS, 1); get_vlc2 215 libavcodec/asv1.c ccp= get_vlc2(&a->gb, dc_ccp_vlc.table, VLC_BITS, 1); get_vlc2 223 libavcodec/asv1.c const int ccp= get_vlc2(&a->gb, ac_ccp_vlc.table, VLC_BITS, 1); get_vlc2 331 libavcodec/atrac3.c huffSymb = get_vlc2(gb, spectral_coeff_tab[selector-1].table, spectral_coeff_tab[selector-1].bits, 3); get_vlc2 340 libavcodec/atrac3.c huffSymb = get_vlc2(gb, spectral_coeff_tab[selector-1].table, spectral_coeff_tab[selector-1].bits, 3); get_vlc2 903 libavcodec/bitstream.h int r= get_vlc2(s, table, bits, max_depth); get_vlc2 392 libavcodec/cook.c j = get_vlc2(&q->gb, q->envelope_quant_index[vlc_index-1].table, get_vlc2 564 libavcodec/cook.c vlc = get_vlc2(&q->gb, q->sqvh[category].table, q->sqvh[category].bits, 3); get_vlc2 768 libavcodec/cook.c decouple_tab[cplband[q->js_subband_start] + i] = get_vlc2(&q->gb, q->ccpl.table, q->ccpl.bits, 2); get_vlc2 160 libavcodec/dca.c return get_vlc2(gb, ba->vlc[idx].table, ba->vlc[idx].bits, ba->wrap) + ba->offset; get_vlc2 151 libavcodec/dnxhddec.c len = get_vlc2(&ctx->gb, ctx->dc_vlc.table, DNXHD_DC_VLC_BITS, 1); get_vlc2 173 libavcodec/dnxhddec.c index = get_vlc2(&ctx->gb, ctx->ac_vlc.table, DNXHD_VLC_BITS, 2); get_vlc2 187 libavcodec/dnxhddec.c index2 = get_vlc2(&ctx->gb, ctx->run_vlc.table, DNXHD_VLC_BITS, 2); get_vlc2 132 libavcodec/faxcompr.c t = get_vlc2(gb, ccitt_vlc[mode].table, 9, 2); get_vlc2 168 libavcodec/faxcompr.c int cmode = get_vlc2(gb, ccitt_group3_2d_vlc.table, 9, 1); get_vlc2 188 libavcodec/faxcompr.c t = get_vlc2(gb, ccitt_vlc[mode].table, 9, 2); get_vlc2 109 libavcodec/fraps.c dst[i] = get_vlc2(&gb, vlc.table, 9, 3); get_vlc2 230 libavcodec/h261dec.c int mv_diff = get_vlc2(gb, h261_mv_vlc.table, H261_MV_VLC_BITS, 2); get_vlc2 255 libavcodec/h261dec.c h->mba_diff = get_vlc2(&s->gb, h261_mba_vlc.table, H261_MBA_VLC_BITS, 2); get_vlc2 287 libavcodec/h261dec.c h->mtype = get_vlc2(&s->gb, h261_mtype_vlc.table, H261_MTYPE_VLC_BITS, 2); get_vlc2 321 libavcodec/h261dec.c cbp = get_vlc2(&s->gb, h261_cbp_vlc.table, H261_CBP_VLC_BITS, 2) + 1; get_vlc2 407 libavcodec/h261dec.c code = get_vlc2(&s->gb, rl->vlc.table, TCOEFF_VLC_BITS, 2); get_vlc2 3439 libavcodec/h263.c cbpc = get_vlc2(&s->gb, intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); get_vlc2 3498 libavcodec/h263.c cbpc = get_vlc2(&s->gb, inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 3595 libavcodec/h263.c int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 3607 libavcodec/h263.c int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 3637 libavcodec/h263.c int cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 3831 libavcodec/h263.c cbpc = get_vlc2(&s->gb, inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 3837 libavcodec/h263.c get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 3932 libavcodec/h263.c cbpc = get_vlc2(&s->gb, inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 3946 libavcodec/h263.c cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 4034 libavcodec/h263.c mb_type= get_vlc2(&s->gb, h263_mbtype_b_vlc.table, H263_MBTYPE_B_VLC_BITS, 2); get_vlc2 4046 libavcodec/h263.c cbpc = get_vlc2(&s->gb, cbpc_b_vlc.table, CBPC_B_VLC_BITS, 1); get_vlc2 4052 libavcodec/h263.c cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 4117 libavcodec/h263.c cbpc = get_vlc2(&s->gb, intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); get_vlc2 4140 libavcodec/h263.c cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 4209 libavcodec/h263.c cbpc = get_vlc2(&s->gb, inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 4225 libavcodec/h263.c cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1) ^ 0x0F; get_vlc2 4342 libavcodec/h263.c mb_type= get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); get_vlc2 4441 libavcodec/h263.c cbpc = get_vlc2(&s->gb, intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); get_vlc2 4457 libavcodec/h263.c cbpy = get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 4507 libavcodec/h263.c code = get_vlc2(&s->gb, mv_vlc.table, MV_VLC_BITS, 2); get_vlc2 4632 libavcodec/h263.c code = get_vlc2(&s->gb, rl->vlc.table, TEX_VLC_BITS, 2); get_vlc2 4708 libavcodec/h263.c code = get_vlc2(&s->gb, dc_lum.table, DC_VLC_BITS, 1); get_vlc2 4710 libavcodec/h263.c code = get_vlc2(&s->gb, dc_chrom.table, DC_VLC_BITS, 1); get_vlc2 5287 libavcodec/h263.c length= get_vlc2(gb, sprite_trajectory.table, SPRITE_TRAJ_VLC_BITS, 3); get_vlc2 5293 libavcodec/h263.c length= get_vlc2(gb, sprite_trajectory.table, SPRITE_TRAJ_VLC_BITS, 3); get_vlc2 4141 libavcodec/h264.c coeff_token= get_vlc2(gb, chroma_dc_coeff_token_vlc.table, CHROMA_DC_COEFF_TOKEN_VLC_BITS, 1); get_vlc2 4146 libavcodec/h264.c coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOKEN_VLC_BITS, 2); get_vlc2 4150 libavcodec/h264.c coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOKEN_VLC_BITS, 2); get_vlc2 4252 libavcodec/h264.c zeros_left= get_vlc2(gb, chroma_dc_total_zeros_vlc[ total_coeff-1 ].table, CHROMA_DC_TOTAL_ZEROS_VLC_BITS, 1); get_vlc2 4254 libavcodec/h264.c zeros_left= get_vlc2(gb, total_zeros_vlc[ total_coeff-1 ].table, TOTAL_ZEROS_VLC_BITS, 1); get_vlc2 4265 libavcodec/h264.c run_before= get_vlc2(gb, run_vlc[zeros_left-1].table, RUN_VLC_BITS, 1); get_vlc2 4267 libavcodec/h264.c run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); get_vlc2 4281 libavcodec/h264.c run_before= get_vlc2(gb, run_vlc[zeros_left-1].table, RUN_VLC_BITS, 1); get_vlc2 4283 libavcodec/h264.c run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); get_vlc2 716 libavcodec/huffyuv.c uint16_t code = get_vlc2(&s->gb, s->vlc[3+plane1].table, VLC_BITS, 1);\ get_vlc2 721 libavcodec/huffyuv.c dst0 = get_vlc2(&s->gb, s->vlc[0].table, VLC_BITS, 3);\ get_vlc2 722 libavcodec/huffyuv.c dst1 = get_vlc2(&s->gb, s->vlc[plane1].table, VLC_BITS, 3);\ get_vlc2 858 libavcodec/huffyuv.c int code = get_vlc2(&s->gb, s->vlc[3].table, VLC_BITS, 1); get_vlc2 862 libavcodec/huffyuv.c s->temp[0][4*i+G] = get_vlc2(&s->gb, s->vlc[1].table, VLC_BITS, 3); get_vlc2 863 libavcodec/huffyuv.c s->temp[0][4*i+B] = get_vlc2(&s->gb, s->vlc[0].table, VLC_BITS, 3) + s->temp[0][4*i+G]; get_vlc2 864 libavcodec/huffyuv.c s->temp[0][4*i+R] = get_vlc2(&s->gb, s->vlc[2].table, VLC_BITS, 3) + s->temp[0][4*i+G]; get_vlc2 866 libavcodec/huffyuv.c s->temp[0][4*i+B] = get_vlc2(&s->gb, s->vlc[0].table, VLC_BITS, 3); get_vlc2 867 libavcodec/huffyuv.c s->temp[0][4*i+G] = get_vlc2(&s->gb, s->vlc[1].table, VLC_BITS, 3); get_vlc2 868 libavcodec/huffyuv.c s->temp[0][4*i+R] = get_vlc2(&s->gb, s->vlc[2].table, VLC_BITS, 3); get_vlc2 871 libavcodec/huffyuv.c get_vlc2(&s->gb, s->vlc[2].table, VLC_BITS, 3); //?! get_vlc2 236 libavcodec/imc.c levlCoeffs[i] = get_vlc2(&q->gb, hufftab[cb_sel[i]]->table, hufftab[cb_sel[i]]->bits, 2); get_vlc2 44 libavcodec/indeo2.c return get_vlc2(gb, ir2_vlc.table, CODE_VLC_BITS, 1) + 1; get_vlc2 122 libavcodec/intrax8.c return get_vlc2(&s->gb, w->j_orient_vlc->table, OR_VLC_BITS, OR_VLC_MTD); get_vlc2 179 libavcodec/intrax8.c i = get_vlc2(&s->gb, w->j_ac_vlc[mode]->table, AC_VLC_BITS, AC_VLC_MTD); get_vlc2 252 libavcodec/intrax8.c i=get_vlc2(&s->gb, w->j_dc_vlc[mode]->table, DC_VLC_BITS, DC_VLC_MTD); get_vlc2 175 libavcodec/mimic.c vlc = get_vlc2(&ctx->gb, ctx->vlc.table, ctx->vlc.bits, 3); get_vlc2 372 libavcodec/mjpegdec.c code = get_vlc2(&s->gb, s->vlcs[0][dc_index].table, 9, 2); get_vlc2 198 libavcodec/mlpdec.c result = get_vlc2(gbp, huff_vlc[codebook-1].table, get_vlc2 210 libavcodec/motionpixels.c i = (mp->codes_count == 1) ? 0 : get_vlc2(gb, mp->vlc.table, mp->max_codes_bits, 1); get_vlc2 127 libavcodec/mpc7.c t = get_vlc2(gb, quant_vlc[0][i1].table, 9, 2); get_vlc2 136 libavcodec/mpc7.c t = get_vlc2(gb, quant_vlc[1][i1].table, 9, 2); get_vlc2 144 libavcodec/mpc7.c *dst++ = get_vlc2(gb, quant_vlc[idx-1][i1].table, 9, 2) - mpc7_quant_vlc_off[idx-1]; get_vlc2 183 libavcodec/mpc7.c if(i) t = get_vlc2(&gb, hdr_vlc.table, MPC7_HDR_BITS, 1) - 5; get_vlc2 196 libavcodec/mpc7.c if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1); get_vlc2 202 libavcodec/mpc7.c t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7; get_vlc2 206 libavcodec/mpc7.c t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7; get_vlc2 208 libavcodec/mpc7.c t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7; get_vlc2 212 libavcodec/mpc7.c t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7; get_vlc2 218 libavcodec/mpc7.c t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7; get_vlc2 205 libavcodec/mpc8.c maxband = c->last_max_band + get_vlc2(gb, band_vlc.table, MPC8_BANDS_BITS, 2); get_vlc2 215 libavcodec/mpc8.c last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch]; get_vlc2 248 libavcodec/mpc8.c t = get_vlc2(gb, scfi_vlc[cnt].table, scfi_vlc[cnt].bits, 1); get_vlc2 263 libavcodec/mpc8.c t = get_vlc2(gb, dscf_vlc[1].table, MPC8_DSCF1_BITS, 2); get_vlc2 272 libavcodec/mpc8.c t = get_vlc2(gb, dscf_vlc[0].table, MPC8_DSCF0_BITS, 2); get_vlc2 293 libavcodec/mpc8.c cnt = get_vlc2(gb, q1_vlc.table, MPC8_Q1_BITS, 2); get_vlc2 302 libavcodec/mpc8.c t = get_vlc2(gb, q2_vlc[cnt > 3].table, MPC8_Q2_BITS, 2); get_vlc2 312 libavcodec/mpc8.c t = get_vlc2(gb, q3_vlc[res - 3].table, MPC8_Q3_BITS, 2) + q3_offsets[res - 3]; get_vlc2 323 libavcodec/mpc8.c 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]; get_vlc2 330 libavcodec/mpc8.c c->Q[ch][off + j] = get_vlc2(gb, q9up_vlc.table, MPC8_Q9UP_BITS, 2); get_vlc2 253 libavcodec/mpeg12.c mb_type = get_vlc2(&s->gb, mb_ptype_vlc.table, MB_PTYPE_VLC_BITS, 1); get_vlc2 261 libavcodec/mpeg12.c mb_type = get_vlc2(&s->gb, mb_btype_vlc.table, MB_BTYPE_VLC_BITS, 1); get_vlc2 501 libavcodec/mpeg12.c cbp = get_vlc2(&s->gb, mb_pat_vlc.table, MB_PAT_VLC_BITS, 1); get_vlc2 581 libavcodec/mpeg12.c code = get_vlc2(&s->gb, mv_vlc.table, MV_VLC_BITS, 2); get_vlc2 1721 libavcodec/mpeg12.c int code = get_vlc2(&s->gb, mbincr_vlc.table, MBINCR_VLC_BITS, 2); get_vlc2 1832 libavcodec/mpeg12.c int code = get_vlc2(&s->gb, mbincr_vlc.table, MBINCR_VLC_BITS, 2); get_vlc2 43 libavcodec/mpeg12.h code = get_vlc2(gb, dc_lum_vlc.table, DC_VLC_BITS, 2); get_vlc2 45 libavcodec/mpeg12.h code = get_vlc2(gb, dc_chroma_vlc.table, DC_VLC_BITS, 2); get_vlc2 1491 libavcodec/mpegaudiodec.c y = get_vlc2(&s->gb, vlc->table, 7, 3); get_vlc2 1570 libavcodec/mpegaudiodec.c code = get_vlc2(&s->gb, vlc->table, vlc->bits, 1); get_vlc2 1405 libavcodec/msmpeg4.c code = get_vlc2(&s->gb, v2_mv_vlc.table, V2_MV_VLC_BITS, 2); get_vlc2 1453 libavcodec/msmpeg4.c code = get_vlc2(&s->gb, v2_mb_type_vlc.table, V2_MB_TYPE_VLC_BITS, 1); get_vlc2 1455 libavcodec/msmpeg4.c code = get_vlc2(&s->gb, v1_inter_cbpc_vlc.table, V1_INTER_CBPC_VLC_BITS, 3); get_vlc2 1467 libavcodec/msmpeg4.c cbp= get_vlc2(&s->gb, v2_intra_cbpc_vlc.table, V2_INTRA_CBPC_VLC_BITS, 1); get_vlc2 1469 libavcodec/msmpeg4.c cbp= get_vlc2(&s->gb, v1_intra_cbpc_vlc.table, V1_INTRA_CBPC_VLC_BITS, 1); get_vlc2 1479 libavcodec/msmpeg4.c cbpy= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 1499 libavcodec/msmpeg4.c cbp|= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors get_vlc2 1502 libavcodec/msmpeg4.c cbp|= get_vlc2(&s->gb, cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors get_vlc2 1542 libavcodec/msmpeg4.c code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[DEFAULT_INTER_INDEX].table, MB_NON_INTRA_VLC_BITS, 3); get_vlc2 1551 libavcodec/msmpeg4.c code = get_vlc2(&s->gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 1587 libavcodec/msmpeg4.c s->h263_aic_dir= get_vlc2(&s->gb, ff_inter_intra_vlc.table, INTER_INTRA_VLC_BITS, 1); get_vlc2 1861 libavcodec/msmpeg4.c level = get_vlc2(&s->gb, v2_dc_lum_vlc.table, DC_VLC_BITS, 3); get_vlc2 1863 libavcodec/msmpeg4.c level = get_vlc2(&s->gb, v2_dc_chroma_vlc.table, DC_VLC_BITS, 3); get_vlc2 1870 libavcodec/msmpeg4.c level = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 1872 libavcodec/msmpeg4.c level = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 1920 libavcodec/msmpeg4.c code = get_vlc2(&s->gb, mv->vlc.table, MV_VLC_BITS, 2); get_vlc2 363 libavcodec/qdm2.c value = get_vlc2(gb, vlc->table, vlc->bits, depth); get_vlc2 187 libavcodec/rv10.c code = get_vlc2(&s->gb, rv_dc_lum.table, DC_VLC_BITS, 2); get_vlc2 210 libavcodec/rv10.c code = get_vlc2(&s->gb, rv_dc_chrom.table, DC_VLC_BITS, 2); get_vlc2 229 libavcodec/rv34.c code = get_vlc2(gb, vlc->cbppattern[table].table, 9, 2); get_vlc2 237 libavcodec/rv34.c cbp |= get_vlc2(gb, vlc->cbp[table][ones].table, vlc->cbp[table][ones].bits, 1) << curshift[0]; get_vlc2 257 libavcodec/rv34.c coef = get_vlc2(gb, vlc->table, 9, 2); get_vlc2 307 libavcodec/rv34.c code = get_vlc2(gb, rvlc->first_pattern[fc].table, 9, 2); get_vlc2 315 libavcodec/rv34.c code = get_vlc2(gb, rvlc->second_pattern[sc].table, 9, 2); get_vlc2 319 libavcodec/rv34.c code = get_vlc2(gb, rvlc->second_pattern[sc].table, 9, 2); get_vlc2 323 libavcodec/rv34.c code = get_vlc2(gb, rvlc->third_pattern[sc].table, 9, 2); get_vlc2 147 libavcodec/rv40.c pattern = get_vlc2(gb, aic_top_vlc.table, AIC_TOP_BITS, 1); get_vlc2 170 libavcodec/rv40.c v = get_vlc2(gb, aic_mode2_vlc[k].table, AIC_MODE2_BITS, 2); get_vlc2 176 libavcodec/rv40.c v = get_vlc2(gb, aic_mode1_vlc[B + C*10].table, AIC_MODE1_BITS, 1); get_vlc2 234 libavcodec/rv40.c q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1); get_vlc2 237 libavcodec/rv40.c q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1); get_vlc2 241 libavcodec/rv40.c q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); get_vlc2 244 libavcodec/rv40.c q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); get_vlc2 136 libavcodec/smacker.c i1 = get_vlc2(gb, ctx->v1->table, SMKTREE_BITS, 3); get_vlc2 139 libavcodec/smacker.c i2 = get_vlc2(gb, ctx->v2->table, SMKTREE_BITS, 3); get_vlc2 628 libavcodec/smacker.c res = get_vlc2(&gb, vlc[2].table, SMKTREE_BITS, 3); get_vlc2 633 libavcodec/smacker.c res = get_vlc2(&gb, vlc[3].table, SMKTREE_BITS, 3); get_vlc2 641 libavcodec/smacker.c res = get_vlc2(&gb, vlc[0].table, SMKTREE_BITS, 3); get_vlc2 646 libavcodec/smacker.c res = get_vlc2(&gb, vlc[1].table, SMKTREE_BITS, 3); get_vlc2 662 libavcodec/smacker.c res = get_vlc2(&gb, vlc[1].table, SMKTREE_BITS, 3); get_vlc2 669 libavcodec/smacker.c res = get_vlc2(&gb, vlc[0].table, SMKTREE_BITS, 3); get_vlc2 231 libavcodec/svq1dec.c stages = get_vlc2(bitbuf, svq1_intra_multistage[level].table, 3, 3) - 1; get_vlc2 247 libavcodec/svq1dec.c mean = get_vlc2(bitbuf, svq1_intra_mean.table, 8, 3); get_vlc2 286 libavcodec/svq1dec.c stages = get_vlc2(bitbuf, svq1_inter_multistage[level].table, 3, 2) - 1; get_vlc2 297 libavcodec/svq1dec.c mean = get_vlc2(bitbuf, svq1_inter_mean.table, 9, 3) - 256; get_vlc2 312 libavcodec/svq1dec.c diff = get_vlc2(bitbuf, svq1_motion_component.table, 7, 2); get_vlc2 493 libavcodec/svq1dec.c block_type = get_vlc2(bitbuf, svq1_block_type.table, 2, 2); get_vlc2 197 libavcodec/truemotion2.c val = get_vlc2(gb, code->vlc.table, code->bits, 1); get_vlc2 199 libavcodec/vc1.c imode = get_vlc2(gb, ff_vc1_imode_vlc.table, VC1_IMODE_VLC_BITS, 1); get_vlc2 218 libavcodec/vc1.c code = get_vlc2(gb, ff_vc1_norm2_vlc.table, VC1_NORM2_VLC_BITS, 1); get_vlc2 238 libavcodec/vc1.c code = get_vlc2(gb, ff_vc1_norm6_vlc.table, VC1_NORM6_VLC_BITS, 2); get_vlc2 257 libavcodec/vc1.c code = get_vlc2(gb, ff_vc1_norm6_vlc.table, VC1_NORM6_VLC_BITS, 2); get_vlc2 1143 libavcodec/vc1.c v->bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1); get_vlc2 1385 libavcodec/vc1.c v->bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1); get_vlc2 1644 libavcodec/vc1.c index = 1 + get_vlc2(gb, ff_vc1_mv_diff_vlc[s->mv_table_index].table,\ get_vlc2 2365 libavcodec/vc1.c index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); get_vlc2 2375 libavcodec/vc1.c index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); get_vlc2 2437 libavcodec/vc1.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 2439 libavcodec/vc1.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 2609 libavcodec/vc1.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 2611 libavcodec/vc1.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 2814 libavcodec/vc1.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 2816 libavcodec/vc1.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 2998 libavcodec/vc1.c ttblk = ff_vc1_ttblk_to_tt[v->tt_index][get_vlc2(gb, ff_vc1_ttblk_vlc[v->tt_index].table, VC1_TTBLK_VLC_BITS, 1)]; get_vlc2 3001 libavcodec/vc1.c subblkpat = ~(get_vlc2(gb, ff_vc1_subblkpat_vlc[v->tt_index].table, VC1_SUBBLKPAT_VLC_BITS, 1) + 1); get_vlc2 3187 libavcodec/vc1.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 3198 libavcodec/vc1.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, get_vlc2 3287 libavcodec/vc1.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 3334 libavcodec/vc1.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 3493 libavcodec/vc1.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 3499 libavcodec/vc1.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 3532 libavcodec/vc1.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 3536 libavcodec/vc1.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 3623 libavcodec/vc1.c cbp = get_vlc2(&v->s.gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 3735 libavcodec/vc1.c cbp = get_vlc2(&v->s.gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 1083 libavcodec/vorbis_dec.c vec_off=get_vlc2(&vc->gb, get_vlc2 1205 libavcodec/vorbis_dec.c cval=get_vlc2(gb, vc->codebooks[vf->class_masterbook[class_]].vlc.table, get_vlc2 1216 libavcodec/vorbis_dec.c floor1_Y[offset+j]=get_vlc2(gb, vc->codebooks[book].vlc.table, get_vlc2 1338 libavcodec/vorbis_dec.c uint_fast32_t temp=get_vlc2(gb, vc->codebooks[vr->classbook].vlc.table, get_vlc2 1376 libavcodec/vorbis_dec.c coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 1385 libavcodec/vorbis_dec.c coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 1398 libavcodec/vorbis_dec.c coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * 2; get_vlc2 1404 libavcodec/vorbis_dec.c coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * 4; get_vlc2 1412 libavcodec/vorbis_dec.c coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 1426 libavcodec/vorbis_dec.c coffs=get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 570 libavcodec/vp3.c current_run = get_vlc2(gb, get_vlc2 606 libavcodec/vp3.c current_run = get_vlc2(gb, get_vlc2 662 libavcodec/vp3.c current_run = get_vlc2(gb, get_vlc2 772 libavcodec/vp3.c [get_vlc2(gb, s->mode_code_vlc.table, 3, 3)]; get_vlc2 775 libavcodec/vp3.c [get_vlc2(gb, s->mode_code_vlc.table, 3, 3)]; get_vlc2 853 libavcodec/vp3.c motion_x[0] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 854 libavcodec/vp3.c motion_y[0] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 889 libavcodec/vp3.c motion_x[k] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 890 libavcodec/vp3.c motion_y[k] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 1012 libavcodec/vp3.c token = get_vlc2(gb, table->table, 5, 3); get_vlc2 379 libavcodec/vp6.c coeff = get_vlc2(&s->gb, vlc_coeff->table, 9, 3); get_vlc2 383 libavcodec/vp6.c run += get_vlc2(&s->gb, s->runv_vlc[pt].table, 9, 3); get_vlc2 273 libavcodec/wmadec.c code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX); get_vlc2 457 libavcodec/wmadec.c code = get_vlc2(&s->gb, s->hgain_vlc.table, HGAINVLCBITS, HGAINMAX); get_vlc2 504 libavcodec/wmadec.c code = get_vlc2(&s->gb, coef_vlc->table, VLCBITS, VLCMAX); get_vlc2 373 libavcodec/wmv2dec.c code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[w->cbp_table_index].table, MB_NON_INTRA_VLC_BITS, 3); get_vlc2 381 libavcodec/wmv2dec.c code = get_vlc2(&s->gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 440 libavcodec/wmv2dec.c s->h263_aic_dir= get_vlc2(&s->gb, ff_inter_intra_vlc.table, INTER_INTRA_VLC_BITS, 1); get_vlc2 51 libavcodec/wnv1.c int v = get_vlc2(&w->gb, code_vlc.table, CODE_VLC_BITS, 1);