Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c822 static int16x8_t Quantize_NEON(int16_t* const in, in Quantize_NEON() function
858 const int16x8_t out0 = Quantize_NEON(in, mtx, 0); in QuantizeBlock_NEON()
859 const int16x8_t out1 = Quantize_NEON(in, mtx, 8); in QuantizeBlock_NEON()