Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h82 static const int16x8_t cospi28_v = { 3196, 3196, 3196, 3196, variable
Dfdct32x32_vsx.c397 double_butterfly(temp1[7], cospi4_v, temp1[4], cospi28_v, &out[4], &out[28]); in vpx_fdct32_vsx()
410 double_butterfly(temp1[30], cospi4_v, temp1[17], cospi28_v, &temp2[30], in vpx_fdct32_vsx()
412 double_butterfly(temp1[29], cospi28_v, temp1[18], cospi4m_v, &temp2[29], in vpx_fdct32_vsx()
Dinv_txfm_vsx.c110 static const int16x8_t cospi28_v = { 3196, 3196, 3196, 3196, variable
300 STEP8_0(in1, in7, step4, step7, cospi28_v, cospi4_v); \
469 STEP8_0(in4, in7, out4, out7, cospi28_v, cospi4_v); \
853 STEP8_0(in0[4], in0[7], out[0][4], out[0][7], cospi28_v, cospi4_v); \
867 STEP32(in2[1], in3[6], out[2][1], out[3][6], cospi4_v, cospi28_v); \
868 STEP32_1(in2[2], in3[5], out[2][2], out[3][5], cospi28_v, cospi4_v, \
1457 int16x8_t cospi_p04_p28 = vec_mergel(cospi4_v, cospi28_v); in iadst16x8_vsx()
1458 int16x8_t cospi_p28_m04 = vec_mergel(cospi28_v, cospi4m_v); in iadst16x8_vsx()