Searched refs:round_value (Results 1 – 2 of 2) sorted by relevance
151 int round_value = (1 << right_shifts) >> 1; in WebRtcSpl_ScaleAndAddVectorsWithRoundC() local161 round_value) >> right_shifts); in WebRtcSpl_ScaleAndAddVectorsWithRoundC()
177 unsigned int round_value = dest_scale / 2; in scale1d_c() local190 …dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_… in scale1d_c()