Searched refs:cospi24_v (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
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() 345 double_butterfly(temp2[27], cospi24_v, temp2[20], cospi8m_v, &temp0[27], in vpx_fdct32_vsx() 347 double_butterfly(temp2[26], cospi24_v, temp2[21], cospi8m_v, &temp0[26], 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() 370 double_butterfly(temp0[13], cospi24_v, temp0[10], cospi8m_v, &temp1[13], in vpx_fdct32_vsx()
|
D | inv_txfm_vsx.c | 96 static const int16x8_t cospi24_v = { 6270, 6270, 6270, 6270, 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)); \ 513 temp10 = vec_sub(vec_mulo(tmp16_0, cospi24_v), vec_mule(tmp16_0, cospi8_v)); \ [all …]
|
D | txfm_common_vsx.h | 74 static const int16x8_t cospi24_v = { 6270, 6270, 6270, 6270, variable
|