Home
last modified time | relevance | path

Searched defs:pixel_copy (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libdav1d/include/common/
H A Dbitdepth.h47 #define pixel_copy memcpy macro
65 #define pixel_copy(a, b, c) memcpy(a, b, (c) << 1) macro
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngvalid.c583 pixel_copy(png_bytep toBuffer, png_uint_32 toIndex, in pixel_copy() function