Searched refs:cospi8m_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 40 static const int16x8_t cospi8m_v = { -15137, -15137, -15137, -15137, variable
|
D | fdct32x32_vsx.c | 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() 370 double_butterfly(temp0[13], cospi24_v, temp0[10], cospi8m_v, &temp1[13], in vpx_fdct32_vsx()
|
D | inv_txfm_vsx.c | 46 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()
|