Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_weighted_pred.c405 WORD32 off1_cb, in ihevc_weighted_pred_chroma_bi() argument
422 i4_tmp += (off0_cb + off1_cb + 1) << (shift - 1); in ihevc_weighted_pred_chroma_bi()
Dihevc_weighted_pred.h90 WORD32 off1_cb,
Dihevc_inter_pred.h203 WORD32 off1_cb,
/external/libhevc/encoder/
Dihevce_inter_pred.c1271 WORD32 off0_cb, off1_cb, off0_cr, off1_cr; in ihevce_chroma_inter_pred_pu() local
1284 off1_cb = ps_ref_pic_l1->s_weight_offset.i2_cb_offset; in ihevce_chroma_inter_pred_pu()
1304 off1_cb, in ihevce_chroma_inter_pred_pu()
/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c572 WORD32 off1_cb, in ihevc_weighted_pred_chroma_bi_neonintr() argument
604 tmp_lvl_shift += ((off0_cb + off1_cb + 1) << (shift - 1)); in ihevc_weighted_pred_chroma_bi_neonintr()
/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c1031 WORD32 off1_cb, in ihevc_weighted_pred_chroma_bi_ssse3() argument
1049 temp1 = (off0_cb + off1_cb + 1) << (shift - 1); in ihevc_weighted_pred_chroma_bi_ssse3()
Dihevc_weighted_pred_sse42_intr.c1528 WORD32 off1_cb, in ihevc_weighted_pred_chroma_bi_sse42() argument
1546 temp1 = (off0_cb + off1_cb + 1) << (shift - 1); in ihevc_weighted_pred_chroma_bi_sse42()