Searched refs:wgt1 (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_bi.s | 112 @ word32 wgt1, 129 @ r8 => wgt1 169 ldr r8,[sp,#wgt1_offset] @load wgt1 172 mla r4,r12,r8,r4 @(lvl_shift1 * wgt0) + (lvl_shift2 * wgt1) 206 vmull.s16 q4,d1,d7[1] @vmull_n_s16(pi2_src2_val1, (int16_t) wgt1) 218 vmull.s16 q6,d3,d7[1] @vmull_n_s16(pi2_src2_val2, (int16_t) wgt1) ii iteration 225 … vmull.s16 q8,d1,d7[1] @vmull_n_s16(pi2_src2_val1, (int16_t) wgt1) iii iteration 237 vmull.s16 q10,d3,d7[1] @vmull_n_s16(pi2_src2_val2, (int16_t) wgt1) iv iteration
|
D | ihevc_weighted_pred_neon_intr.c | 403 WORD32 wgt1, in ihevc_weighted_pred_bi_neonintr() argument 431 WORD32 tmp_lvl_shift = (lvl_shift1 * wgt0) + (lvl_shift2 * wgt1); in ihevc_weighted_pred_bi_neonintr() 458 i4_tmp1_t2 = vmull_n_s16(pi2_src2_val1, (int16_t)wgt1); in ihevc_weighted_pred_bi_neonintr() 466 i4_tmp2_t2 = vmull_n_s16(pi2_src2_val2, (int16_t)wgt1); in ihevc_weighted_pred_bi_neonintr() 598 int16x4x2_t wgt0, wgt1; in ihevc_weighted_pred_chroma_bi_neonintr() local 620 wgt1 = vzip_s16(tmp_wgt1_u, tmp_wgt1_v); in ihevc_weighted_pred_chroma_bi_neonintr() 644 i4_tmp1_t2 = vmull_s16(pi2_src2_val1, wgt1.val[0]); in ihevc_weighted_pred_chroma_bi_neonintr() 652 i4_tmp2_t2 = vmull_s16(pi2_src2_val2, wgt1.val[0]); in ihevc_weighted_pred_chroma_bi_neonintr()
|
/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 300 WORD32 wgt1, in ihevc_weighted_pred_bi() argument 316 i4_tmp += (pi2_src2[col] + lvl_shift2) * wgt1; in ihevc_weighted_pred_bi()
|
D | ihevc_weighted_pred.h | 70 WORD32 wgt1,
|
D | ihevc_inter_pred.h | 155 WORD32 wgt1,
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 409 WORD32 wgt0, wgt1, off0, off1, shift, lvl_shift0, lvl_shift1; in ihevce_luma_inter_pred_pu() local 723 wgt1 = ps_ref_pic_l1->s_weight_offset.i2_luma_weight; in ihevce_luma_inter_pred_pu() 737 wgt1, in ihevce_luma_inter_pred_pu()
|
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_sse42_intr.c | 1255 WORD32 wgt1, in ihevc_weighted_pred_bi_sse42() argument 1279 wgt1_4x32b = _mm_set1_epi32(wgt1); in ihevc_weighted_pred_bi_sse42()
|
D | ihevc_weighted_pred_ssse3_intr.c | 744 WORD32 wgt1, in ihevc_weighted_pred_bi_ssse3() argument 768 wgt1_8x16b = _mm_set1_epi16(wgt1); in ihevc_weighted_pred_bi_ssse3()
|