Searched refs:cospi15_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 54 static const int16x8_t cospi15_v = { 12140, 12140, 12140, 12140, variable
|
D | inv_txfm_vsx.c | 68 static const int16x8_t cospi15_v = { 12140, 12140, 12140, 12140, variable 807 STEP8_0(in2[1], in1[7], out[2][1], out[3][6], cospi15_v, cospi17_v); \ 1449 int16x8_t cospi_p17_p15 = vec_mergel(cospi17_v, cospi15_v); in iadst16x8_vsx() 1450 int16x8_t cospi_p15_m17 = vec_mergel(cospi15_v, cospi17m_v); in iadst16x8_vsx()
|
D | fdct32x32_vsx.c | 448 double_butterfly(temp0[30], cospi17_v, temp0[17], cospi15_v, &out[17], in vpx_fdct32_vsx()
|