Searched refs:lev_cb (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_kostya.c | 440 int run, level, run_cb, lev_cb; in encode_acs() local 445 lev_cb = ff_prores_lev_to_cb_index[2]; in encode_acs() 454 encode_vlc_codeword(pb, ff_prores_ac_codebook[lev_cb], in encode_acs() 459 lev_cb = ff_prores_lev_to_cb_index[FFMIN(abs_level, 9)]; in encode_acs() 685 int run, level, run_cb, lev_cb; in estimate_acs() local 691 lev_cb = ff_prores_lev_to_cb_index[2]; in estimate_acs() 701 bits += estimate_vlc(ff_prores_ac_codebook[lev_cb], in estimate_acs() 705 lev_cb = ff_prores_lev_to_cb_index[FFMIN(abs_level, 9)]; in estimate_acs()
|
Completed in 3 milliseconds