Home
last modified time | relevance | path

Searched refs:round_value (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dvector_scaling_operations.c151 int round_value = (1 << right_shifts) >> 1; in WebRtcSpl_ScaleAndAddVectorsWithRoundC() local
161 round_value) >> right_shifts); in WebRtcSpl_ScaleAndAddVectorsWithRoundC()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c177 unsigned int round_value = dest_scale / 2; in scale1d_c() local
190 …dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_… in scale1d_c()