Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c849 static const uint8_t kShuffles[4][8] = { variable
868 vtbl2q_u8(all_out, vld1_u8(kShuffles[0])), in QuantizeBlock_NEON()
869 vtbl2q_u8(all_out, vld1_u8(kShuffles[1])), in QuantizeBlock_NEON()
870 vtbl2q_u8(all_out, vld1_u8(kShuffles[2])), in QuantizeBlock_NEON()
871 vtbl2q_u8(all_out, vld1_u8(kShuffles[3]))); in QuantizeBlock_NEON()
880 vtbl4_u8(all_out, vld1_u8(kShuffles[0])), in QuantizeBlock_NEON()
881 vtbl4_u8(all_out, vld1_u8(kShuffles[1])), in QuantizeBlock_NEON()
882 vtbl4_u8(all_out, vld1_u8(kShuffles[2])), in QuantizeBlock_NEON()
883 vtbl4_u8(all_out, vld1_u8(kShuffles[3]))); in QuantizeBlock_NEON()