HomeSort by relevance Sort by last modified time
    Searched defs:active_best_quality (Results 1 - 3 of 3) 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_onyx_int.h 466 int active_best_quality; member in struct:VP9_COMP
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 257 int active_best_quality; member in struct:__anon23967
437 int active_best_quality; member in struct:VP8_COMP

Completed in 196 milliseconds