Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h40 static const int16x8_t cospi8m_v = { -15137, -15137, -15137, -15137, variable
Dfdct32x32_vsx.c345 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()
370 double_butterfly(temp0[13], cospi24_v, temp0[10], cospi8m_v, &temp1[13], in vpx_fdct32_vsx()
Dinv_txfm_vsx.c46 static const int16x8_t cospi8m_v = { -15137, -15137, -15137, -15137, variable
892 cospi8m_v); \
937 cospi8m_v); \
939 cospi8m_v); \
1293 int16x8_t cospi_p24_m08_v = vec_mergel(cospi24_v, cospi8m_v); in vp9_iadst8_vsx()
1464 int16x8_t cospi_p24_m08 = vec_mergel(cospi24_v, cospi8m_v); in iadst16x8_vsx()