Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h70 static const int16x8_t cospi22_v = { 7723, 7723, 7723, 7723, variable
Dinv_txfm_vsx.c92 static const int16x8_t cospi22_v = { 7723, 7723, 7723, 7723, variable
460 STEP8_0(outA, outD, inA, inD, cospi22_v, cospi10_v); \
827 STEP8_0(out[1][2], out[1][5], in1[2], in1[5], cospi22_v, cospi10_v); \
1286 int16x8_t cospi_p10_p22_v = vec_mergel(cospi10_v, cospi22_v); in vp9_iadst8_vsx()
1287 int16x8_t cospi_p22_m10_v = vec_mergel(cospi22_v, cospi10m_v); in vp9_iadst8_vsx()
Dfdct32x32_vsx.c423 double_butterfly(temp2[13], cospi10_v, temp2[10], cospi22_v, &out[10], in vpx_fdct32_vsx()