Searched refs:Load4x4 (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Denc_neon.c255 static uint8x16_t Load4x4(const uint8_t* src) { function
295 const uint8x16_t S0 = Load4x4(src);
296 const uint8x16_t R0 = Load4x4(ref);
798 const uint8x16_t a0 = Load4x4(a);
799 const uint8x16_t b0 = Load4x4(b);

Completed in 368 milliseconds