Home
last modified time | relevance | path

Searched refs:run_cb (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c440 int run, level, run_cb, lev_cb; in encode_acs() local
444 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
453 encode_vlc_codeword(pb, ff_prores_ac_codebook[run_cb], run); in encode_acs()
458 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
685 int run, level, run_cb, lev_cb; in estimate_acs() local
690 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
700 bits += estimate_vlc(ff_prores_ac_codebook[run_cb], run); in estimate_acs()
704 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()

Completed in 3 milliseconds