Searched refs:adjustment (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Ddenoising.c30 * adjustment = filtered_value - current_raw
39 * The adjustment vs. diff curve becomes flat very quick when diff increases.
44 * diff adjustment w/o motion correction adjustment w/ motion correction
71 * increasing the adjustment for each level. */
83 int adjustment = 0; local
98 adjustment = adj_val[0];
100 adjustment = adj_val[1];
102 adjustment = adj_val[2];
106 if ((sig[c] + adjustment) > 25
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c55 // formulaic approach to facilitate easier adjustment of the Q tables.
104 // q based adjustment to baseline enumerator
323 // More heavily damped adjustment used if we have been oscillating either side
411 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap; local
412 return low_motion_minq[q] + adjustment;
450 int adjustment = 0; local
462 // Maximum limit for down adjustment, ~30%.
468 adjustment = (int)((rc->buffer_level - oxcf->optimal_buffer_level) /
470 active_worst_quality -= adjustment;
477 adjustment
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm251 ; eob adjustment begins here

Completed in 703 milliseconds