Searched refs:DoQuantizeBlock_SSE41 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_sse41.c | 200 static WEBP_INLINE int DoQuantizeBlock_SSE41(int16_t in[16], int16_t out[16], in DoQuantizeBlock_SSE41() function 305 return DoQuantizeBlock_SSE41(in, out, &mtx->sharpen_[0], mtx); in QuantizeBlock_SSE41() 310 return DoQuantizeBlock_SSE41(in, out, NULL, mtx); in QuantizeBlockWHT_SSE41() 317 nz = DoQuantizeBlock_SSE41(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0; in Quantize2Blocks_SSE41() 318 nz |= DoQuantizeBlock_SSE41(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1; in Quantize2Blocks_SSE41()
|