Searched refs:cospi14_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 52 static const int16x8_t cospi14_v = { 12665, 12665, 12665, 12665, variable
|
D | inv_txfm_vsx.c | 66 static const int16x8_t cospi14_v = { 12665, 12665, 12665, 12665, 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() 1289 int16x8_t cospi_p14_m18_v = vec_mergel(cospi14_v, cospi18m_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()
|