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

  /external/libvpx/libvpx/vpx_dsp/ppc/
intrapred_vsx.c 385 const int16x8_t a0h, const int16x8_t a0l,
391 vl = vec_sub(vec_add(ls, a0l), tl);
402 const int16x8_t a0l = unpack_to_s16_l(a0); local
406 tm_predictor_32x1(dst, vec_splat(l, 0), a0h, a0l, a1h, a1l, tl);
409 tm_predictor_32x1(dst, vec_splat(l, 1), a0h, a0l, a1h, a1l, tl);
412 tm_predictor_32x1(dst, vec_splat(l, 2), a0h, a0l, a1h, a1l, tl);
415 tm_predictor_32x1(dst, vec_splat(l, 3), a0h, a0l, a1h, a1l, tl);
418 tm_predictor_32x1(dst, vec_splat(l, 4), a0h, a0l, a1h, a1l, tl);
421 tm_predictor_32x1(dst, vec_splat(l, 5), a0h, a0l, a1h, a1l, tl);
424 tm_predictor_32x1(dst, vec_splat(l, 6), a0h, a0l, a1h, a1l, tl)
    [all...]
  /external/webp/src/dsp/
lossless_sse2.c 609 const __m128i a0l = _mm_and_si128(bgra0, mask_l); // bgr0|0|bgr0|0 local
615 const __m128i c0 = _mm_or_si128(a0l, b0h); // rgbrgb00|rgbrgb00

Completed in 670 milliseconds