Home
last modified time | relevance | path

Searched refs:dest_step (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c72 int dest_step, in scale1d_2t1_i() argument
86 …for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step… in scale1d_2t1_i()
126 int dest_step, in scale1d_2t1_ps() argument
139 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step) in scale1d_2t1_ps()
172 int dest_step, in scale1d_c() argument
189 for (i = 0; i < dest_length * dest_step; i += dest_step) { in scale1d_c()
262 … unsigned char * dest, int dest_step, unsigned int dest_scale, unsigned int dest_length); in Scale2D()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp210 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local
215 dest_scan += dest_step; in SwapXY()
220 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local
222 dest_step -= 2; in SwapXY()
235 dest_scan += dest_step; in SwapXY()
242 dest_scan += dest_step; in SwapXY()
249 dest_scan += dest_step; in SwapXY()
258 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local
269 dest_scan += dest_step; in SwapXY()