HomeSort by relevance Sort by last modified time
    Searched refs:tmp0_w (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
avg_msa.c 263 v4u32 tmp0_w = { 0 }; local
269 tmp0_w = __msa_hadd_u_w(tmp0_h, tmp0_h);
270 tmp0_w += __msa_hadd_u_w(tmp1_h, tmp1_h);
271 satd = HADD_UW_U32(tmp0_w);
284 tmp0_w = __msa_hadd_u_w(tmp0_h, tmp0_h);
285 tmp0_w += __msa_hadd_u_w(tmp1_h, tmp1_h);
286 tmp0_w += __msa_hadd_u_w(tmp2_h, tmp2_h);
287 tmp0_w += __msa_hadd_u_w(tmp3_h, tmp3_h);
288 tmp0_w += __msa_hadd_u_w(tmp4_h, tmp4_h);
289 tmp0_w += __msa_hadd_u_w(tmp5_h, tmp5_h)
    [all...]
fwd_dct32x32_msa.c 293 v4i32 tmp0_w, tmp1_w, tmp2_w, tmp3_w; local
315 ADD4(vec0_r, vec7_r, vec1_r, vec6_r, vec2_r, vec5_r, vec3_r, vec4_r, tmp0_w,
317 BUTTERFLY_4(tmp0_w, tmp1_w, tmp2_w, tmp3_w, vec4_r, vec6_r, vec7_r, vec5_r);
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 201 uint32_t tmp0_w; \
203 tmp0_w = __msa_copy_u_w((v4i32)in0, in0_idx); \
205 SW(tmp0_w, pdst); \
    [all...]
  /external/webp/src/dsp/
dec_msa.c 295 const uint32_t tmp0_w = __msa_copy_s_w((v4i32)in0, in0_idx); \
296 SW(tmp0_w, pdst); \
    [all...]

Completed in 239 milliseconds