Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c546 #define STORE8x2(c1, c2, p, stride) \ macro
642 STORE8x2(d4, d5, [%[p]], %[stride]) in SimpleHFilter16_NEON()
643 STORE8x2(d24, d25, [%[p]], %[stride]) in SimpleHFilter16_NEON()
652 #undef STORE8x2
/external/webp/
DChangeLog799 c245343d move LOAD8x4 and STORE8x2 closer to their use location