Searched refs:negTc_r (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/common/mips/ |
D | deblock_msa.c | 50 v8i16 tc_l, tc_r, negTc_l, negTc_r; in DeblockLumaLt4V_msa() local 96 MSA_ILVRL_B2(v8i16, flags, negTc, negTc_r, negTc_l); in DeblockLumaLt4V_msa() 145 t0 = __msa_max_s_h(negTc_r, t0); in DeblockLumaLt4V_msa() 150 t0 = __msa_max_s_h(negTc_r, t0); in DeblockLumaLt4V_msa() 330 v8i16 tc_l, tc_r, negTc_l, negTc_r; in DeblockLumaLt4H_msa() local 382 MSA_ILVRL_B2(v8i16, flags, negTc, negTc_r, negTc_l); in DeblockLumaLt4H_msa() 431 t0 = __msa_max_s_h(negTc_r, t0); in DeblockLumaLt4H_msa() 436 t0 = __msa_max_s_h(negTc_r, t0); in DeblockLumaLt4H_msa()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 1294 v8i16 tc_l, tc_r, negTc_l, negTc_r; in avc_loopfilter_luma_inter_edge_ver_msa() local 1345 ILVRL_B2(v8i16, flags, negTc, negTc_r, negTc_l); in avc_loopfilter_luma_inter_edge_ver_msa() 1394 t0 = __msa_max_s_h(negTc_r, t0); in avc_loopfilter_luma_inter_edge_ver_msa() 1399 t0 = __msa_max_s_h(negTc_r, t0); in avc_loopfilter_luma_inter_edge_ver_msa()
|