HomeSort by relevance Sort by last modified time
    Searched refs:line_src (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 274 unsigned char *line_src; local
370 line_src = (unsigned char *)source + i * source_pitch;
372 if (line_src < source_base)
373 line_src = source_base;
375 horiz_line_scale(line_src, source_width,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 368 milliseconds