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

  /external/libvpx/vp8/encoder/
firstpass.c 260 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_bandwidth >> 2 : max_bits >> 2; local
264 if (max_bits < min_max_bits)
265 max_bits = min_max_bits; // Lowest value we will set ... which should allow the buffer to refil.
    [all...]

Completed in 57 milliseconds