Searched refs:cospi2_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 24 static const int16x8_t cospi2_v = { 16305, 16305, 16305, 16305, variable
|
D | inv_txfm_vsx.c | 26 static const int16x8_t cospi2_v = { 16305, 16305, 16305, 16305, 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()
|
D | fdct32x32_vsx.c | 420 double_butterfly(temp2[15], cospi2_v, temp2[8], cospi30_v, &out[2], &out[30]); in vpx_fdct32_vsx()
|