HomeSort by relevance Sort by last modified time
    Searched full:vec3_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
313 UNPCK_SH_SW(vec3, vec3_l, vec3_r);
318 ADD4(vec0_r, vec7_r, vec1_r, vec6_r, vec2_r, vec5_r, vec3_r, vec4_r,
322 vec0_r, vec1_r, vec2_r, vec3_r);
324 tmp3_w = vec0_r + vec3_r;
325 vec0_r = vec0_r - vec3_r;
326 vec3_r = vec1_r + vec2_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);
334 FDCT32_POSTPROC_NEG_W(vec3_r);
    [all...]

Completed in 33 milliseconds