Lines Matching refs:dst_row
192 DestType* dst_row = dst + start_x - block_start_x; in Warp_C() local
197 Memset(dst_row, sum, 8); in Warp_C()
199 Memset(dst_row, row_border_pixel, 8); in Warp_C()
201 const DestType* const first_dst_row = dst_row; in Warp_C()
202 dst_row += dest_stride; in Warp_C()
204 memcpy(dst_row, first_dst_row, 8 * sizeof(*dst_row)); in Warp_C()
205 dst_row += dest_stride; in Warp_C()
229 DestType* dst_row = dst + start_x - block_start_x; in Warp_C() local
248 dst_row[x] = static_cast<DestType>(sum); in Warp_C()
250 dst_row[x] = static_cast<DestType>(Clip3(sum, 0, kMaxPixel)); in Warp_C()
254 dst_row += dest_stride; in Warp_C()
369 DestType* dst_row = dst + start_x - block_start_x; in Warp_C() local
415 dst_row[x] = static_cast<DestType>(sum); in Warp_C()
417 dst_row[x] = static_cast<DestType>(Clip3(sum, 0, kMaxPixel)); in Warp_C()
421 dst_row += dest_stride; in Warp_C()