Searched refs:cospi8_v (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c37 static int16x8_t cospi8_v = { 15137, 15137, 15137, 15137, variable
99 temp3 = vec_sub(vec_mule(tmp16_0, cospi24_v), vec_mulo(tmp16_0, cospi8_v)); \
101 temp4 = vec_add(vec_mule(tmp16_0, cospi8_v), vec_mulo(tmp16_0, cospi24_v)); \
230 STEP8_0(step1, step3, in2, in3, cospi24_v, cospi8_v); \
425 STEP8_0(out2, out3, in2, in3, cospi24_v, cospi8_v); \
435 temp10 = vec_sub(vec_mulo(tmp16_0, cospi24_v), vec_mule(tmp16_0, cospi8_v)); \
436 temp11 = vec_sub(vec_mulo(tmp16_1, cospi24_v), vec_mule(tmp16_1, cospi8_v)); \
440 temp10 = vec_add(vec_mule(tmp16_0, cospi24_v), vec_mulo(tmp16_0, cospi8_v)); \
441 temp11 = vec_add(vec_mule(tmp16_1, cospi24_v), vec_mulo(tmp16_1, cospi8_v)); \
449 vec_sub(vec_mule(tmp16_0, cospi24_mv), vec_mulo(tmp16_0, cospi8_v)); \
[all...]

Completed in 69 milliseconds