Searched refs:LOAD_UV_8 (Results 1 – 1 of 1) sorted by relevance
161 #define LOAD_UV_8(ROW) \ macro171 const uint8x16_t row0 = LOAD_UV_8(0); in Load8x8x2T_NEON()172 const uint8x16_t row1 = LOAD_UV_8(1); in Load8x8x2T_NEON()173 const uint8x16_t row2 = LOAD_UV_8(2); in Load8x8x2T_NEON()174 const uint8x16_t row3 = LOAD_UV_8(3); in Load8x8x2T_NEON()175 const uint8x16_t row4 = LOAD_UV_8(4); in Load8x8x2T_NEON()176 const uint8x16_t row5 = LOAD_UV_8(5); in Load8x8x2T_NEON()177 const uint8x16_t row6 = LOAD_UV_8(6); in Load8x8x2T_NEON()178 const uint8x16_t row7 = LOAD_UV_8(7); in Load8x8x2T_NEON()219 #undef LOAD_UV_8