Searched refs:tc_l (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() 116 t0 = __msa_min_s_h(tc_l, t0); in DeblockLumaLt4V_msa() 121 t0 = __msa_min_s_h(tc_l, 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() 402 t0 = __msa_min_s_h(tc_l, t0); in DeblockLumaLt4H_msa() 407 t0 = __msa_min_s_h(tc_l, 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() 1365 t0 = __msa_min_s_h(tc_l, t0); in avc_loopfilter_luma_inter_edge_ver_msa() 1370 t0 = __msa_min_s_h(tc_l, 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() 1532 i16_negatetc_l, tc_l, p1_l); in avc_loopfilter_luma_inter_edge_hor_msa() 1559 i16_negatetc_l, tc_l, q1_l); in avc_loopfilter_luma_inter_edge_hor_msa()
|