Searched refs:wgt1_cb (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 403 WORD32 wgt1_cb, in ihevc_weighted_pred_chroma_bi() argument 421 i4_tmp += (pi2_src2[col] + lvl_shift2) * wgt1_cb; in ihevc_weighted_pred_chroma_bi()
|
D | ihevc_weighted_pred.h | 88 WORD32 wgt1_cb,
|
D | ihevc_inter_pred.h | 201 WORD32 wgt1_cb,
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 1270 WORD32 wgt0_cb, wgt1_cb, wgt0_cr, wgt1_cr; in ihevce_chroma_inter_pred_pu() local 1283 wgt1_cb = ps_ref_pic_l1->s_weight_offset.i2_cb_weight; in ihevce_chroma_inter_pred_pu() 1302 wgt1_cb, in ihevce_chroma_inter_pred_pu()
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 570 WORD32 wgt1_cb, in ihevc_weighted_pred_chroma_bi_neonintr() argument 603 WORD32 tmp_lvl_shift = (lvl_shift1 * wgt0_cb) + (lvl_shift2 * wgt1_cb); in ihevc_weighted_pred_chroma_bi_neonintr() 618 tmp_wgt1_u = vdup_n_s16(wgt1_cb); in ihevc_weighted_pred_chroma_bi_neonintr()
|
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_ssse3_intr.c | 1029 WORD32 wgt1_cb, in ihevc_weighted_pred_chroma_bi_ssse3() argument 1056 …wgt1_8x16b = _mm_set_epi16(wgt1_cr, wgt1_cb, wgt1_cr, wgt1_cb, wgt1_cr, wgt1_cb, wgt1_cr, wgt1_cb); in ihevc_weighted_pred_chroma_bi_ssse3()
|
D | ihevc_weighted_pred_sse42_intr.c | 1526 WORD32 wgt1_cb, in ihevc_weighted_pred_chroma_bi_sse42() argument 1554 wgt1_4x32b = _mm_set_epi32(wgt1_cr, wgt1_cb, wgt1_cr, wgt1_cb); in ihevc_weighted_pred_chroma_bi_sse42()
|