Searched refs:cospi3_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 26 static const int16x8_t cospi3_v = { 16207, 16207, 16207, 16207, variable
|
D | inv_txfm_vsx.c | 30 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()
|
D | fdct32x32_vsx.c | 460 double_butterfly(temp0[24], cospi29_v, temp0[23], cospi3_v, &out[29], in vpx_fdct32_vsx()
|