Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_weighted_pred.c195 WORD32 off0_cb, in ihevc_weighted_pred_chroma_uni() argument
211 i4_tmp = (i4_tmp >> shift) + off0_cb; in ihevc_weighted_pred_chroma_uni()
401 WORD32 off0_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.h55 WORD32 off0_cb,
86 WORD32 off0_cb,
Dihevc_inter_pred.h183 WORD32 off0_cb,
199 WORD32 off0_cb,
/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c241 WORD32 off0_cb, in ihevc_weighted_pred_chroma_uni_neonintr() argument
266 WORD32 tmp_lvl_shift = lvl_shift * wgt0_cb + (off0_cb << shift); in ihevc_weighted_pred_chroma_uni_neonintr()
568 WORD32 off0_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/encoder/
Dihevce_inter_pred.c1271 WORD32 off0_cb, off1_cb, off0_cr, off1_cr; in ihevce_chroma_inter_pred_pu() local
1278 off0_cb = ps_ref_pic_l0->s_weight_offset.i2_cb_offset; in ihevce_chroma_inter_pred_pu()
1300 off0_cb, in ihevce_chroma_inter_pred_pu()
/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c407 WORD32 off0_cb, in ihevc_weighted_pred_chroma_uni_ssse3() argument
437 off0_4x32b = _mm_set_epi32(off0_cr, off0_cb, off0_cr, off0_cb); in ihevc_weighted_pred_chroma_uni_ssse3()
1027 WORD32 off0_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.c416 WORD32 off0_cb, in ihevc_weighted_pred_chroma_uni_sse42() argument
440 off0_4x32b = _mm_set_epi32(off0_cr, off0_cb, off0_cr, off0_cb); in ihevc_weighted_pred_chroma_uni_sse42()
1524 WORD32 off0_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()