Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
Dvpx_scale.c71 int dest_step, in scale1d_2t1_i() argument
85 …for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step… in scale1d_2t1_i()
125 int dest_step, in scale1d_2t1_ps() argument
138 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step) in scale1d_2t1_ps()
171 int dest_step, in scale1d_c() argument
188 for (i = 0; i < dest_length * dest_step; i += dest_step) { in scale1d_c()
261 … unsigned char * dest, int dest_step, unsigned int dest_scale, unsigned int dest_length); in Scale2D()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c71 int dest_step, in scale1d_2t1_i() argument
85 …for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step… in scale1d_2t1_i()
125 int dest_step, in scale1d_2t1_ps() argument
138 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step) in scale1d_2t1_ps()
171 int dest_step, in scale1d_c() argument
188 for (i = 0; i < dest_length * dest_step; i += dest_step) { in scale1d_c()
261 … 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.cpp92 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local
97 dest_scan += dest_step; in SwapXY()
102 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local
104 dest_step -= 2; in SwapXY()
116 dest_scan += dest_step; in SwapXY()
123 dest_scan += dest_step; in SwapXY()
130 dest_scan += dest_step; in SwapXY()
139 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local
149 dest_scan += dest_step; in SwapXY()