Searched defs:boost (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1118 // Update the motion related elements to the GF arf boost calculation.
1154 // Calculate a baseline boost number for the current frame.
1159 // Underlying boost factor is based on inter intra error ratio.
1167 // Increase boost for frames where new data coming into frame (e.g. zoom out).
1168 // Slightly reduce boost if there is a net balance of motion out of the frame
1172 // In the extreme case the boost is halved.
1199 // Update the motion related elements to the boost calculation.
1236 // Update the motion related elements to the boost calculation.
1462 // bits to spare and are better with a smaller interval and smaller boost.
1487 // Update the motion related elements to the boost calculatio
1671 int boost = (rc->gfu_boost * gfboost_qadjust(q)) / 100; local
1757 const int boost = rc->source_alt_ref_pending ? b_boost : rc->gfu_boost; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c1539 /* Update the motion related elements to the GF arf boost calculation */
1586 /* Calculate a baseline boost number for the current frame. */
1594 /* Underlying boost factor is based on inter intra error ratio */
1602 /* Increase boost for frames where new data coming into frame
1603 * (eg zoom out). Slightly reduce boost if there is a net balance
1609 /* In extreme case boost is halved */
1647 /* Update the motion related elements to the boost calculation */
1652 /* Calculate the baseline boost number for this frame */
1698 /* Update the motion related elements to the boost calculation */
1703 /* Calculate the baseline boost numbe
2302 int boost = (cpi->source_alt_ref_pending) local
[all...]

Completed in 31 milliseconds