Home
last modified time | relevance | path

Searched refs:single_butterfly (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dfdct32x32_vsx.c19 static INLINE void single_butterfly(int16x8_t a, int16x8_t b, int16x8_t *add, in single_butterfly() function
247 single_butterfly(temp1[27], temp1[20], &temp1[27], &temp1[20]); in vpx_fdct32_vsx()
248 single_butterfly(temp1[26], temp1[21], &temp1[26], &temp1[21]); in vpx_fdct32_vsx()
249 single_butterfly(temp1[25], temp1[22], &temp1[25], &temp1[22]); in vpx_fdct32_vsx()
250 single_butterfly(temp1[24], temp1[23], &temp1[24], &temp1[23]); in vpx_fdct32_vsx()
300 single_butterfly(temp1[13], temp1[10], &temp2[13], &temp2[10]); in vpx_fdct32_vsx()
301 single_butterfly(temp1[12], temp1[11], &temp2[12], &temp2[11]); in vpx_fdct32_vsx()
334 single_butterfly(temp2[6], temp2[5], &temp0[6], &temp0[5]); in vpx_fdct32_vsx()
358 single_butterfly(temp0[0], temp0[1], &out[0], &out[16]); in vpx_fdct32_vsx()