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

  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 294 v4i32 vec0_r, vec1_r, vec2_r, vec3_r, vec4_r, vec5_r, vec6_r, vec7_r; local
314 UNPCK_SH_SW(vec4, vec4_l, vec4_r);
318 ADD4(vec0_r, vec7_r, vec1_r, vec6_r, vec2_r, vec5_r, vec3_r, vec4_r,
320 BUTTERFLY_4(tmp0_w, tmp1_w, tmp2_w, tmp3_w, vec4_r, vec6_r, vec7_r, vec5_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);
331 FDCT32_POSTPROC_NEG_W(vec4_r);
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);
340 FDCT32_POSTPROC_NEG_W(vec4_r);
    [all...]

Completed in 42 milliseconds