Searched refs:DoQuantizeBlock_SSE2 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_sse2.c | 1220 static WEBP_INLINE int DoQuantizeBlock_SSE2(int16_t in[16], int16_t out[16], in DoQuantizeBlock_SSE2() function 1334 return DoQuantizeBlock_SSE2(in, out, &mtx->sharpen_[0], mtx); in QuantizeBlock_SSE2() 1339 return DoQuantizeBlock_SSE2(in, out, NULL, mtx); in QuantizeBlockWHT_SSE2() 1346 nz = DoQuantizeBlock_SSE2(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0; in Quantize2Blocks_SSE2() 1347 nz |= DoQuantizeBlock_SSE2(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1; in Quantize2Blocks_SSE2()
|