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

/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c368 target = cpi->per_frame_bandwidth;
388 int initial_boost = 32; /* |3.0 * per_frame_bandwidth| */
394 /* Initial factor: set target size to: |3.0 * per_frame_bandwidth|. */
406 /* Minimal target size is |2* per_frame_bandwidth|. */
410 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4;
416 unsigned int max_rate = cpi->per_frame_bandwidth
617 int old_per_frame_bandwidth = cpi->per_frame_bandwidth;
620 cpi->per_frame_bandwidth =
632 else if (min_frame_target < cpi->per_frame_bandwidth / 4)
633 min_frame_target = cpi->per_frame_bandwidth /
[all...]
H A Dfirstpass.c2263 cpi->per_frame_bandwidth = gf_bits;
2408 cpi->per_frame_bandwidth = target_frame_size;
2482 int bak = cpi->per_frame_bandwidth;
2485 cpi->per_frame_bandwidth = bak;
2532 (cpi->per_frame_bandwidth * cpi->output_framerate);
3184 cpi->per_frame_bandwidth = cpi->twopass.kf_bits;
H A Donyx_int.h400 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;
3368 cpi->per_frame_bandwidth = cpi->twopass.gf_bits;
3376 cpi->per_frame_bandwidth = (int)(cpi->target_bandwidth / cpi->output_framerate);
3527 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 3 / 2;
3530 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth * 5 / 4;
3533 cpi->per_frame_bandwidth = cpi->per_frame_bandwidth *
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c189 target = cpi->per_frame_bandwidth;
192 int max_rate = cpi->per_frame_bandwidth
220 cpi->per_frame_bandwidth = cpi->twopass.gf_bits;
221 cpi->this_frame_target = cpi->per_frame_bandwidth;
224 cpi->this_frame_target = cpi->per_frame_bandwidth;
255 cpi->this_frame_target = cpi->per_frame_bandwidth;
H A Dvp9_firstpass.c1936 cpi->per_frame_bandwidth = gf_bits;
2047 cpi->per_frame_bandwidth = target_frame_size;
2200 int bak = cpi->per_frame_bandwidth;
2203 cpi->per_frame_bandwidth = bak;
2224 cpi->target_bandwidth = (int)(cpi->per_frame_bandwidth
2642 cpi->per_frame_bandwidth = cpi->twopass.kf_bits;
H A Dvp9_onyx_int.h442 int per_frame_bandwidth; // Current section per frame bandwidth target member in struct:VP9_COMP
H A Dvp9_onyx_if.c1085 cpi->per_frame_bandwidth = (int)(cpi->oxcf.target_bandwidth / cpi->output_framerate);
2602 cpi->per_frame_bandwidth = cpi->twopass.gf_bits;

Completed in 101 milliseconds