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

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 51 * int dest_step : Number of pixels to step on in
68 unsigned char *dest, int dest_step,
80 for (i = dest_step, j = source_step; i < dest_length * dest_step;
81 i += dest_step, j += source_step) {
101 * int dest_step : Number of pixels to step on in
119 int dest_step, unsigned int dest_scale,
130 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step)
143 * int dest_step : Number of pixels to step on i
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 993 int dest_step = bYFlip ? -dest_pitch : dest_pitch; local
1002 int dest_step = bYFlip ? -dest_pitch : dest_pitch; local
1038 int dest_step = bYFlip ? -dest_pitch : dest_pitch; local
    [all...]

Completed in 67 milliseconds