Searched refs:cospi7_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 36 static const int16x8_t cospi7_v = { 15426, 15426, 15426, 15426, variable
|
D | inv_txfm_vsx.c | 42 static const int16x8_t cospi7_v = { 15426, 15426, 15426, 15426, variable 809 STEP8_0(in3[1], in0[7], out[2][3], out[3][4], cospi7_v, cospi25_v); \ 1453 int16x8_t cospi_p25_p07 = vec_mergel(cospi25_v, cospi7_v); in iadst16x8_vsx() 1454 int16x8_t cospi_p07_m25 = vec_mergel(cospi7_v, cospi25m_v); in iadst16x8_vsx()
|
D | fdct32x32_vsx.c | 452 double_butterfly(temp0[28], cospi25_v, temp0[19], cospi7_v, &out[25], in vpx_fdct32_vsx()
|