Searched refs:cospi19_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 62 static const int16x8_t cospi19_v = { 9760, 9760, 9760, 9760, variable
|
D | inv_txfm_vsx.c | 82 static const int16x8_t cospi19_v = { 9760, 9760, 9760, 9760, variable 812 STEP8_0(in1[5], in2[3], out[2][6], out[3][1], cospi19_v, cospi13_v); \ 1447 int16x8_t cospi_p13_p19 = vec_mergel(cospi13_v, cospi19_v); in iadst16x8_vsx() 1448 int16x8_t cospi_p19_m13 = vec_mergel(cospi19_v, cospi13m_v); in iadst16x8_vsx()
|
D | fdct32x32_vsx.c | 458 double_butterfly(temp0[25], cospi13_v, temp0[22], cospi19_v, &out[13], in vpx_fdct32_vsx()
|