Searched refs:negiTc_r (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/common/mips/ |
D | deblock_msa.c | 51 v8i16 iTc_l, iTc_r, negiTc_l, negiTc_r; in DeblockLumaLt4V_msa() local 110 MSA_ILVRL_B2(v8i16, flags, negiTc, negiTc_r, negiTc_l); in DeblockLumaLt4V_msa() 155 t0 = __msa_max_s_h(negiTc_r, t0); in DeblockLumaLt4V_msa() 331 v8i16 iTc_l, iTc_r, negiTc_l, negiTc_r; in DeblockLumaLt4H_msa() local 396 MSA_ILVRL_B2(v8i16, flags, negiTc, negiTc_r, negiTc_l); in DeblockLumaLt4H_msa() 441 t0 = __msa_max_s_h(negiTc_r, t0); in DeblockLumaLt4H_msa()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 1295 v8i16 iTc_l, iTc_r, negiTc_l, negiTc_r; in avc_loopfilter_luma_inter_edge_ver_msa() local 1359 ILVRL_B2(v8i16, flags, negiTc, negiTc_r, negiTc_l); in avc_loopfilter_luma_inter_edge_ver_msa() 1404 t0 = __msa_max_s_h(negiTc_r, t0); in avc_loopfilter_luma_inter_edge_ver_msa()
|