Home | History | Annotate | Download | only in unit_test

Lines Matching refs:src_u

39     align_buffer_page_end(src_u, SUBSAMPLE(kWidth, SRC_SUBSAMP_X) *           \
60 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
78 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
85 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
132 free_aligned_buffer_page_end(src_u); \
178 uint8* src_u = src_uv + OFF_U; \
186 src_u[(i * src_stride_uv) + j * PIXEL_STRIDE + OFF] = \
204 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
211 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
287 align_buffer_page_end(src_u, SUBSAMPLE(kWidth, SRC_SUBSAMP_X) * \
304 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
318 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
324 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
357 free_aligned_buffer_page_end(src_u); \
503 align_buffer_page_end(src_u, kSizeUV + OFF); \
511 src_u[i + OFF] = (fastrand() & 0xff); \
517 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
522 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
545 free_aligned_buffer_page_end(src_u); \
606 align_buffer_page_end(src_u, kSizeUV + OFF); \
616 src_u[i + OFF] = (fastrand() & 0xff); \
622 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
628 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
643 free_aligned_buffer_page_end(src_u); \
1606 align_buffer_page_end(src_u, kSizeUV + OFF); \
1614 src_u[i + OFF] = (fastrand() & 0xff); \
1620 FMT_PLANAR##To##FMT_B##Dither(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
1626 src_y + OFF, kWidth, src_u + OFF, kStrideUV, src_v + OFF, kStrideUV, \
1648 free_aligned_buffer_page_end(src_u); \
1740 align_buffer_page_end(src_u, kSizeUV + OFF); \
1747 src_u[i + OFF] = (fastrand() & 0xff); \
1752 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u
1762 FMT_PLANAR##To##FMT_C(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
1772 free_aligned_buffer_page_end(src_u); \
1831 align_buffer_page_end(src_u, kSizeUV + OFF); \
1840 src_u[i + OFF] = (fastrand() & 0xff); \
1846 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SUBSAMP_X), \
1857 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SUBSAMP_X), \
1867 free_aligned_buffer_page_end(src_u); \