OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:line_src
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c
273
unsigned char *
line_src
;
local
369
line_src
= (unsigned char *)source + i * source_pitch;
371
if (
line_src
< source_base)
372
line_src
= source_base;
374
horiz_line_scale(
line_src
, source_width,
Completed in 218 milliseconds