Searched refs:line_src (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
H A Dvpx_scale.c273 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 28 milliseconds