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

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 361 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
366 /* The lower of max_bits / 4 or cpi->av_per_frame_bandwidth / 4. */
367 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_bandwidth >> 2 : max_bits >> 2;
    [all...]
ratectrl.c 630 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5))
631 min_frame_target = cpi->av_per_frame_bandwidth >> 5;
    [all...]
onyx_int.h 405 int av_per_frame_bandwidth; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 48 milliseconds