Searched refs:per_frame_bandwidth (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dratectrl.c360 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 /
[all...]
H A Dfirstpass.c2267 cpi->per_frame_bandwidth = gf_bits;
2412 cpi->per_frame_bandwidth = target_frame_size;
2487 int bak = cpi->per_frame_bandwidth;
2490 cpi->per_frame_bandwidth = bak;
2537 (cpi->per_frame_bandwidth * cpi->output_framerate);
3189 cpi->per_frame_bandwidth = cpi->twopass.kf_bits;
H A Donyx_int.h404 int per_frame_bandwidth; member in struct:VP8_COMP
H A Donyx_if.c1292 cpi->per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth /
1294 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth;
3378 cpi->per_frame_bandwidth = cpi->twopass.gf_bits;
3386 cpi->per_frame_bandwidth = (int)(cpi->target_bandwidth / cpi->output_framerate);
3537 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2;
3540 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4;
3543 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth *
[all...]

Completed in 39 milliseconds