Searched refs:double_butterfly (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | fdct32x32_vsx.c | 51 static INLINE void double_butterfly(int16x8_t a, int16x8_t c1, int16x8_t b, in double_butterfly() function 341 double_butterfly(temp2[29], cospi8_v, temp2[18], cospi24_v, &temp0[29], in vpx_fdct32_vsx() 343 double_butterfly(temp2[28], cospi8_v, temp2[19], cospi24_v, &temp0[28], in vpx_fdct32_vsx() 345 double_butterfly(temp2[27], cospi24_v, temp2[20], cospi8m_v, &temp0[27], in vpx_fdct32_vsx() 347 double_butterfly(temp2[26], cospi24_v, temp2[21], cospi8m_v, &temp0[26], in vpx_fdct32_vsx() 361 double_butterfly(temp0[3], cospi8_v, temp0[2], cospi24_v, &out[8], &out[24]); in vpx_fdct32_vsx() 368 double_butterfly(temp0[14], cospi8_v, temp0[9], cospi24_v, &temp1[14], in vpx_fdct32_vsx() 370 double_butterfly(temp0[13], cospi24_v, temp0[10], cospi8m_v, &temp1[13], in vpx_fdct32_vsx() 397 double_butterfly(temp1[7], cospi4_v, temp1[4], cospi28_v, &out[4], &out[28]); in vpx_fdct32_vsx() 399 double_butterfly(temp1[6], cospi20_v, temp1[5], cospi12_v, &out[20], in vpx_fdct32_vsx() [all …]
|