HomeSort by relevance Sort by last modified time
    Searched refs:WebPUint32ToMem (Results 1 - 7 of 7) sorted by null

  /external/webp/src/utils/
utils.h 64 static WEBP_INLINE void WebPUint32ToMem(uint8_t* const ptr, uint32_t val) {
71 static WEBP_INLINE void WebPUint32ToMem(uint8_t* const ptr, uint32_t val) {
  /external/webp/src/dsp/
dec_sse2.c 239 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0));
240 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1));
241 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2));
242 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3));
285 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32(dst0));
286 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32(dst1));
287 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(dst2));
288 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3));
588 WebPUint32ToMem(dst, _mm_cvtsi128_si32(*x));
    [all...]
enc_sse2.c 268 WebPUint32ToMem(&dst[0 * BPS], _mm_cvtsi128_si32(ref0));
269 WebPUint32ToMem(&dst[1 * BPS], _mm_cvtsi128_si32(ref1));
270 WebPUint32ToMem(&dst[2 * BPS], _mm_cvtsi128_si32(ref2));
271 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3));
813 WebPUint32ToMem(dst + i * BPS, vals);
823 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J));
824 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K))
    [all...]
dec.c 264 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(A, B, C));
265 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(B, C, D));
266 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(C, D, E));
267 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(D, E, E));
enc.c 360 WebPUint32ToMem(dst + 0 * BPS, 0x01010101U * AVG3(X, I, J));
361 WebPUint32ToMem(dst + 1 * BPS, 0x01010101U * AVG3(I, J, K));
362 WebPUint32ToMem(dst + 2 * BPS, 0x01010101U * AVG3(J, K, L));
363 WebPUint32ToMem(dst + 3 * BPS, 0x01010101U * AVG3(K, L, L));
lossless.c 493 WebPUint32ToMem(dst, BSwap32(argb));
rescaler_sse2.c 88 WebPUint32ToMem((uint8_t*)frow, _mm_cvtsi128_si32(out));

Completed in 400 milliseconds