Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_sse2.c239 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in Transform()
240 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in Transform()
241 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in Transform()
242 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform()
285 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0)); in TransformAC3()
286 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1)); in TransformAC3()
287 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2)); in TransformAC3()
288 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in TransformAC3()
588 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x)); in Store4x4()
959 WebPUint32ToMem(dst + i * BPS, vals); in VE4()
[all …]
Denc_sse2.c268 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0)); in ITransform()
269 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1)); in ITransform()
270 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2)); in ITransform()
271 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform()
813 WebPUint32ToMem(dst + i * BPS, vals); in VE4()
823 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4()
824 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4()
825 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4()
826 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4()
846 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcdefg )); in LD4()
[all …]
Denc.c360 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J)); in HE4()
361 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K)); in HE4()
362 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L)); in HE4()
363 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L)); in HE4()
Ddec.c264 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(A, B, C)); in HE4()
265 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(B, C, D)); in HE4()
266 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(C, D, E)); in HE4()
267 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(D, E, E)); in HE4()
Drescaler_sse2.c88 WebPUint32ToMem((uint8_t*)frow, _mm_cvtsi128_si32(out)); in RescalerImportRowExpandSSE2()
Dlossless.c493 WebPUint32ToMem(dst, BSwap32(argb)); in CopyOrSwap()
/external/webp/src/utils/
Dutils.h64 static WEBP_INLINE void WebPUint32ToMem(uint8_t* const ptr, uint32_t val) { in WebPUint32ToMem() function
71 static WEBP_INLINE void WebPUint32ToMem(uint8_t* const ptr, uint32_t val) { in WebPUint32ToMem() function