Searched refs:all_out (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_neon.c | 865 uint8x16x2_t all_out; in QuantizeBlock_NEON() local 866 INIT_VECTOR2(all_out, vreinterpretq_u8_s16(out0), vreinterpretq_u8_s16(out1)); in QuantizeBlock_NEON() 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() 873 uint8x8x4_t all_out; in QuantizeBlock_NEON() local 874 INIT_VECTOR4(all_out, 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() [all …]
|