Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c177 #define LOAD_UV_8(ROW) \ macro
189 const uint8x16_t row0 = LOAD_UV_8(0); in Load8x8x2T()
190 const uint8x16_t row1 = LOAD_UV_8(1); in Load8x8x2T()
191 const uint8x16_t row2 = LOAD_UV_8(2); in Load8x8x2T()
192 const uint8x16_t row3 = LOAD_UV_8(3); in Load8x8x2T()
193 const uint8x16_t row4 = LOAD_UV_8(4); in Load8x8x2T()
194 const uint8x16_t row5 = LOAD_UV_8(5); in Load8x8x2T()
195 const uint8x16_t row6 = LOAD_UV_8(6); in Load8x8x2T()
196 const uint8x16_t row7 = LOAD_UV_8(7); in Load8x8x2T()
237 #undef LOAD_UV_8