OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_modifier
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c
178
unsigned int
left_modifier
= dest_scale;
local
190
dest[i] = (char)((
left_modifier
* left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
201
left_modifier
= dest_scale - right_modifier;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c
177
unsigned int
left_modifier
= dest_scale;
local
189
dest[i] = (char)((
left_modifier
* left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
200
left_modifier
= dest_scale - right_modifier;
Completed in 190 milliseconds