Searched refs:cospi18_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 60 static const int16x8_t cospi18_v = { 10394, 10394, 10394, 10394, variable
|
D | inv_txfm_vsx.c | 78 static const int16x8_t cospi18_v = { 10394, 10394, 10394, 10394, variable 459 STEP8_0(out9, outE, in9, inE, cospi14_v, cospi18_v); \ 826 STEP8_0(out[1][1], out[1][6], in1[1], in1[6], cospi14_v, cospi18_v); \ 1288 int16x8_t cospi_p18_p14_v = vec_mergel(cospi18_v, cospi14_v); in vp9_iadst8_vsx()
|
D | fdct32x32_vsx.c | 421 double_butterfly(temp2[14], cospi18_v, temp2[9], cospi14_v, &out[18], in vpx_fdct32_vsx()
|