Searched refs:tc_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 94 MSA_ILVRL_B2(v8i16, flags, tc, tc_r, tc_l); in DeblockLumaLt4V_msa() 146 t0 = __msa_min_s_h(tc_r, t0); in DeblockLumaLt4V_msa() 151 t0 = __msa_min_s_h(tc_r, t0); in DeblockLumaLt4V_msa() 330 v8i16 tc_l, tc_r, negTc_l, negTc_r; in DeblockLumaLt4H_msa() local 380 MSA_ILVRL_B2(v8i16, flags, tc, tc_r, tc_l); in DeblockLumaLt4H_msa() 432 t0 = __msa_min_s_h(tc_r, t0); in DeblockLumaLt4H_msa() 437 t0 = __msa_min_s_h(tc_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 1343 ILVRL_B2(v8i16, flags, tc, tc_r, tc_l); in avc_loopfilter_luma_inter_edge_ver_msa() 1395 t0 = __msa_min_s_h(tc_r, t0); in avc_loopfilter_luma_inter_edge_ver_msa() 1400 t0 = __msa_min_s_h(tc_r, t0); in avc_loopfilter_luma_inter_edge_ver_msa() 1504 v8i16 negate_tc_r, i16_negatetc_l, tc_l, tc_r; in avc_loopfilter_luma_inter_edge_hor_msa() local 1513 UNPCK_UB_SH(tc, tc_r, tc_l); in avc_loopfilter_luma_inter_edge_hor_msa() 1530 negate_tc_r, tc_r, p1_r); in avc_loopfilter_luma_inter_edge_hor_msa() 1557 negate_tc_r, tc_r, q1_r); in avc_loopfilter_luma_inter_edge_hor_msa() 1838 v8i16 tc_r, negate_tc_r; in avc_loopfilter_cb_or_cr_inter_edge_hor_msa() local 1885 ILVR_B2_SH(zero, tc, sign_negate_tc, negate_tc, tc_r, negate_tc_r); in avc_loopfilter_cb_or_cr_inter_edge_hor_msa() [all …]
|