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

/external/chromium_org/third_party/libvpx/source/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 Donyx_int.h401 int per_frame_bandwidth; member in struct:VP8_COMP
H A Dfirstpass.c2265 cpi->per_frame_bandwidth = gf_bits;
2410 cpi->per_frame_bandwidth = target_frame_size;
2484 int bak = cpi->per_frame_bandwidth;
2487 cpi->per_frame_bandwidth = bak;
2534 (cpi->per_frame_bandwidth * cpi->output_framerate);
3186 cpi->per_frame_bandwidth = cpi->twopass.kf_bits;
H A Donyx_if.c1324 cpi->per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth /
1326 cpi->av_per_frame_bandwidth = cpi->per_frame_bandwidth;
3524 cpi->per_frame_bandwidth = cpi->twopass.gf_bits;
3532 cpi->per_frame_bandwidth = (int)(cpi->target_bandwidth / cpi->output_framerate);
3717 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2;
3720 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4;
3723 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth *
[all...]
/external/libvpx/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.c2265 cpi->per_frame_bandwidth = gf_bits;
2410 cpi->per_frame_bandwidth = target_frame_size;
2484 int bak = cpi->per_frame_bandwidth;
2487 cpi->per_frame_bandwidth = bak;
2534 (cpi->per_frame_bandwidth * cpi->output_framerate);
3186 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;
3377 cpi->per_frame_bandwidth = cpi->twopass.gf_bits;
3385 cpi->per_frame_bandwidth = (int)(cpi->target_bandwidth / cpi->output_framerate);
3536 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2;
3539 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4;
3542 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth *
[all...]

Completed in 499 milliseconds