Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dtxfm_common_vsx.h26 static const int16x8_t cospi3_v = { 16207, 16207, 16207, 16207, variable
Dinv_txfm_vsx.c30 static const int16x8_t cospi3_v = { 16207, 16207, 16207, 16207, variable
813 STEP8_0(in3[5], in0[3], out[2][7], out[3][0], cospi3_v, cospi29_v); \
1455 int16x8_t cospi_p29_p03 = vec_mergel(cospi29_v, cospi3_v); in iadst16x8_vsx()
1456 int16x8_t cospi_p03_m29 = vec_mergel(cospi3_v, cospi29m_v); in iadst16x8_vsx()
Dfdct32x32_vsx.c460 double_butterfly(temp0[24], cospi29_v, temp0[23], cospi3_v, &out[29], in vpx_fdct32_vsx()