Home
last modified time | relevance | path

Searched refs:wgt1_cb (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/common/
Dihevc_weighted_pred.c403 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()
Dihevc_weighted_pred.h88 WORD32 wgt1_cb,
Dihevc_inter_pred.h201 WORD32 wgt1_cb,
/external/libhevc/encoder/
Dihevce_inter_pred.c1270 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/
Dihevc_weighted_pred_neon_intr.c570 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/
Dihevc_weighted_pred_ssse3_intr.c1029 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()
Dihevc_weighted_pred_sse42_intr.c1526 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()