Searched refs:all_out (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_neon.c | 859 uint8x16x2_t all_out; in QuantizeBlock() local 860 INIT_VECTOR2(all_out, vreinterpretq_u8_s16(out0), vreinterpretq_u8_s16(out1)); in QuantizeBlock() 862 vtbl2q_u8(all_out, vld1_u8(kShuffles[0])), in QuantizeBlock() 863 vtbl2q_u8(all_out, vld1_u8(kShuffles[1])), in QuantizeBlock() 864 vtbl2q_u8(all_out, vld1_u8(kShuffles[2])), in QuantizeBlock() 865 vtbl2q_u8(all_out, vld1_u8(kShuffles[3]))); in QuantizeBlock() 867 uint8x8x4_t all_out; in QuantizeBlock() local 868 INIT_VECTOR4(all_out, in QuantizeBlock() 874 vtbl4_u8(all_out, vld1_u8(kShuffles[0])), in QuantizeBlock() 875 vtbl4_u8(all_out, vld1_u8(kShuffles[1])), in QuantizeBlock() [all …]
|