Searched refs:run_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 Ddnxhddec.c43 VLC ac_vlc, dc_vlc, run_vlc; member in struct:DNXHDContext
84 ff_free_vlc(&ctx->run_vlc);
92 init_vlc(&ctx->run_vlc, DNXHD_VLC_BITS, 62,
234 GET_VLC(index2, bs, &ctx->gb, ctx->run_vlc.table,
396 ff_free_vlc(&ctx->run_vlc);
H A Dh264_cavlc.c263 static VLC run_vlc[6]; variable
396 run_vlc[i].table = run_vlc_tables[i];
397 run_vlc[i].table_allocated = run_vlc_tables_size;
398 init_vlc(&run_vlc[i],
585 run_before= get_vlc2(gb, (run_vlc-1)[zeros_left].table, RUN_VLC_BITS, 1); \
600 run_before= get_vlc2(gb, (run_vlc-1)[zeros_left].table, RUN_VLC_BITS, 1); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhddec.c44 VLC ac_vlc, dc_vlc, run_vlc; member in struct:DNXHDContext
95 ff_free_vlc(&ctx->run_vlc);
103 init_vlc(&ctx->run_vlc, DNXHD_VLC_BITS, 62,
280 GET_VLC(index2, bs, &ctx->gb, ctx->run_vlc.table,
480 ff_free_vlc(&ctx->run_vlc);
H A Dh264_cavlc.c263 static VLC run_vlc[6]; variable
396 run_vlc[i].table = run_vlc_tables[i];
397 run_vlc[i].table_allocated = run_vlc_tables_size;
398 init_vlc(&run_vlc[i],
591 run_before= get_vlc2(gb, (run_vlc-1)[zeros_left].table, RUN_VLC_BITS, 1); \
606 run_before= get_vlc2(gb, (run_vlc-1)[zeros_left].table, RUN_VLC_BITS, 1); \

Completed in 85 milliseconds