Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresdata.h36 extern const uint8_t ff_prores_run_to_cb_index[16];
H A Dproresdata.c69 const uint8_t ff_prores_run_to_cb_index[16] = variable
H A Dproresenc_kostya.c444 run_cb = ff_prores_run_to_cb_index[4]; in encode_acs()
458 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in encode_acs()
690 run_cb = ff_prores_run_to_cb_index[4]; in estimate_acs()
704 run_cb = ff_prores_run_to_cb_index[FFMIN(run, 15)]; in estimate_acs()

Completed in 3 milliseconds