Searched refs:cospi5_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 32 static const int16x8_t cospi5_v = { 15893, 15893, 15893, 15893, variable
|
D | fdct32x32_vsx.c | 454 double_butterfly(temp0[27], cospi5_v, temp0[20], cospi27_v, &out[5], in vpx_fdct32_vsx()
|
D | inv_txfm_vsx.c | 36 static const int16x8_t cospi5_v = { 15893, 15893, 15893, 15893, variable 810 STEP8_0(in0[5], in3[3], out[2][4], out[3][3], cospi27_v, cospi5_v); \ 1443 int16x8_t cospi_p05_p27 = vec_mergel(cospi5_v, cospi27_v); in iadst16x8_vsx()
|