Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresdata.h37 extern const uint8_t ff_prores_lev_to_cb_index[10];
H A Dproresdata.c72 const uint8_t ff_prores_lev_to_cb_index[10] = { 0, 6, 3, 5, 0, 1, 1, 1, 1, 2 }; variable
H A Dproresenc_kostya.c445 lev_cb = ff_prores_lev_to_cb_index[2]; in encode_acs()
459 lev_cb = ff_prores_lev_to_cb_index[FFMIN(abs_level, 9)]; in encode_acs()
691 lev_cb = ff_prores_lev_to_cb_index[2]; in estimate_acs()
705 lev_cb = ff_prores_lev_to_cb_index[FFMIN(abs_level, 9)]; in estimate_acs()

Completed in 3 milliseconds