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

  /external/libvpx/vpx_scale/generic/
vpxscale.c 172 int source_pitch = source_step; local
183 temp += 3 * source[j-source_pitch];
185 temp += 3 * source[j+source_pitch];
309 * int source_pitch : Stride of source image.
339 int source_pitch,
373 unsigned char *source_base; /* = (unsigned char *) ((source_pitch >= 0) ? source : (source + ((source_height-1) * source_pitch))); */
379 if (source_pitch < 0)
384 offset *= source_pitch;
460 source += source_pitch;
    [all...]

Completed in 397 milliseconds