Home
last modified time | relevance | path

Searched refs:dct_tab_idx (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmobiclip.c261 int dct_tab_idx; member
413 int n = get_vlc2(gb, rl_vlc[s->dct_tab_idx].table, in read_run_encoding()
441 level += run_residue[s->dct_tab_idx][(last ? 64 : 0) + run]; in add_coefficients()
446 run += run_residue[s->dct_tab_idx][128 + (last ? 64 : 0) + level]; in add_coefficients()
1237 s->dct_tab_idx = get_bits1(gb); in mobiclip_decode()
1257 s->dct_tab_idx = 0; in mobiclip_decode()