Home | History | Annotate | Download | only in source

Lines Matching refs:src_step

835                                int src_step, uint8* dst_ptr, int dst_width) =
845 int src_step = src_width / dst_width;
849 src_ptr += ((row_step >> 1) - 1) * src_stride + ((src_step >> 1) - 1) * 4;
851 ScaleARGBRowDownEven(src_ptr, src_stride, src_step, dst_ptr, dst_width);