Searched refs:cospi4_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 28 static const int16x8_t cospi4_v = { 16069, 16069, 16069, 16069, variable
|
D | inv_txfm_vsx.c | 32 static const int16x8_t cospi4_v = { 16069, 16069, 16069, 16069, 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() 1461 int16x8_t cospi_m28_p04 = vec_mergel(cospi28m_v, cospi4_v); in iadst16x8_vsx()
|
D | fdct32x32_vsx.c | 397 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()
|