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

  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 538 unsigned int src_band_height = 0; local
588 src_band_height = 4;
595 src_band_height = 3;
602 src_band_height = 1;
609 src_band_height = 4;
628 for (i = 1; i < src_band_height; i++)
637 horiz_line_scale(source + src_band_height * source_pitch,
646 source += src_band_height * source_pitch;
651 for (i = 1; i < src_band_height; i++)
  /external/libvpx/vpx_scale/generic/
vpxscale.c 696 unsigned int src_band_height = 0; local
758 src_band_height = 4;
765 src_band_height = 3;
772 src_band_height = 2;
779 src_band_height = 3;
786 src_band_height = 1;
793 src_band_height = 4;
812 for (i = 1; i < src_band_height; i++)
826 line_src = source + src_band_height * source_pitch;
839 source += src_band_height * source_pitch
    [all...]

Completed in 148 milliseconds