Searched refs:cospi8_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 44 static const int16x8_t cospi8_v = { 15137, 15137, 15137, 15137, variable 161 temp3 = vec_sub(vec_mule(tmp16_0, cospi24_v), vec_mulo(tmp16_0, cospi8_v)); \ 163 temp4 = vec_add(vec_mule(tmp16_0, cospi8_v), vec_mulo(tmp16_0, cospi24_v)); \ 305 STEP8_0(step1, step3, in2, in3, cospi24_v, cospi8_v); \ 483 STEP8_0(out2, out3, in2, in3, cospi24_v, cospi8_v); \ 493 temp10 = vec_sub(vec_mulo(tmp16_0, cospi24_v), vec_mule(tmp16_0, cospi8_v)); \ 494 temp11 = vec_sub(vec_mulo(tmp16_1, cospi24_v), vec_mule(tmp16_1, cospi8_v)); \ 498 temp10 = vec_add(vec_mule(tmp16_0, cospi24_v), vec_mulo(tmp16_0, cospi8_v)); \ 499 temp11 = vec_add(vec_mule(tmp16_1, cospi24_v), vec_mulo(tmp16_1, cospi8_v)); \ 507 vec_sub(vec_mule(tmp16_0, cospi24m_v), vec_mulo(tmp16_0, cospi8_v)); \ [all …]
|
D | txfm_common_vsx.h | 38 static const int16x8_t cospi8_v = { 15137, 15137, 15137, 15137, variable
|
D | fdct32x32_vsx.c | 341 double_butterfly(temp2[29], cospi8_v, temp2[18], cospi24_v, &temp0[29], in vpx_fdct32_vsx() 343 double_butterfly(temp2[28], cospi8_v, temp2[19], cospi24_v, &temp0[28], in vpx_fdct32_vsx() 361 double_butterfly(temp0[3], cospi8_v, temp0[2], cospi24_v, &out[8], &out[24]); in vpx_fdct32_vsx() 368 double_butterfly(temp0[14], cospi8_v, temp0[9], cospi24_v, &temp1[14], in vpx_fdct32_vsx()
|