Home
last modified time | relevance | path

Searched refs:cospi16_v (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c70 static const int16x8_t cospi16_v = { 11585, 11585, 11585, 11585, variable
157 temp1 = vec_sra(vec_add(vec_mule(tmp16_0, cospi16_v), shift), shift14); \
158 temp2 = vec_sra(vec_add(vec_mulo(tmp16_0, cospi16_v), shift), shift14); \
304 STEP8_1(step0, step2, in1, in0, cospi16_v); \
317 STEP8_1(in6, in5, step5, step6, cospi16_v); \
482 STEP16_1(out0, out1, in1, in0, cospi16_v); \
528 STEP16_1(in6, in5, out5, out6, cospi16_v); \
551 STEP16_1(outD, outA, inA, inD, cospi16_v); \
552 STEP16_1(outC, outB, inB, inC, cospi16_v); \
881 STEP16_1(out[0][0], out[0][1], in0[1], in0[0], cospi16_v); \
[all …]
Dtxfm_common_vsx.h56 static const int16x8_t cospi16_v = { 11585, 11585, 11585, 11585, variable
Dfdct32x32_vsx.c23 const int32x4_t ac_e = vec_mule(a, cospi16_v); in single_butterfly()
24 const int32x4_t ac_o = vec_mulo(a, cospi16_v); in single_butterfly()
25 const int32x4_t bc_e = vec_mule(b, cospi16_v); in single_butterfly()
26 const int32x4_t bc_o = vec_mulo(b, cospi16_v); in single_butterfly()