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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 360 target = cpi->per_frame_bandwidth;
380 int initial_boost = 32; /* |3.0 * per_frame_bandwidth| */
386 /* Initial factor: set target size to: |3.0 * per_frame_bandwidth|. */
398 /* Minimal target size is |2* per_frame_bandwidth|. */
402 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4;
408 unsigned int max_rate = cpi->per_frame_bandwidth
609 int old_per_frame_bandwidth = cpi->per_frame_bandwidth;
612 cpi->per_frame_bandwidth =
624 else if (min_frame_target < cpi->per_frame_bandwidth / 4)
625 min_frame_target = cpi->per_frame_bandwidth / 4
    [all...]
onyx_int.h 401 int per_frame_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 360 target = cpi->per_frame_bandwidth;
380 int initial_boost = 32; /* |3.0 * per_frame_bandwidth| */
386 /* Initial factor: set target size to: |3.0 * per_frame_bandwidth|. */
398 /* Minimal target size is |2* per_frame_bandwidth|. */
402 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4;
408 unsigned int max_rate = cpi->per_frame_bandwidth
609 int old_per_frame_bandwidth = cpi->per_frame_bandwidth;
612 cpi->per_frame_bandwidth =
624 else if (min_frame_target < cpi->per_frame_bandwidth / 4)
625 min_frame_target = cpi->per_frame_bandwidth / 4
    [all...]
firstpass.c     [all...]
onyx_int.h 404 int per_frame_bandwidth; member in struct:VP8_COMP
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 360 target = cpi->per_frame_bandwidth;
380 int initial_boost = 32; /* |3.0 * per_frame_bandwidth| */
386 /* Initial factor: set target size to: |3.0 * per_frame_bandwidth|. */
398 /* Minimal target size is |2* per_frame_bandwidth|. */
402 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4;
408 unsigned int max_rate = cpi->per_frame_bandwidth
609 int old_per_frame_bandwidth = cpi->per_frame_bandwidth;
612 cpi->per_frame_bandwidth =
624 else if (min_frame_target < cpi->per_frame_bandwidth / 4)
625 min_frame_target = cpi->per_frame_bandwidth / 4
    [all...]
firstpass.c     [all...]
onyx_int.h 404 int per_frame_bandwidth; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 69 milliseconds