Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c856 static int QuantizeBlock_NEON(int16_t in[16], int16_t out[16], in QuantizeBlock_NEON() function
901 nz = QuantizeBlock_NEON(in + 0 * 16, out + 0 * 16, mtx) << 0; in Quantize2Blocks_NEON()
902 nz |= QuantizeBlock_NEON(in + 1 * 16, out + 1 * 16, mtx) << 1; in Quantize2Blocks_NEON()
929 VP8EncQuantizeBlock = QuantizeBlock_NEON; in VP8EncDspInitNEON()