Home | History | Annotate | Download | only in source

Lines Matching defs:row_stride

46   int row_stride = src_stride << 1;
90 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(row_stride, 4) &&
103 src_ptr += row_stride;
119 int row_stride = src_stride << 1;
140 IS_ALIGNED(src_stride, 4) && IS_ALIGNED(row_stride, 4) &&
153 src_ptr += row_stride;
171 int row_stride = src_stride << 2;
204 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(row_stride, 4) &&
217 src_ptr += row_stride;
231 int row_stride = src_stride << 2;
249 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(row_stride, 4) &&
262 src_ptr += row_stride;