Home | History | Annotate | Download | only in source

Lines Matching full:src_row

591 // xmm0 src_row 0
592 // xmm1 src_row 1
2054 SIMD_ALIGNED(uint8 src_row[kMaxRow12 * 2]);
2056 ScaleRowDown4Int_C(src_ptr, src_stride, src_row, dst_width * 2);
2058 src_row + kMaxOutputWidth,
2060 ScaleRowDown2Int_C(src_row, kMaxOutputWidth, dst, dst_width);