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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 423 cpi->this_frame_target = (int)target;
644 cpi->this_frame_target = cpi->per_frame_bandwidth;
656 cpi->this_frame_target = cpi->per_frame_bandwidth;
678 cpi->this_frame_target = cpi->per_frame_bandwidth - Adjustment;
680 if (cpi->this_frame_target < min_frame_target)
681 cpi->this_frame_target = min_frame_target;
684 cpi->this_frame_target = cpi->per_frame_bandwidth;
689 if ((cpi->gf_overspend_bits > 0) && (cpi->this_frame_target > min_frame_target))
693 if (Adjustment > (cpi->this_frame_target - min_frame_target))
694 Adjustment = (cpi->this_frame_target - min_frame_target)
    [all...]
onyx_if.c     [all...]
onyx_int.h 369 int this_frame_target; member in struct:VP8_COMP

Completed in 2818 milliseconds