Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c156 tmp16_0 = vec_mergeh(t0, t1); \
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); \
160 tmp16_0 = vec_mergel(in0, in1); \
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)); \
173 tmp16_0 = vec_add(vec_perm(d_u0, d_u1, tr8_mask0), v0); \
175 output_v = vec_packsu(tmp16_0, tmp16_1); \
193 int16x8_t tmp16_0, tmp16_1; in vpx_round_store4x4_vsx() local
206 int16x8_t step0, step1, tmp16_0; in vpx_idct4_vsx() local
[all …]