Searched refs:t_l8 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
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 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() 81 in_l3 = (t_l8 + t_l4) >> 3; in ff_vc1_inv_trans_8x8_msa() 84 in_l4 = (t_l8 - t_l4) >> 3; in ff_vc1_inv_trans_8x8_msa() 106 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() 123 in_l3 = (t_l8 + t_l4) >> 7; in ff_vc1_inv_trans_8x8_msa() 126 in_l4 = (t_l8 - t_l4 + cnst_1) >> 7; in ff_vc1_inv_trans_8x8_msa()
|