Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h48 static const int16x8_t cospi12_v = { 13623, 13623, 13623, 13623, variable
Dfdct32x32_vsx.c399 double_butterfly(temp1[6], cospi20_v, temp1[5], cospi12_v, &out[20], in vpx_fdct32_vsx()
414 double_butterfly(temp1[26], cospi20_v, temp1[21], cospi12_v, &temp2[26], in vpx_fdct32_vsx()
416 double_butterfly(temp1[25], cospi12_v, temp1[22], cospi20m_v, &temp2[25], in vpx_fdct32_vsx()
Dinv_txfm_vsx.c58 static const int16x8_t cospi12_v = { 13623, 13623, 13623, 13623, variable
301 STEP8_0(in5, in3, step5, step6, cospi12_v, cospi20_v); \
470 STEP8_0(in5, in6, out5, out6, cospi12_v, cospi20_v); \
854 STEP8_0(in0[5], in0[6], out[0][5], out[0][6], cospi12_v, cospi20_v); \
872 STEP32(in2[5], in3[2], out[2][5], out[3][2], cospi20_v, cospi12_v); \
873 STEP32_1(in2[6], in3[1], out[2][6], out[3][1], cospi12_v, cospi20_v, \
1459 int16x8_t cospi_p20_p12 = vec_mergel(cospi20_v, cospi12_v); in iadst16x8_vsx()
1460 int16x8_t cospi_p12_m20 = vec_mergel(cospi12_v, cospi20m_v); in iadst16x8_vsx()