Searched refs:cospi30_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 86 static const int16x8_t cospi30_v = { 1606, 1606, 1606, 1606, variable
|
D | inv_txfm_vsx.c | 118 static const int16x8_t cospi30_v = { 1606, 1606, 1606, 1606, variable 458 STEP8_0(out8, outF, in8, inF, cospi30_v, cospi2_v); \ 825 STEP8_0(out[1][0], out[1][7], in1[0], in1[7], cospi30_v, cospi2_v); \ 1284 int16x8_t cospi_p02_p30_v = vec_mergel(cospi2_v, cospi30_v); in vp9_iadst8_vsx() 1285 int16x8_t cospi_p30_m02_v = vec_mergel(cospi30_v, cospi2m_v); in vp9_iadst8_vsx()
|
D | fdct32x32_vsx.c | 420 double_butterfly(temp2[15], cospi2_v, temp2[8], cospi30_v, &out[2], &out[30]); in vpx_fdct32_vsx()
|