scale.cc | 279 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local 343 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); 346 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); 349 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, 357 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); 376 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local 422 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width); 425 ScaleRowDown34_1(src_ptr, filter_stride, dst_ptr, dst_width); 428 ScaleRowDown34_0(src_ptr + src_stride, -filter_stride, 436 ScaleRowDown34_0(src_ptr, filter_stride, dst_ptr, dst_width) 471 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local 567 const int filter_stride = (filtering == kFilterLinear) ? 0 : src_stride; local [all...] |