Home
last modified time | relevance | path

Searched refs:a0l (Results 1 – 2 of 2) sorted by relevance

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