OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:left_pixel
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/vpx_scale/generic/
vpxscale.c
277
unsigned char
left_pixel
= *source;
local
288
dest[i] = (char)((left_modifier *
left_pixel
+ right_modifier * right_pixel + round_value) / dest_scale);
296
left_pixel
= *source;
[
all
...]
Completed in 9164 milliseconds