HomeSort by relevance Sort by last modified time
    Searched refs:active_best_quality (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 225 int active_best_quality; local
227 active_best_quality = low_motion_minq[q];
229 active_best_quality = high_motion_minq[q];
235 active_best_quality = low_motion_minq[q] + adjustment;
237 return active_best_quality;
    [all...]
vp9_ratectrl.c 350 i = cpi->active_best_quality;
vp9_onyx_int.h 466 int active_best_quality; member in struct:VP9_COMP
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 234 lc->active_best_quality = cpi->active_best_quality;
272 cpi->active_best_quality = lc->active_best_quality;
341 lc->active_best_quality = cpi->oxcf.best_allowed_q;
    [all...]
onyx_int.h 257 int active_best_quality; member in struct:__anon21251
437 int active_best_quality; member in struct:VP8_COMP
ratectrl.c     [all...]

Completed in 36 milliseconds