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 550 int active_best_quality, int active_worst_quality) {
563 i = active_best_quality;
735 int active_best_quality; local
742 active_best_quality = rc->best_quality;
751 active_best_quality = VPXMAX(qindex + delta_qindex, rc->best_quality);
757 active_best_quality = get_kf_active_quality(
766 // on active_best_quality.
767 q_val = vp9_convert_qindex_to_q(active_best_quality, cm->bit_depth);
768 active_best_quality +=
782 active_best_quality = get_gf_active_quality(rc, q, cm->bit_depth)
884 int active_best_quality; local
1066 int active_best_quality; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 234 int active_best_quality; member in struct:__anon26159
414 int active_best_quality; member in struct:VP8_COMP

Completed in 59 milliseconds