Searched refs:cospi31_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 88 static const int16x8_t cospi31_v = { 804, 804, 804, 804, 804, 804, 804, 804 }; variable
|
D | inv_txfm_vsx.c | 120 static const int16x8_t cospi31_v = { 804, 804, 804, 804, 804, 804, 804, 804 }; variable 806 STEP8_0(in0[1], in3[7], out[2][0], out[3][7], cospi31_v, cospi1_v); \ 1441 int16x8_t cospi_p01_p31 = vec_mergel(cospi1_v, cospi31_v); in iadst16x8_vsx() 1442 int16x8_t cospi_p31_m01 = vec_mergel(cospi31_v, cospi1m_v); in iadst16x8_vsx()
|
D | fdct32x32_vsx.c | 446 double_butterfly(temp0[31], cospi1_v, temp0[16], cospi31_v, &out[1], in vpx_fdct32_vsx()
|