Home
last modified time | relevance | path

Searched refs:r6_r (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dvp3dsp_idct_msa.c30 r4_r, r4_l, r5_r, r5_l, r6_r, r6_l, r7_r, r7_l; in idct_msa() local
72 r6_r = (v4i32) __msa_ilvr_h(sign, r6); in idct_msa()
89 G = ((r2_r * cnst60547w) >> 16) + ((r6_r * cnst25080w) >> 16); in idct_msa()
90 H = ((r2_r * cnst25080w) >> 16) - ((r6_r * cnst60547w) >> 16); in idct_msa()
104 r6_r = Fd - Bdd; in idct_msa()
248 TRANSPOSE4x4_SW_SW(r4_r, r5_r, r6_r, r7_r, in idct_msa()
249 r4_r, r5_r, r6_r, r7_r); in idct_msa()
268 G = ((r6_r * cnst60547w) >> 16) + ((r6_l * cnst25080w) >> 16); in idct_msa()
269 H = ((r6_r * cnst25080w) >> 16) - ((r6_l * cnst60547w) >> 16); in idct_msa()
299 sign_l = __msa_or_v((v16u8)r5_r, (v16u8)r6_r); in idct_msa()
[all...]

Completed in 2 milliseconds