Home | History | Annotate | Download | only in unit_test

Lines Matching full:dst_c

1386   align_buffer_page_end(dst_c, y_plane_size);
1390 memset(dst_c, 0, y_plane_size);
1403 dst_c[i] = random_number;
1404 dst_opt[i] = dst_c[i];
1416 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh);
1429 if (dst_c[i] != dst_opt[i])
1434 free_aligned_buffer_page_end(dst_c);