get_vlc2 355 libavcodec/4xm.c code = get_vlc2(&f->gb, block_type_vlc[1 - (f->version > 1)][index].table, get_vlc2 505 libavcodec/4xm.c val = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); get_vlc2 519 libavcodec/4xm.c code = get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3); get_vlc2 821 libavcodec/4xm.c if (get_vlc2(&f->pre_gb, f->pre_vlc.table, ACDC_VLC_BITS, 3) != 256) get_vlc2 1409 libavcodec/aacdec.c offset[2] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 1424 libavcodec/aacdec.c offset[1] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 1436 libavcodec/aacdec.c offset[0] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 2165 libavcodec/aacdec.c gain = cge ? get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60: 0; get_vlc2 2175 libavcodec/aacdec.c int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60; get_vlc2 95 libavcodec/aacps.c int val = PAR[e_prev][b] + get_vlc2(gb, vlc_table, 9, 3) - OFFSET; \ get_vlc2 104 libavcodec/aacps.c val += get_vlc2(gb, vlc_table, 9, 3) - OFFSET; \ get_vlc2 857 libavcodec/aacsbr.c ch_data->env_facs[i + 1][j] = ch_data->env_facs[i][j] + delta * (get_vlc2(gb, t_huff, 9, 3) - t_lav); get_vlc2 861 libavcodec/aacsbr.c ch_data->env_facs[i + 1][j] = ch_data->env_facs[i][k] + delta * (get_vlc2(gb, t_huff, 9, 3) - t_lav); get_vlc2 866 libavcodec/aacsbr.c ch_data->env_facs[i + 1][j] = ch_data->env_facs[i][k] + delta * (get_vlc2(gb, t_huff, 9, 3) - t_lav); get_vlc2 872 libavcodec/aacsbr.c ch_data->env_facs[i + 1][j] = ch_data->env_facs[i + 1][j - 1] + delta * (get_vlc2(gb, f_huff, 9, 3) - f_lav); get_vlc2 904 libavcodec/aacsbr.c ch_data->noise_facs[i + 1][j] = ch_data->noise_facs[i][j] + delta * (get_vlc2(gb, t_huff, 9, 2) - t_lav); get_vlc2 908 libavcodec/aacsbr.c ch_data->noise_facs[i + 1][j] = ch_data->noise_facs[i + 1][j - 1] + delta * (get_vlc2(gb, f_huff, 9, 3) - f_lav); get_vlc2 79 libavcodec/asvdec.c int code = get_vlc2(gb, level_vlc.table, VLC_BITS, 1); get_vlc2 89 libavcodec/asvdec.c int code = get_vlc2(gb, asv2_level_vlc.table, ASV2_LEVEL_VLC_BITS, 1); get_vlc2 104 libavcodec/asvdec.c const int ccp = get_vlc2(&a->gb, ccp_vlc.table, VLC_BITS, 1); get_vlc2 136 libavcodec/asvdec.c ccp = get_vlc2(&a->gb, dc_ccp_vlc.table, VLC_BITS, 1); get_vlc2 147 libavcodec/asvdec.c const int ccp = get_vlc2(&a->gb, ac_ccp_vlc.table, VLC_BITS, 1); get_vlc2 243 libavcodec/atrac3.c huff_symb = get_vlc2(gb, spectral_coeff_tab[selector-1].table, get_vlc2 253 libavcodec/atrac3.c huff_symb = get_vlc2(gb, spectral_coeff_tab[selector - 1].table, get_vlc2 363 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 397 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 402 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 416 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 423 libavcodec/atrac3plus.c get_vlc2(gb, vlc_tab->table, get_vlc2 426 libavcodec/atrac3plus.c get_vlc2(gb, vlc_tab->table, get_vlc2 432 libavcodec/atrac3plus.c get_vlc2(gb, vlc_tab->table, get_vlc2 449 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 500 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 545 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 550 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 559 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 584 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 593 libavcodec/atrac3plus.c delta = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 708 libavcodec/atrac3plus.c #define CODING_VLC get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1) get_vlc2 712 libavcodec/atrac3plus.c : (pred + get_vlc2(gb, delta_vlc->table, \ get_vlc2 718 libavcodec/atrac3plus.c get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1)) & mask get_vlc2 828 libavcodec/atrac3plus.c val = get_vlc2(gb, vlc_tab->table, vlc_tab->bits, 1); get_vlc2 983 libavcodec/atrac3plus.c get_vlc2(gb, gain_vlc_tabs[0].table, get_vlc2 989 libavcodec/atrac3plus.c delta = get_vlc2(gb, gain_vlc_tabs[1].table, get_vlc2 996 libavcodec/atrac3plus.c get_vlc2(gb, gain_vlc_tabs[0].table, get_vlc2 1000 libavcodec/atrac3plus.c delta = get_vlc2(gb, gain_vlc_tabs[1].table, get_vlc2 1055 libavcodec/atrac3plus.c dst->lev_code[0] = get_vlc2(gb, gain_vlc_tabs[2].table, get_vlc2 1059 libavcodec/atrac3plus.c delta = get_vlc2(gb, gain_vlc_tabs[3].table, get_vlc2 1091 libavcodec/atrac3plus.c delta = get_vlc2(gb, gain_vlc_tabs[5].table, get_vlc2 1118 libavcodec/atrac3plus.c delta = get_vlc2(gb, gain_vlc_tabs[4].table, get_vlc2 1196 libavcodec/atrac3plus.c get_vlc2(gb, tab->table, tab->bits, 1); get_vlc2 1236 libavcodec/atrac3plus.c delta = get_vlc2(gb, gain_vlc_tabs[10].table, get_vlc2 1247 libavcodec/atrac3plus.c get_vlc2(gb, gain_vlc_tabs[9].table, get_vlc2 1259 libavcodec/atrac3plus.c delta = get_vlc2(gb, tab->table, tab->bits, 1); get_vlc2 1296 libavcodec/atrac3plus.c delta = get_vlc2(gb, gain_vlc_tabs[6].table, get_vlc2 1308 libavcodec/atrac3plus.c delta = get_vlc2(gb, tab->table, tab->bits, 1); get_vlc2 1468 libavcodec/atrac3plus.c get_vlc2(gb, tone_vlc_tabs[1].table, get_vlc2 1474 libavcodec/atrac3plus.c delta = get_vlc2(gb, tone_vlc_tabs[2].table, get_vlc2 1553 libavcodec/atrac3plus.c delta = get_vlc2(gb, tone_vlc_tabs[6].table, get_vlc2 1628 libavcodec/atrac3plus.c get_vlc2(gb, tone_vlc_tabs[3].table, get_vlc2 1632 libavcodec/atrac3plus.c get_vlc2(gb, tone_vlc_tabs[4].table, get_vlc2 1641 libavcodec/atrac3plus.c delta = get_vlc2(gb, tone_vlc_tabs[5].table, get_vlc2 1721 libavcodec/atrac3plus.c get_vlc2(gb, tone_vlc_tabs[0].table, get_vlc2 96 libavcodec/bink.c #define GET_HUFF(gb, tree) (tree).syms[get_vlc2(gb, bink_trees[(tree).vlc_num].table,\ get_vlc2 375 libavcodec/cook.c j = get_vlc2(&q->gb, q->envelope_quant_index[vlc_index - 1].table, get_vlc2 554 libavcodec/cook.c vlc = get_vlc2(&q->gb, q->sqvh[category].table, q->sqvh[category].bits, 3); get_vlc2 753 libavcodec/cook.c decouple_tab[start + i] = get_vlc2(&q->gb, get_vlc2 129 libavcodec/dcadec.c return get_vlc2(gb, ba->vlc[idx].table, ba->vlc[idx].bits, ba->wrap) + get_vlc2 134 libavcodec/faxcompr.c t = get_vlc2(gb, ccitt_vlc[mode].table, 9, 2); get_vlc2 169 libavcodec/faxcompr.c int cmode = get_vlc2(gb, ccitt_group3_2d_vlc.table, 9, 1); get_vlc2 191 libavcodec/faxcompr.c t = get_vlc2(gb, ccitt_vlc[mode].table, 9, 2); get_vlc2 111 libavcodec/fraps.c dst[i] = get_vlc2(&gb, vlc.table, VLC_BITS, 3); get_vlc2 201 libavcodec/g2meet.c dc = get_vlc2(gb, c->dc_vlc[is_chroma].table, 9, 3); get_vlc2 212 libavcodec/g2meet.c val = get_vlc2(gb, c->ac_vlc[is_chroma].table, 9, 3); get_vlc2 638 libavcodec/get_bits.h int r = get_vlc2(s, table, bits, max_depth); get_vlc2 238 libavcodec/h261dec.c int mv_diff = get_vlc2(gb, h261_mv_vlc.table, H261_MV_VLC_BITS, 2); get_vlc2 362 libavcodec/h261dec.c h->mba_diff = get_vlc2(&s->gb, h261_mba_vlc.table, get_vlc2 394 libavcodec/h261dec.c h->mtype = get_vlc2(&s->gb, h261_mtype_vlc.table, H261_MTYPE_VLC_BITS, 2); get_vlc2 434 libavcodec/h261dec.c cbp = get_vlc2(&s->gb, h261_cbp_vlc.table, H261_CBP_VLC_BITS, 2) + 1; get_vlc2 454 libavcodec/h264_cavlc.c coeff_token = get_vlc2(gb, chroma_dc_coeff_token_vlc.table, CHROMA_DC_COEFF_TOKEN_VLC_BITS, 1); get_vlc2 456 libavcodec/h264_cavlc.c coeff_token = get_vlc2(gb, chroma422_dc_coeff_token_vlc.table, CHROMA422_DC_COEFF_TOKEN_VLC_BITS, 1); get_vlc2 461 libavcodec/h264_cavlc.c coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOKEN_VLC_BITS, 2); get_vlc2 465 libavcodec/h264_cavlc.c coeff_token= get_vlc2(gb, coeff_token_vlc[ coeff_token_table_index[total_coeff] ].table, COEFF_TOKEN_VLC_BITS, 2); get_vlc2 575 libavcodec/h264_cavlc.c zeros_left = get_vlc2(gb, (chroma_dc_total_zeros_vlc-1)[total_coeff].table, get_vlc2 578 libavcodec/h264_cavlc.c zeros_left = get_vlc2(gb, (chroma422_dc_total_zeros_vlc-1)[total_coeff].table, get_vlc2 581 libavcodec/h264_cavlc.c zeros_left= get_vlc2(gb, (total_zeros_vlc-1)[ total_coeff ].table, TOTAL_ZEROS_VLC_BITS, 1); get_vlc2 591 libavcodec/h264_cavlc.c run_before= get_vlc2(gb, (run_vlc-1)[zeros_left].table, RUN_VLC_BITS, 1); \ get_vlc2 593 libavcodec/h264_cavlc.c run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ get_vlc2 606 libavcodec/h264_cavlc.c run_before= get_vlc2(gb, (run_vlc-1)[zeros_left].table, RUN_VLC_BITS, 1); \ get_vlc2 608 libavcodec/h264_cavlc.c run_before= get_vlc2(gb, run7_vlc.table, RUN7_VLC_BITS, 2); \ get_vlc2 231 libavcodec/hqx.c dc = get_vlc2(gb, vlc->table, HQX_DC_VLC_BITS, 2); get_vlc2 305 libavcodec/hqx.c cbp = get_vlc2(gb, ctx->cbp_vlc.table, ctx->cbp_vlc.bits, 1); get_vlc2 389 libavcodec/hqx.c cbp = get_vlc2(gb, ctx->cbp_vlc.table, ctx->cbp_vlc.bits, 1); get_vlc2 686 libavcodec/huffyuvdec.c dst0 = get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)<<2;\ get_vlc2 688 libavcodec/huffyuvdec.c dst1 = get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)<<2;\ get_vlc2 746 libavcodec/huffyuvdec.c int dst = get_vlc2(&s->gb, s->vlc[plane].table, VLC_BITS, 3)<<2; get_vlc2 349 libavcodec/imc.c levlCoeffs[i] = get_vlc2(&q->gb, hufftab[cb_sel[i]]->table, get_vlc2 48 libavcodec/indeo2.c return get_vlc2(gb, ir2_vlc.table, CODE_VLC_BITS, 1) + 1; get_vlc2 510 libavcodec/indeo4.c mb->q_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 548 libavcodec/indeo4.c mb->q_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 568 libavcodec/indeo4.c mv_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 571 libavcodec/indeo4.c mv_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 577 libavcodec/indeo4.c mv_delta = get_vlc2(&ctx->gb, get_vlc2 581 libavcodec/indeo4.c mv_delta = get_vlc2(&ctx->gb, get_vlc2 497 libavcodec/indeo5.c mb->q_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 531 libavcodec/indeo5.c mb->q_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 551 libavcodec/indeo5.c mv_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 554 libavcodec/indeo5.c mv_delta = get_vlc2(&ctx->gb, ctx->mb_vlc.tab->table, get_vlc2 149 libavcodec/intrax8.c return get_vlc2(&s->gb, w->j_orient_vlc->table, OR_VLC_BITS, OR_VLC_MTD); get_vlc2 206 libavcodec/intrax8.c i = get_vlc2(&s->gb, w->j_ac_vlc[mode]->table, AC_VLC_BITS, AC_VLC_MTD); get_vlc2 277 libavcodec/intrax8.c i=get_vlc2(&s->gb, w->j_dc_vlc[mode]->table, DC_VLC_BITS, DC_VLC_MTD); get_vlc2 252 libavcodec/ituh263dec.c code = get_vlc2(&s->gb, mv_vlc.table, MV_VLC_BITS, 2); get_vlc2 341 libavcodec/ituh263dec.c cbpc = get_vlc2(&s->gb, ff_h263_inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 347 libavcodec/ituh263dec.c get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 630 libavcodec/ituh263dec.c cbpc = get_vlc2(&s->gb, ff_h263_inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 645 libavcodec/ituh263dec.c cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 721 libavcodec/ituh263dec.c mb_type= get_vlc2(&s->gb, h263_mbtype_b_vlc.table, H263_MBTYPE_B_VLC_BITS, 2); get_vlc2 733 libavcodec/ituh263dec.c cbpc = get_vlc2(&s->gb, cbpc_b_vlc.table, CBPC_B_VLC_BITS, 1); get_vlc2 739 libavcodec/ituh263dec.c cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 797 libavcodec/ituh263dec.c cbpc = get_vlc2(&s->gb, ff_h263_intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); get_vlc2 822 libavcodec/ituh263dec.c cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 537 libavcodec/ivi_common.c sym = get_vlc2(gb, band->blk_vlc.tab->table, get_vlc2 544 libavcodec/ivi_common.c run = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1) + 1; get_vlc2 545 libavcodec/ivi_common.c lo = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1); get_vlc2 546 libavcodec/ivi_common.c hi = get_vlc2(gb, band->blk_vlc.tab->table, IVI_VLC_BITS, 1); get_vlc2 246 libavcodec/mimic.c vlc = get_vlc2(&ctx->gb, ctx->vlc.table, ctx->vlc.bits, 3); get_vlc2 625 libavcodec/mjpegdec.c code = get_vlc2(&s->gb, s->vlcs[0][dc_index].table, 9, 2); get_vlc2 257 libavcodec/mlpdec.c result = get_vlc2(gbp, huff_vlc[codebook-1].table, get_vlc2 203 libavcodec/motionpixels.c i = (mp->codes_count == 1) ? 0 : get_vlc2(gb, mp->vlc.table, mp->max_codes_bits, 1); get_vlc2 154 libavcodec/mpc7.c t = get_vlc2(gb, quant_vlc[0][i1].table, 9, 2); get_vlc2 163 libavcodec/mpc7.c t = get_vlc2(gb, quant_vlc[1][i1].table, 9, 2); get_vlc2 171 libavcodec/mpc7.c *dst++ = get_vlc2(gb, quant_vlc[idx-1][i1].table, 9, 2) - mpc7_quant_vlc_off[idx-1]; get_vlc2 186 libavcodec/mpc7.c int t = get_vlc2(gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7; get_vlc2 241 libavcodec/mpc7.c if(i) t = get_vlc2(&gb, hdr_vlc.table, MPC7_HDR_BITS, 1) - 5; get_vlc2 258 libavcodec/mpc7.c if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1); get_vlc2 270 libavcodec/mpc8.c maxband = c->last_max_band + get_vlc2(gb, band_vlc.table, MPC8_BANDS_BITS, 2); get_vlc2 285 libavcodec/mpc8.c last[ch] = get_vlc2(gb, res_vlc[last[ch] > 2].table, MPC8_RES_BITS, 2) + last[ch]; get_vlc2 318 libavcodec/mpc8.c t = get_vlc2(gb, scfi_vlc[cnt].table, scfi_vlc[cnt].bits, 1); get_vlc2 333 libavcodec/mpc8.c t = get_vlc2(gb, dscf_vlc[1].table, MPC8_DSCF1_BITS, 2); get_vlc2 342 libavcodec/mpc8.c t = get_vlc2(gb, dscf_vlc[0].table, MPC8_DSCF0_BITS, 2); get_vlc2 363 libavcodec/mpc8.c cnt = get_vlc2(gb, q1_vlc.table, MPC8_Q1_BITS, 2); get_vlc2 372 libavcodec/mpc8.c t = get_vlc2(gb, q2_vlc[cnt > 3].table, MPC8_Q2_BITS, 2); get_vlc2 382 libavcodec/mpc8.c t = get_vlc2(gb, q3_vlc[res - 3].table, MPC8_Q3_BITS, 2) + q3_offsets[res - 3]; get_vlc2 393 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 400 libavcodec/mpc8.c c->Q[ch][off + j] = get_vlc2(gb, q9up_vlc.table, MPC8_Q9UP_BITS, 2); get_vlc2 54 libavcodec/mpeg12.h code = get_vlc2(gb, ff_dc_lum_vlc.table, DC_VLC_BITS, 2); get_vlc2 56 libavcodec/mpeg12.h code = get_vlc2(gb, ff_dc_chroma_vlc.table, DC_VLC_BITS, 2); get_vlc2 109 libavcodec/mpeg12dec.c code = get_vlc2(&s->gb, ff_mv_vlc.table, MV_VLC_BITS, 2); get_vlc2 785 libavcodec/mpeg12dec.c mb_type = get_vlc2(&s->gb, ff_mb_ptype_vlc.table, MB_PTYPE_VLC_BITS, 1); get_vlc2 794 libavcodec/mpeg12dec.c mb_type = get_vlc2(&s->gb, ff_mb_btype_vlc.table, MB_BTYPE_VLC_BITS, 1); get_vlc2 1048 libavcodec/mpeg12dec.c cbp = get_vlc2(&s->gb, ff_mb_pat_vlc.table, MB_PAT_VLC_BITS, 1); get_vlc2 1771 libavcodec/mpeg12dec.c int code = get_vlc2(&s->gb, ff_mbincr_vlc.table, get_vlc2 1939 libavcodec/mpeg12dec.c int code = get_vlc2(&s->gb, ff_mbincr_vlc.table, get_vlc2 191 libavcodec/mpeg4videodec.c length = get_vlc2(gb, sprite_trajectory.table, SPRITE_TRAJ_VLC_BITS, 3); get_vlc2 198 libavcodec/mpeg4videodec.c length = get_vlc2(gb, sprite_trajectory.table, SPRITE_TRAJ_VLC_BITS, 3); get_vlc2 547 libavcodec/mpeg4videodec.c code = get_vlc2(&s->gb, dc_lum.table, DC_VLC_BITS, 1); get_vlc2 549 libavcodec/mpeg4videodec.c code = get_vlc2(&s->gb, dc_chrom.table, DC_VLC_BITS, 1); get_vlc2 616 libavcodec/mpeg4videodec.c cbpc = get_vlc2(&s->gb, ff_h263_intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); get_vlc2 688 libavcodec/mpeg4videodec.c cbpc = get_vlc2(&s->gb, ff_h263_inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 802 libavcodec/mpeg4videodec.c int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 816 libavcodec/mpeg4videodec.c int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 848 libavcodec/mpeg4videodec.c int cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 1336 libavcodec/mpeg4videodec.c cbpc = get_vlc2(&s->gb, ff_h263_inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 1355 libavcodec/mpeg4videodec.c cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1) ^ 0x0F; get_vlc2 1481 libavcodec/mpeg4videodec.c mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1); get_vlc2 1591 libavcodec/mpeg4videodec.c cbpc = get_vlc2(&s->gb, ff_h263_intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 2); get_vlc2 1609 libavcodec/mpeg4videodec.c cbpy = get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 895 libavcodec/mpegaudiodec_template.c y = get_vlc2(&s->gb, vlc->table, 7, 3); get_vlc2 971 libavcodec/mpegaudiodec_template.c code = get_vlc2(&s->gb, vlc->table, vlc->bits, 1); get_vlc2 76 libavcodec/msmpeg4dec.c code = get_vlc2(&s->gb, v2_mv_vlc.table, V2_MV_VLC_BITS, 2); get_vlc2 126 libavcodec/msmpeg4dec.c code = get_vlc2(&s->gb, v2_mb_type_vlc.table, V2_MB_TYPE_VLC_BITS, 1); get_vlc2 128 libavcodec/msmpeg4dec.c code = get_vlc2(&s->gb, ff_h263_inter_MCBPC_vlc.table, INTER_MCBPC_VLC_BITS, 2); get_vlc2 140 libavcodec/msmpeg4dec.c cbp= get_vlc2(&s->gb, v2_intra_cbpc_vlc.table, V2_INTRA_CBPC_VLC_BITS, 1); get_vlc2 142 libavcodec/msmpeg4dec.c cbp= get_vlc2(&s->gb, ff_h263_intra_MCBPC_vlc.table, INTRA_MCBPC_VLC_BITS, 1); get_vlc2 152 libavcodec/msmpeg4dec.c cbpy= get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1); get_vlc2 173 libavcodec/msmpeg4dec.c cbp|= get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors get_vlc2 176 libavcodec/msmpeg4dec.c cbp|= get_vlc2(&s->gb, ff_h263_cbpy_vlc.table, CBPY_VLC_BITS, 1)<<2; //FIXME check errors get_vlc2 217 libavcodec/msmpeg4dec.c code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[DEFAULT_INTER_INDEX].table, MB_NON_INTRA_VLC_BITS, 3); get_vlc2 226 libavcodec/msmpeg4dec.c code = get_vlc2(&s->gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 263 libavcodec/msmpeg4dec.c s->h263_aic_dir= get_vlc2(&s->gb, ff_inter_intra_vlc.table, INTER_INTRA_VLC_BITS, 1); get_vlc2 585 libavcodec/msmpeg4dec.c level = get_vlc2(&s->gb, v2_dc_lum_vlc.table, DC_VLC_BITS, 3); get_vlc2 587 libavcodec/msmpeg4dec.c level = get_vlc2(&s->gb, v2_dc_chroma_vlc.table, DC_VLC_BITS, 3); get_vlc2 597 libavcodec/msmpeg4dec.c level = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 599 libavcodec/msmpeg4dec.c level = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 884 libavcodec/msmpeg4dec.c code = get_vlc2(&s->gb, mv->vlc.table, MV_VLC_BITS, 2); get_vlc2 329 libavcodec/mss2.c int b = get_vlc2(gb, vlc.table, 9, 3); get_vlc2 221 libavcodec/mss4.c int val = get_vlc2(gb, vlc->table, vlc->bits, 2); get_vlc2 258 libavcodec/mss4.c val = get_vlc2(gb, ac_vlc->table, 9, 2); get_vlc2 173 libavcodec/on2avc.c scale += get_vlc2(gb, c->scale_diff.table, 9, 3) - 60; get_vlc2 199 libavcodec/on2avc.c val = get_vlc2(gb, c->cb_vlc[type].table, 9, 3); get_vlc2 225 libavcodec/on2avc.c val = get_vlc2(gb, c->cb_vlc[type].table, 9, 3); get_vlc2 203 libavcodec/qdm2.c value = get_vlc2(gb, vlc->table, vlc->bits, depth); get_vlc2 236 libavcodec/ralf.c ctx->filter_params = get_vlc2(gb, set->filter_params.table, 9, 2); get_vlc2 247 libavcodec/ralf.c ctx->bias[ch] = get_vlc2(gb, set->bias.table, 9, 2); get_vlc2 262 libavcodec/ralf.c t = get_vlc2(gb, vlc[cmode].table, vlc[cmode].bits, 2); get_vlc2 282 libavcodec/ralf.c code_params = get_vlc2(gb, set->coding_mode.table, set->coding_mode.bits, 2); get_vlc2 300 libavcodec/ralf.c t = get_vlc2(gb, code_vlc->table, code_vlc->bits, 2); get_vlc2 199 libavcodec/rv10.c code = get_vlc2(&s->gb, rv_dc_lum.table, DC_VLC_BITS, 2); get_vlc2 222 libavcodec/rv10.c code = get_vlc2(&s->gb, rv_dc_chrom.table, DC_VLC_BITS, 2); get_vlc2 197 libavcodec/rv34.c code = get_vlc2(gb, vlc->cbppattern[table].table, 9, 2); get_vlc2 205 libavcodec/rv34.c cbp |= get_vlc2(gb, vlc->cbp[table][ones].table, vlc->cbp[table][ones].bits, 1) << curshift[0]; get_vlc2 225 libavcodec/rv34.c coef = get_vlc2(gb, vlc->table, 9, 2); get_vlc2 291 libavcodec/rv34.c code = get_vlc2(gb, rvlc->first_pattern[fc].table, 9, 2); get_vlc2 307 libavcodec/rv34.c code = get_vlc2(gb, rvlc->second_pattern[sc].table, 9, 2); get_vlc2 311 libavcodec/rv34.c code = get_vlc2(gb, rvlc->second_pattern[sc].table, 9, 2); get_vlc2 315 libavcodec/rv34.c code = get_vlc2(gb, rvlc->third_pattern[sc].table, 9, 2); get_vlc2 172 libavcodec/rv40.c pattern = get_vlc2(gb, aic_top_vlc.table, AIC_TOP_BITS, 1); get_vlc2 195 libavcodec/rv40.c v = get_vlc2(gb, aic_mode2_vlc[k].table, AIC_MODE2_BITS, 2); get_vlc2 201 libavcodec/rv40.c v = get_vlc2(gb, aic_mode1_vlc[B + C*10].table, AIC_MODE1_BITS, 1); get_vlc2 265 libavcodec/rv40.c q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1); get_vlc2 268 libavcodec/rv40.c q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1); get_vlc2 272 libavcodec/rv40.c q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); get_vlc2 275 libavcodec/rv40.c q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); get_vlc2 142 libavcodec/smacker.c i1 = ctx->v1->table ? get_vlc2(gb, ctx->v1->table, SMKTREE_BITS, 3) : 0; get_vlc2 143 libavcodec/smacker.c i2 = ctx->v2->table ? get_vlc2(gb, ctx->v2->table, SMKTREE_BITS, 3) : 0; get_vlc2 716 libavcodec/smacker.c res = get_vlc2(&gb, vlc[2].table, SMKTREE_BITS, 3); get_vlc2 725 libavcodec/smacker.c res = get_vlc2(&gb, vlc[3].table, SMKTREE_BITS, 3); get_vlc2 737 libavcodec/smacker.c res = get_vlc2(&gb, vlc[0].table, SMKTREE_BITS, 3); get_vlc2 746 libavcodec/smacker.c res = get_vlc2(&gb, vlc[1].table, SMKTREE_BITS, 3); get_vlc2 768 libavcodec/smacker.c res = get_vlc2(&gb, vlc[1].table, SMKTREE_BITS, 3); get_vlc2 779 libavcodec/smacker.c res = get_vlc2(&gb, vlc[0].table, SMKTREE_BITS, 3); get_vlc2 182 libavcodec/svq1dec.c stages = get_vlc2(bitbuf, svq1_intra_multistage[level].table, 3, 3) - 1; get_vlc2 198 libavcodec/svq1dec.c mean = get_vlc2(bitbuf, svq1_intra_mean.table, 8, 3); get_vlc2 248 libavcodec/svq1dec.c stages = get_vlc2(bitbuf, svq1_inter_multistage[level].table, 3, 2) - 1; get_vlc2 261 libavcodec/svq1dec.c mean = get_vlc2(bitbuf, svq1_inter_mean.table, 9, 3) - 256; get_vlc2 289 libavcodec/svq1dec.c diff = get_vlc2(bitbuf, svq1_motion_component.table, 7, 2); get_vlc2 454 libavcodec/svq1dec.c block_type = get_vlc2(bitbuf, svq1_block_type.table, 2, 2); get_vlc2 231 libavcodec/truemotion2.c val = get_vlc2(gb, code->vlc.table, code->bits, 1); get_vlc2 156 libavcodec/tscc2.c dc = get_vlc2(gb, c->dc_vlc.table, 9, 2); get_vlc2 166 libavcodec/tscc2.c nc = get_vlc2(gb, c->nc_vlc[vlc_set].table, 9, 1); get_vlc2 173 libavcodec/tscc2.c ac = get_vlc2(gb, c->ac_vlc[vlc_set].table, 9, 2); get_vlc2 160 libavcodec/utvideodec.c pix = get_vlc2(&gb, vlc.table, vlc.bits, 3); get_vlc2 110 libavcodec/vc1.c imode = get_vlc2(gb, ff_vc1_imode_vlc.table, VC1_IMODE_VLC_BITS, 1); get_vlc2 132 libavcodec/vc1.c code = get_vlc2(gb, ff_vc1_norm2_vlc.table, VC1_NORM2_VLC_BITS, 1); get_vlc2 152 libavcodec/vc1.c code = get_vlc2(gb, ff_vc1_norm6_vlc.table, VC1_NORM6_VLC_BITS, 2); get_vlc2 172 libavcodec/vc1.c code = get_vlc2(gb, ff_vc1_norm6_vlc.table, VC1_NORM6_VLC_BITS, 2); get_vlc2 617 libavcodec/vc1.c int bfraction_lut_index = get_vlc2(gb, ff_vc1_bfraction_vlc.table, VC1_BFRACTION_VLC_BITS, 1); get_vlc2 202 libavcodec/vc1_block.c index = 1 + get_vlc2(gb, ff_vc1_mv_diff_vlc[s->mv_table_index].table, \ get_vlc2 257 libavcodec/vc1_block.c index = get_vlc2(gb, v->imv_vlc->table, bits, 3); get_vlc2 494 libavcodec/vc1_block.c index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); get_vlc2 503 libavcodec/vc1_block.c index = get_vlc2(gb, ff_vc1_ac_coeff_table[codingset].table, AC_VLC_BITS, 3); get_vlc2 562 libavcodec/vc1_block.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 564 libavcodec/vc1_block.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 707 libavcodec/vc1_block.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 709 libavcodec/vc1_block.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 906 libavcodec/vc1_block.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_luma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 908 libavcodec/vc1_block.c dcdiff = get_vlc2(&s->gb, ff_msmp4_dc_chroma_vlc[s->dc_table_index].table, DC_VLC_BITS, 3); get_vlc2 1101 libavcodec/vc1_block.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 1104 libavcodec/vc1_block.c subblkpat = ~(get_vlc2(gb, ff_vc1_subblkpat_vlc[v->tt_index].table, VC1_SUBBLKPAT_VLC_BITS, 1) + 1); get_vlc2 1297 libavcodec/vc1_block.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 1306 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, get_vlc2 1370 libavcodec/vc1_block.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 1422 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 1520 libavcodec/vc1_block.c idx_mbmode = get_vlc2(gb, v->mbmode_vlc->table, VC1_INTFR_4MV_MBMODE_VLC_BITS, 2); // try getting this done get_vlc2 1522 libavcodec/vc1_block.c idx_mbmode = get_vlc2(gb, v->mbmode_vlc->table, VC1_INTFR_NON4MV_MBMODE_VLC_BITS, 2); // in a single line get_vlc2 1564 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 1603 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 1605 libavcodec/vc1_block.c v->twomvbp = get_vlc2(gb, v->twomvbp_vlc->table, VC1_2MV_BLOCK_PATTERN_VLC_BITS, 1); get_vlc2 1609 libavcodec/vc1_block.c v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); get_vlc2 1658 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 1720 libavcodec/vc1_block.c idx_mbmode = get_vlc2(gb, v->mbmode_vlc->table, VC1_IF_MBMODE_VLC_BITS, 2); get_vlc2 1735 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); get_vlc2 1774 libavcodec/vc1_block.c v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); get_vlc2 1786 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 1792 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 1889 libavcodec/vc1_block.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 1894 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 1927 libavcodec/vc1_block.c cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 1931 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 1996 libavcodec/vc1_block.c idx_mbmode = get_vlc2(gb, v->mbmode_vlc->table, VC1_IF_MBMODE_VLC_BITS, 2); get_vlc2 2011 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); get_vlc2 2090 libavcodec/vc1_block.c v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); get_vlc2 2106 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 2112 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 2165 libavcodec/vc1_block.c idx_mbmode = get_vlc2(gb, v->mbmode_vlc->table, VC1_INTFR_NON4MV_MBMODE_VLC_BITS, 2); get_vlc2 2228 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 2287 libavcodec/vc1_block.c cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); get_vlc2 2290 libavcodec/vc1_block.c v->fourmvbp = get_vlc2(gb, v->fourmvbp_vlc->table, VC1_4MV_BLOCK_PATTERN_VLC_BITS, 1); get_vlc2 2292 libavcodec/vc1_block.c v->twomvbp = get_vlc2(gb, v->twomvbp_vlc->table, VC1_2MV_BLOCK_PATTERN_VLC_BITS, 1); get_vlc2 2402 libavcodec/vc1_block.c ttmb = get_vlc2(gb, ff_vc1_ttmb_vlc[v->tt_index].table, VC1_TTMB_VLC_BITS, 2); get_vlc2 2543 libavcodec/vc1_block.c cbp = get_vlc2(&v->s.gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 2689 libavcodec/vc1_block.c cbp = get_vlc2(&v->s.gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 1119 libavcodec/vorbisdec.c vec_off = get_vlc2(&vc->gb, codebook.vlc.table, get_vlc2 1228 libavcodec/vorbisdec.c cval = get_vlc2(gb, vc->codebooks[vf->class_masterbook[partition_class]].vlc.table, get_vlc2 1239 libavcodec/vorbisdec.c int v = get_vlc2(gb, vc->codebooks[book].vlc.table, get_vlc2 1334 libavcodec/vorbisdec.c temp = get_vlc2(&vc->gb, vc->codebooks[vr->classbook].vlc.table, get_vlc2 1437 libavcodec/vorbisdec.c coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 1444 libavcodec/vorbisdec.c coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 1457 libavcodec/vorbisdec.c coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * 2; get_vlc2 1463 libavcodec/vorbisdec.c coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * 4; get_vlc2 1471 libavcodec/vorbisdec.c coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 1488 libavcodec/vorbisdec.c coffs = get_vlc2(gb, codebook.vlc.table, codebook.nb_bits, 3) * dim; get_vlc2 1516 libavcodec/vorbisdec.c get_vlc2(&vc->gb, vc->codebooks[vr->classbook].vlc.table, get_vlc2 468 libavcodec/vp3.c current_run = get_vlc2(gb, s->superblock_run_length_vlc.table, get_vlc2 502 libavcodec/vp3.c current_run = get_vlc2(gb, s->superblock_run_length_vlc.table, get_vlc2 559 libavcodec/vp3.c current_run = get_vlc2(gb, s->fragment_run_length_vlc.table, 5, 2); get_vlc2 657 libavcodec/vp3.c coding_mode = alphabet[get_vlc2(gb, s->mode_code_vlc.table, 3, 3)]; get_vlc2 744 libavcodec/vp3.c motion_x[0] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 745 libavcodec/vp3.c motion_y[0] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 771 libavcodec/vp3.c motion_x[k] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 772 libavcodec/vp3.c motion_y[k] = motion_vector_table[get_vlc2(gb, s->motion_vector_vlc.table, 6, 2)]; get_vlc2 897 libavcodec/vp3.c run_length = get_vlc2(gb, s->superblock_run_length_vlc.table, 6, 2) + 1; get_vlc2 974 libavcodec/vp3.c token = get_vlc2(gb, vlc_table, 11, 3); get_vlc2 406 libavcodec/vp6.c coeff = get_vlc2(&s->gb, vlc_coeff->table, FF_HUFFMAN_BITS, 3); get_vlc2 410 libavcodec/vp6.c run += get_vlc2(&s->gb, s->runv_vlc[pt].table, FF_HUFFMAN_BITS, 3); get_vlc2 449 libavcodec/wma.c code = get_vlc2(gb, vlc->table, VLCBITS, VLCMAX); get_vlc2 346 libavcodec/wmadec.c code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX); get_vlc2 560 libavcodec/wmadec.c code = get_vlc2(&s->gb, s->hgain_vlc.table, get_vlc2 850 libavcodec/wmaprodec.c idx = get_vlc2(&s->gb, vec4_vlc.table, VLCBITS, VEC4MAXDEPTH); get_vlc2 854 libavcodec/wmaprodec.c idx = get_vlc2(&s->gb, vec2_vlc.table, VLCBITS, VEC2MAXDEPTH); get_vlc2 857 libavcodec/wmaprodec.c v0 = get_vlc2(&s->gb, vec1_vlc.table, VLCBITS, VEC1MAXDEPTH); get_vlc2 860 libavcodec/wmaprodec.c v1 = get_vlc2(&s->gb, vec1_vlc.table, VLCBITS, VEC1MAXDEPTH); get_vlc2 948 libavcodec/wmaprodec.c val += get_vlc2(&s->gb, sf_vlc.table, SCALEVLCBITS, SCALEMAXDEPTH) - 60; get_vlc2 960 libavcodec/wmaprodec.c idx = get_vlc2(&s->gb, sf_rl_vlc.table, VLCBITS, SCALERLMAXDEPTH); get_vlc2 1461 libavcodec/wmavoice.c int bd_idx = s->vbm_tree[get_vlc2(gb, frame_type_vlc.table, 6, 3)], block_nsamples; get_vlc2 1697 libavcodec/wmavoice.c bd_idx = s->vbm_tree[get_vlc2(gb, frame_type_vlc.table, 6, 3)]; get_vlc2 355 libavcodec/wmv2dec.c code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[w->cbp_table_index].table, get_vlc2 364 libavcodec/wmv2dec.c code = get_vlc2(&s->gb, ff_msmp4_mb_i_vlc.table, MB_INTRA_VLC_BITS, 2); get_vlc2 426 libavcodec/wmv2dec.c s->h263_aic_dir = get_vlc2(&s->gb, ff_inter_intra_vlc.table, get_vlc2 50 libavcodec/wnv1.c int v = get_vlc2(&w->gb, code_vlc.table, CODE_VLC_BITS, 1);