Searched refs:cospi11_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 46 static const int16x8_t cospi11_v = { 14053, 14053, 14053, 14053, variable
|
D | inv_txfm_vsx.c | 56 static const int16x8_t cospi11_v = { 14053, 14053, 14053, 14053, variable 811 STEP8_0(in2[5], in1[3], out[2][5], out[3][2], cospi11_v, cospi21_v); \ 1451 int16x8_t cospi_p21_p11 = vec_mergel(cospi21_v, cospi11_v); in iadst16x8_vsx() 1452 int16x8_t cospi_p11_m21 = vec_mergel(cospi11_v, cospi21m_v); in iadst16x8_vsx()
|
D | fdct32x32_vsx.c | 456 double_butterfly(temp0[26], cospi21_v, temp0[21], cospi11_v, &out[21], in vpx_fdct32_vsx()
|