Searched refs:cospi6_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | txfm_common_vsx.h | 34 static const int16x8_t cospi6_v = { 15679, 15679, 15679, 15679, variable
|
D | inv_txfm_vsx.c | 40 static const int16x8_t cospi6_v = { 15679, 15679, 15679, 15679, variable 461 STEP8_0(outB, outC, inB, inC, cospi6_v, cospi26_v); \ 828 STEP8_0(out[1][3], out[1][4], in1[3], in1[4], cospi6_v, cospi26_v); \ 1290 int16x8_t cospi_p26_p06_v = vec_mergel(cospi26_v, cospi6_v); in vp9_iadst8_vsx() 1291 int16x8_t cospi_p06_m26_v = vec_mergel(cospi6_v, cospi26m_v); in vp9_iadst8_vsx()
|
D | fdct32x32_vsx.c | 425 double_butterfly(temp2[12], cospi26_v, temp2[11], cospi6_v, &out[26], in vpx_fdct32_vsx()
|