Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h66 static const int16x8_t cospi20m_v = { -9102, -9102, -9102, -9102, variable
Dfdct32x32_vsx.c416 double_butterfly(temp1[25], cospi12_v, temp1[22], cospi20m_v, &temp2[25], in vpx_fdct32_vsx()
Dinv_txfm_vsx.c86 static const int16x8_t cospi20m_v = { -9102, -9102, -9102, -9102, variable
874 cospi20m_v); \
1460 int16x8_t cospi_p12_m20 = vec_mergel(cospi12_v, cospi20m_v); in iadst16x8_vsx()