Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c1274 #define IADST_WRAPLOW(in0, in1, tmp0, tmp1, out, cospi) \ macro
1422 IADST_WRAPLOW(out[0], out[1], tmp0[0], tmp0[1], in[2], cospi16_v); in vp9_iadst8_vsx()
1423 IADST_WRAPLOW(out[0], out[1], tmp0[0], tmp0[1], in[3], cospi_p16_m16_v); in vp9_iadst8_vsx()
1424 IADST_WRAPLOW(out[2], out[3], tmp0[0], tmp0[1], in[6], cospi16_v); in vp9_iadst8_vsx()
1425 IADST_WRAPLOW(out[2], out[3], tmp0[0], tmp0[1], in[7], cospi_p16_m16_v); in vp9_iadst8_vsx()
1792 IADST_WRAPLOW(tmp2[0], tmp2[1], tmp3, tmp4, src0[14], cospi16m_v); in vpx_iadst16_vsx()
1793 IADST_WRAPLOW(tmp2[0], tmp2[1], tmp3, tmp4, src1[0], cospi_p16_m16); in vpx_iadst16_vsx()
1794 IADST_WRAPLOW(tmp2[2], tmp2[3], tmp3, tmp4, src0[8], cospi16_v); in vpx_iadst16_vsx()
1795 IADST_WRAPLOW(tmp2[2], tmp2[3], tmp3, tmp4, src1[6], cospi_m16_p16); in vpx_iadst16_vsx()
1796 IADST_WRAPLOW(tmp2[4], tmp2[5], tmp3, tmp4, src0[12], cospi16_v); in vpx_iadst16_vsx()
[all …]