Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c398 static void tm_predictor_32x8(uint8_t *dst, const ptrdiff_t stride, in tm_predictor_32x8() function
438 tm_predictor_32x8(dst, stride, unpack_to_s16_h(l0), a0, a1, tl); in vpx_tm_predictor_32x32_vsx()
441 tm_predictor_32x8(dst, stride, unpack_to_s16_l(l0), a0, a1, tl); in vpx_tm_predictor_32x32_vsx()
444 tm_predictor_32x8(dst, stride, unpack_to_s16_h(l1), a0, a1, tl); in vpx_tm_predictor_32x32_vsx()
447 tm_predictor_32x8(dst, stride, unpack_to_s16_l(l1), a0, a1, tl); in vpx_tm_predictor_32x32_vsx()