Searched refs:lev_cb (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresenc_kostya.c | 439 int run, level, run_cb, lev_cb; in encode_acs() local 444 lev_cb = ff_prores_lev_to_cb_index[2]; in encode_acs() 453 encode_vlc_codeword(pb, ff_prores_ac_codebook[lev_cb], in encode_acs() 458 lev_cb = ff_prores_lev_to_cb_index[FFMIN(abs_level, 9)]; in encode_acs() 699 int run, level, run_cb, lev_cb; in estimate_acs() local 705 lev_cb = ff_prores_lev_to_cb_index[2]; in estimate_acs() 715 bits += estimate_vlc(ff_prores_ac_codebook[lev_cb], in estimate_acs() 719 lev_cb = ff_prores_lev_to_cb_index[FFMIN(abs_level, 9)]; in estimate_acs()
|