Searched refs:ff_prores_lev_to_cb_index (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresdata.h | 37 extern const uint8_t ff_prores_lev_to_cb_index[10];
|
H A D | proresdata.c | 72 const uint8_t ff_prores_lev_to_cb_index[10] = { 0, 6, 3, 5, 0, 1, 1, 1, 1, 2 }; variable
|
H A D | proresenc_kostya.c | 445 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 4 milliseconds