HomeSort by relevance Sort by last modified time
    Searched full:tmp3_w (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 295 v4i32 tmp0_w, tmp1_w, tmp2_w, tmp3_w; local
319 tmp0_w, tmp1_w, tmp2_w, tmp3_w);
320 BUTTERFLY_4(tmp0_w, tmp1_w, tmp2_w, tmp3_w, vec4_r, vec6_r, vec7_r, vec5_r);
324 tmp3_w = vec0_r + vec3_r;
329 DOTP_CONST_PAIR_W(vec4_r, vec6_r, tmp3_w, vec3_r, cospi_16_64,
330 cospi_16_64, vec4_r, tmp3_w, vec6_r, vec3_r);
332 FDCT32_POSTPROC_NEG_W(tmp3_w);
335 PCKEV_H2_SH(vec4_r, tmp3_w, vec6_r, vec3_r, vec4, vec5);
339 cospi_8_64, vec4_r, tmp3_w, vec6_r, vec3_r);
341 FDCT32_POSTPROC_NEG_W(tmp3_w);
    [all...]

Completed in 240 milliseconds