Home
last modified time | relevance | path

Searched refs:round_value (Results 1 – 3 of 3) 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/libaom/libaom/aom_scale/generic/
Daom_scale.c165 const unsigned int round_value = dest_scale / 2; in scale1d_c() local
180 right_modifier * right_pixel + round_value) / in scale1d_c()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c162 unsigned int round_value = dest_scale / 2; in scale1d_c() local
177 right_modifier * right_pixel + round_value) / in scale1d_c()