Home
last modified time | relevance | path

Searched refs:const_4_h (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/common/mips/
Ddeblock_msa.c58 v8i16 const_4_h = __msa_ldi_h(4); in DeblockLumaLt4V_msa() local
124 t0 = (((q0_l - p0_l) << 2) + (p1_l - q1_l) + const_4_h) >> 3; in DeblockLumaLt4V_msa()
154 t0 = (((q0_r - p0_r) << 2) + (p1_r - q1_r) + const_4_h) >> 3; in DeblockLumaLt4V_msa()
202 v8i16 const_4_h = __msa_ldi_h(4); in DeblockLumaEq4V_msa() local
245 t0 = (p2_l + (p1_l << 1) + (p0_l << 1) + (q0_l << 1) + q1_l + const_4_h) >> 3; in DeblockLumaEq4V_msa()
249 t2 = ((p3_l << 1) + p2_l + (p2_l << 1) + p1_l + p0_l + q0_l + const_4_h) >> 3; in DeblockLumaEq4V_msa()
253 s0 = (p1_l + (p0_l << 1) + (q0_l << 1) + (q1_l << 1) + q2_l + const_4_h) >> 3; in DeblockLumaEq4V_msa()
257 s2 = ((q3_l << 1) + q2_l + (q2_l << 1) + q1_l + q0_l + p0_l + const_4_h) >> 3; in DeblockLumaEq4V_msa()
273 t0 = (p2_r + (p1_r << 1) + (p0_r << 1) + (q0_r << 1) + q1_r + const_4_h) >> 3; in DeblockLumaEq4V_msa()
277 t2 = ((p3_r << 1) + p2_r + (p2_r << 1) + p1_r + p0_r + q0_r + const_4_h) >> 3; in DeblockLumaEq4V_msa()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c1302 v8i16 const_4_h = __msa_ldi_h(4); in avc_loopfilter_luma_inter_edge_ver_msa() local
1373 t0 = (((q0_l - p0_l) << 2) + (p1_l - q1_l) + const_4_h) >> 3; in avc_loopfilter_luma_inter_edge_ver_msa()
1403 t0 = (((q0_r - p0_r) << 2) + (p1_r - q1_r) + const_4_h) >> 3; in avc_loopfilter_luma_inter_edge_ver_msa()