Home | Sort by relevance Sort by last modified time |
/external/libvpx/libvpx/vp8/encoder/ | |
onyx_int.h | 256 int best_quality; member in struct:__anon23019 436 int best_quality; member in struct:VP8_COMP |
firstpass.c | [all...] |
onyx_if.c | 233 lc->best_quality = cpi->best_quality; 391 // active_worst/best_quality to values derived from the previous layer [all...] |
ratectrl.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ | |
vp9_firstpass.c | [all...] |
vp9_onyx_int.h | 465 int best_quality; member in struct:VP9_COMP |
vp9_onyx_if.c | 332 for (i = cpi->best_quality; i < cpi->worst_quality; i++) { 339 for (i = cpi->best_quality; i < cpi->worst_quality; i++) { [all...] |