Searched refs:rate_correction_factor (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dratectrl.c1105 double rate_correction_factor; local
1115 rate_correction_factor = cpi->key_frame_rate_correction_factor;
1122 rate_correction_factor = cpi->gf_rate_correction_factor;
1124 rate_correction_factor = cpi->rate_correction_factor;
1131 projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.frame_type][Q]) * cpi->common.MBs) / (1 << BPER_MB_NORMBITS));
1177 rate_correction_factor = ((rate_correction_factor * correction_factor) / 100);
1179 /* Keep rate_correction_factor within limits */
1180 if (rate_correction_factor > MAX_BPB_FACTO
[all...]
H A Donyx_int.h265 double rate_correction_factor; member in struct:__anon13096
370 double rate_correction_factor; member in struct:VP8_COMP
H A Donyx_if.c242 lc->rate_correction_factor = cpi->rate_correction_factor;
280 cpi->rate_correction_factor = lc->rate_correction_factor;
354 lc->rate_correction_factor = 1.0;
393 // TDOD(marpan): Should we set the rate_correction_factor and
1995 cpi->rate_correction_factor = 1.0;
4366 /* Update rate_correction_factor unless
4389 /* Update rate_correction_factor unless
4422 /* Update rate_correction_factor unles
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1105 double rate_correction_factor; local
1115 rate_correction_factor = cpi->key_frame_rate_correction_factor;
1122 rate_correction_factor = cpi->gf_rate_correction_factor;
1124 rate_correction_factor = cpi->rate_correction_factor;
1131 projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.frame_type][Q]) * cpi->common.MBs) / (1 << BPER_MB_NORMBITS));
1177 rate_correction_factor = ((rate_correction_factor * correction_factor) / 100);
1179 /* Keep rate_correction_factor within limits */
1180 if (rate_correction_factor > MAX_BPB_FACTO
[all...]
H A Donyx_int.h268 double rate_correction_factor; member in struct:__anon24886
373 double rate_correction_factor; member in struct:VP8_COMP
H A Donyx_if.c239 lc->rate_correction_factor = cpi->rate_correction_factor;
277 cpi->rate_correction_factor = lc->rate_correction_factor;
351 lc->rate_correction_factor = 1.0;
390 // TDOD(marpan): Should we set the rate_correction_factor and
1948 cpi->rate_correction_factor = 1.0;
4171 /* Update rate_correction_factor unless
4194 /* Update rate_correction_factor unless
4227 /* Update rate_correction_factor unles
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h40 double rate_correction_factor; member in struct:__anon24961
H A Dvp9_ratectrl.c230 rc->rate_correction_factor = 1.0;
282 return cpi->rc.rate_correction_factor;
295 cpi->rc.rate_correction_factor = factor;
302 double rate_correction_factor = get_rate_correction_factor(cpi); local
315 rate_correction_factor);
340 rate_correction_factor = (rate_correction_factor * correction_factor) / 100;
342 // Keep rate_correction_factor within limits
343 if (rate_correction_factor > MAX_BPB_FACTOR)
344 rate_correction_factor
[all...]
H A Dvp9_svc_layercontext.c45 lrc->rate_correction_factor = 1.0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c393 double rate_correction_factor = get_rate_correction_factor(cpi); local
410 rate_correction_factor,
436 rate_correction_factor = (rate_correction_factor * correction_factor) / 100;
438 // Keep rate_correction_factor within limits
439 if (rate_correction_factor > MAX_BPB_FACTOR)
440 rate_correction_factor = MAX_BPB_FACTOR;
445 rate_correction_factor = (rate_correction_factor * correction_factor) / 100;
447 // Keep rate_correction_factor withi
[all...]

Completed in 851 milliseconds