Home
last modified time | relevance | path

Searched refs:Copy8x8 (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/enc/
Ddsp.c665 static void Copy8x8(const uint8_t* src, uint8_t* dst) { Copy(src, dst, 8); } in Copy8x8() function
752 VP8Copy8x8 = Copy8x8; in VP8EncDspInit()