Searched refs:cospi27_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 80 static const int16x8_t cospi27_v = { 3981, 3981, 3981, 3981, variable
|
D | inv_txfm_vsx.c | 108 static const int16x8_t cospi27_v = { 3981, 3981, 3981, 3981, variable 810 STEP8_0(in0[5], in3[3], out[2][4], out[3][3], cospi27_v, cospi5_v); \ 1443 int16x8_t cospi_p05_p27 = vec_mergel(cospi5_v, cospi27_v); in iadst16x8_vsx() 1444 int16x8_t cospi_p27_m05 = vec_mergel(cospi27_v, cospi5m_v); in iadst16x8_vsx()
|
D | fdct32x32_vsx.c | 454 double_butterfly(temp0[27], cospi5_v, temp0[20], cospi27_v, &out[5], in vpx_fdct32_vsx()
|