D | intrapred_vsx.c | 385 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 …]
|