Searched refs:tm_predictor_32x1 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 390 static INLINE void tm_predictor_32x1(uint8_t *dst, const int16x8_t ls, in tm_predictor_32x1() function 412 tm_predictor_32x1(dst, vec_splat(l, 0), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8() 415 tm_predictor_32x1(dst, vec_splat(l, 1), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8() 418 tm_predictor_32x1(dst, vec_splat(l, 2), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8() 421 tm_predictor_32x1(dst, vec_splat(l, 3), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8() 424 tm_predictor_32x1(dst, vec_splat(l, 4), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8() 427 tm_predictor_32x1(dst, vec_splat(l, 5), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8() 430 tm_predictor_32x1(dst, vec_splat(l, 6), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8() 433 tm_predictor_32x1(dst, vec_splat(l, 7), a0h, a0l, a1h, a1l, tl); in tm_predictor_32x8()
|