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

  /external/libvpx/vp8/encoder/
ratectrl.c 641 cpi->this_frame_target = 2 * cpi->av_per_frame_bandwidth;
673 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5))
674 min_frame_target = cpi->av_per_frame_bandwidth >> 5;
    [all...]
firstpass.c 254 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
259 // The lower of max_bits / 4 or cpi->av_per_frame_bandwidth / 4.
260 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_bandwidth >> 2 : max_bits >> 2;
    [all...]
onyx_int.h 403 int av_per_frame_bandwidth; // Average frame size target for clip member in struct:__anon8495
onyx_if.c     [all...]

Completed in 39 milliseconds