Searched refs:t_l2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vc1dsp_msa.c | 34 v4i32 t_l1, t_l2, t_l3, t_l4, t_l5, t_l6, t_l7, t_l8; in ff_vc1_inv_trans_8x8_msa() local 57 t_l2 = cnst_12 * (in_l0 - in_l4) + cnst_4; in ff_vc1_inv_trans_8x8_msa() 63 ADD4(t_r1, t_r3, t_l1, t_l3, t_r2, t_r4, t_l2, t_l4, t_r5, t_l5, t_r6, t_l6); in ff_vc1_inv_trans_8x8_msa() 64 SUB4(t_r2, t_r4, t_l2, t_l4, t_r1, t_r3, t_l1, t_l3, t_r7, t_l7, t_r8, t_l8); in ff_vc1_inv_trans_8x8_msa() 68 t_l2 = cnst_15 * in_l1 - cnst_4 * in_l3 - cnst_16 * in_l5 - cnst_9 * in_l7; in ff_vc1_inv_trans_8x8_msa() 77 in_l1 = (t_l6 + t_l2) >> 3; in ff_vc1_inv_trans_8x8_msa() 88 in_l6 = (t_l6 - t_l2) >> 3; in ff_vc1_inv_trans_8x8_msa() 99 t_l2 = cnst_12 * (in_r4 - in_l4) + cnst_64; in ff_vc1_inv_trans_8x8_msa() 105 ADD4(t_r1, t_r3, t_l1, t_l3, t_r2, t_r4, t_l2, t_l4, t_r5, t_l5, t_r6, t_l6); in ff_vc1_inv_trans_8x8_msa() 106 SUB4(t_r2, t_r4, t_l2, t_l in ff_vc1_inv_trans_8x8_msa() [all...] |
Completed in 2 milliseconds