Searched refs:all_out (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_neon.c | 1019 uint8x16x2_t all_out; in QuantizeBlock() local 1020 INIT_VECTOR2(all_out, vreinterpretq_u8_s16(out0), vreinterpretq_u8_s16(out1)); in QuantizeBlock() 1022 vtbl2q_u8(all_out, vld1_u8(kShuffles[0])), in QuantizeBlock() 1023 vtbl2q_u8(all_out, vld1_u8(kShuffles[1])), in QuantizeBlock() 1024 vtbl2q_u8(all_out, vld1_u8(kShuffles[2])), in QuantizeBlock() 1025 vtbl2q_u8(all_out, vld1_u8(kShuffles[3]))); in QuantizeBlock() 1027 uint8x8x4_t all_out; in QuantizeBlock() local 1028 INIT_VECTOR4(all_out, in QuantizeBlock() 1034 vtbl4_u8(all_out, vld1_u8(kShuffles[0])), in QuantizeBlock() 1035 vtbl4_u8(all_out, vld1_u8(kShuffles[1])), in QuantizeBlock() [all …]
|