OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:round_value
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations.c
154
int
round_value
= (1 << right_shifts) >> 1;
local
165
+
round_value
) >> right_shifts);
/external/chromium_org/third_party/libvpx/source/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);
/external/libvpx/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);
/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 1537 milliseconds