Searched refs:dest_step (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 70 unsigned char *dest, int dest_step, in scale1d_2t1_i() argument 72 const unsigned char *const dest_end = dest + dest_length * dest_step; in scale1d_2t1_i() 81 dest += dest_step; in scale1d_2t1_i() 89 dest += dest_step; in scale1d_2t1_i() 121 int dest_step, unsigned int dest_scale, in scale1d_2t1_ps() argument 123 const unsigned char *const dest_end = dest + dest_length * dest_step; in scale1d_2t1_ps() 133 dest += dest_step; in scale1d_2t1_ps() 162 unsigned char *dest, int dest_step, in scale1d_c() argument 164 const unsigned char *const dest_end = dest + dest_length * dest_step; in scale1d_c() 248 unsigned char *dest, int dest_step, in Scale2D()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 68 unsigned char *dest, int dest_step, in scale1d_2t1_i() argument 80 for (i = dest_step, j = source_step; i < dest_length * dest_step; in scale1d_2t1_i() 81 i += dest_step, j += source_step) { in scale1d_2t1_i() 119 int dest_step, unsigned int dest_scale, in scale1d_2t1_ps() argument 130 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step) in scale1d_2t1_ps() 159 unsigned char *dest, int dest_step, in scale1d_c() argument 175 for (i = 0; i < dest_length * dest_step; i += dest_step) { in scale1d_c() 246 unsigned char *dest, int dest_step, in Scale2D()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibbase.cpp | 1141 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local 1145 dest_scan += dest_step; in SwapXY() 1150 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local 1152 dest_step -= 2; in SwapXY() 1165 dest_scan += dest_step; in SwapXY() 1172 dest_scan += dest_step; in SwapXY() 1179 dest_scan += dest_step; in SwapXY() 1188 int dest_step = bYFlip ? -dest_pitch : dest_pitch; in SwapXY() local 1198 dest_scan += dest_step; in SwapXY()
|