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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 401 static int get_active_quality(int q, int gfu_boost, int low, int high, function
516 active_best_quality = get_active_quality(rc->avg_frame_qindex[KEY_FRAME],
545 active_best_quality = get_active_quality(
628 active_best_quality = get_active_quality(rc->avg_frame_qindex[KEY_FRAME],
668 active_best_quality = get_active_quality(q, rc->gfu_boost,
673 active_best_quality = get_active_quality(q, rc->gfu_boost,
686 active_best_quality = get_active_quality(
690 active_best_quality = get_active_quality(
696 active_best_quality = get_active_quality(
810 active_best_quality = get_active_quality(active_worst_quality
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 575 static int get_active_quality(int q, int gfu_boost, int low, int high, function
596 return get_active_quality(q, rc->kf_boost, kf_low, kf_high,
606 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high,
    [all...]

Completed in 566 milliseconds