Searched refs:DoQuantizeBlock_SSE2 (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Denc_sse2.c1220 static WEBP_INLINE int DoQuantizeBlock_SSE2(int16_t in[16], int16_t out[16], function
1334 return DoQuantizeBlock_SSE2(in, out, &mtx->sharpen_[0], mtx);
1339 return DoQuantizeBlock_SSE2(in, out, NULL, mtx);
1346 nz = DoQuantizeBlock_SSE2(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0;
1347 nz |= DoQuantizeBlock_SSE2(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1;

Completed in 68 milliseconds