Home
last modified time | relevance | path

Searched refs:wgt0 (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/common/arm/
Dihevc_weighted_pred_uni.s96 @ word32 wgt0,
108 @ r4 => wgt0
137 ldr r4,[sp,#wgt0_offset] @load wgt0
141 mul r10,r7,r4 @lvl_shift * wgt0
144 add r10,r10,r5,lsl r6 @lvl_shift * wgt0 + (off0 << shift)
167 vmull.s16 q2,d1,d0[0] @vmull_n_s16(pi2_src_val1, (int16_t) wgt0)
172 vmull.s16 q3,d2,d0[0] @vmull_n_s16(pi2_src_val2, (int16_t) wgt0) ii iteration
178 vmull.s16 q5,d8,d0[0] @vmull_n_s16(pi2_src_val1, (int16_t) wgt0) iii iteration
186 vmull.s16 q6,d9,d0[0] @vmull_n_s16(pi2_src_val2, (int16_t) wgt0) iv iteration
Dihevc_weighted_pred_neon_intr.c108 WORD32 wgt0, in ihevc_weighted_pred_uni_neonintr() argument
130 WORD32 tmp_lvl_shift = lvl_shift * wgt0 + (off0 << shift); in ihevc_weighted_pred_uni_neonintr()
153 i4_tmp1_t = vmull_n_s16(pi2_src_val1, (int16_t)wgt0); in ihevc_weighted_pred_uni_neonintr()
156 i4_tmp2_t = vmull_n_s16(pi2_src_val2, (int16_t)wgt0); in ihevc_weighted_pred_uni_neonintr()
262 int16x4x2_t wgt0; in ihevc_weighted_pred_chroma_uni_neonintr() local
280 wgt0 = vzip_s16(tmp_wgt0_u, tmp_wgt0_v); in ihevc_weighted_pred_chroma_uni_neonintr()
300 i4_tmp1_t = vmull_s16(pi2_src_val1, wgt0.val[0]); in ihevc_weighted_pred_chroma_uni_neonintr()
303 i4_tmp2_t = vmull_s16(pi2_src_val2, wgt0.val[0]); in ihevc_weighted_pred_chroma_uni_neonintr()
401 WORD32 wgt0, in ihevc_weighted_pred_bi_neonintr() argument
431 WORD32 tmp_lvl_shift = (lvl_shift1 * wgt0) + (lvl_shift2 * wgt1); in ihevc_weighted_pred_bi_neonintr()
[all …]
Dihevc_weighted_pred_bi.s110 @ word32 wgt0,
127 @ r6 => wgt0
164 ldr r6,[sp,#wgt0_offset] @load wgt0
168 mul r4,r11,r6 @lvl_shift1 * wgt0
172 mla r4,r12,r8,r4 @(lvl_shift1 * wgt0) + (lvl_shift2 * wgt1)
204 vmull.s16 q2,d0,d7[0] @vmull_n_s16(pi2_src1_val1, (int16_t) wgt0)
211 vmull.s16 q5,d2,d7[0] @vmull_n_s16(pi2_src1_val2, (int16_t) wgt0) ii iteration
215 … vmull.s16 q7,d0,d7[0] @vmull_n_s16(pi2_src1_val1, (int16_t) wgt0) iii iteration
232 vmull.s16 q9,d2,d7[0] @vmull_n_s16(pi2_src1_val2, (int16_t) wgt0) iv iteration
/external/libhevc/common/
Dihevc_weighted_pred.c110 WORD32 wgt0, in ihevc_weighted_pred_uni() argument
124 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0; in ihevc_weighted_pred_uni()
298 WORD32 wgt0, in ihevc_weighted_pred_bi() argument
315 i4_tmp = (pi2_src1[col] + lvl_shift1) * wgt0; in ihevc_weighted_pred_bi()
Dihevc_weighted_pred.h42 WORD32 wgt0,
68 WORD32 wgt0,
Dihevc_inter_pred.h137 WORD32 wgt0,
153 WORD32 wgt0,
/external/libhevc/encoder/
Dihevce_inter_pred.c409 WORD32 wgt0, wgt1, off0, off1, shift, lvl_shift0, lvl_shift1; in ihevce_luma_inter_pred_pu() local
701 wgt0 = ps_weight_offset->i2_luma_weight; in ihevce_luma_inter_pred_pu()
707 pi2_src, pu1_dst_buf, pu_wd, dst_stride, wgt0, off0, shift, lvl_shift, pu_ht, pu_wd); in ihevce_luma_inter_pred_pu()
720 wgt0 = ps_ref_pic_l0->s_weight_offset.i2_luma_weight; in ihevce_luma_inter_pred_pu()
735 wgt0, in ihevce_luma_inter_pred_pu()
/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c115 WORD32 wgt0, in ihevc_weighted_pred_uni_sse42() argument
138 wgt0_4x32b = _mm_set1_epi32(wgt0); in ihevc_weighted_pred_uni_sse42()
1253 WORD32 wgt0, in ihevc_weighted_pred_bi_sse42() argument
1278 wgt0_4x32b = _mm_set1_epi32(wgt0); in ihevc_weighted_pred_bi_sse42()
Dihevc_weighted_pred_ssse3_intr.c117 WORD32 wgt0, in ihevc_weighted_pred_uni_ssse3() argument
139 wgt0_8x16b = _mm_set1_epi16(wgt0); in ihevc_weighted_pred_uni_ssse3()
742 WORD32 wgt0, in ihevc_weighted_pred_bi_ssse3() argument
766 wgt0_8x16b = _mm_set1_epi16(wgt0); in ihevc_weighted_pred_bi_ssse3()