HomeSort by relevance Sort by last modified time
    Searched full:ambient_qp (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 645 int ambient_qp; local
649 // For ambient_qp we use minimum of avg_frame_qindex[KEY_FRAME/INTER_FRAME]
654 ambient_qp = (cm->current_video_frame < num_frames_weight_key) ?
658 active_worst_quality = VPXMIN(rc->worst_quality, ambient_qp * 5 / 4);
676 adjustment = (int)((rc->worst_quality - ambient_qp) *
680 active_worst_quality = ambient_qp + adjustment;
    [all...]

Completed in 108 milliseconds