HomeSort by relevance Sort by last modified time
    Searched refs:round_value (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
vector_scaling_operations.c 151 int round_value = (1 << right_shifts) >> 1; local
161 round_value) >> right_shifts);
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 177 unsigned int round_value = dest_scale / 2; local
190 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 176 unsigned int round_value = dest_scale / 2; local
189 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);

Completed in 321 milliseconds