Searched refs:run_vlc (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhddec.c | 66 VLC ac_vlc, dc_vlc, run_vlc; member 135 ff_free_vlc(&ctx->run_vlc); in dnxhd_init_vlc() 145 if ((ret = init_vlc(&ctx->run_vlc, DNXHD_VLC_BITS, 62, in dnxhd_init_vlc() 428 GET_VLC(index2, bs, &row->gb, ctx->run_vlc.table, in dnxhd_decode_dct_block() 720 ff_free_vlc(&ctx->run_vlc); in dnxhd_decode_close()
|
H A D | h264_cavlc.c | 261 static VLC run_vlc[6+1]; variable 391 run_vlc[i + 1].table = run_vlc_tables[i]; in ff_h264_decode_init_vlc() 392 run_vlc[i + 1].table_allocated = run_vlc_tables_size; in ff_h264_decode_init_vlc() 393 init_vlc(&run_vlc[i + 1], in ff_h264_decode_init_vlc() 582 run_before= get_vlc2(gb, run_vlc[zeros_left].table, RUN_VLC_BITS, 1); \ in decode_residual() 597 run_before= get_vlc2(gb, run_vlc[zeros_left].table, RUN_VLC_BITS, 1); \ in decode_residual()
|
Completed in 3 milliseconds