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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 548 int active_best_quality, int active_worst_quality) {
561 i = active_best_quality;
739 int active_best_quality; local
746 active_best_quality = rc->best_quality;
755 active_best_quality = VPXMAX(qindex + delta_qindex, rc->best_quality);
761 active_best_quality = get_kf_active_quality(
770 // on active_best_quality.
771 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth);
772 active_best_quality +=
786 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth)
888 int active_best_quality; local
1069 int active_best_quality; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 234 int active_best_quality; member in struct:__anon24713
410 int active_best_quality; member in struct:VP8_COMP

Completed in 47 milliseconds