Home
last modified time | relevance | path

Searched refs:off1_cr (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/common/
Dihevc_weighted_pred.c406 WORD32 off1_cr, in ihevc_weighted_pred_chroma_bi() argument
428 i4_tmp += (off0_cr + off1_cr + 1) << (shift - 1); in ihevc_weighted_pred_chroma_bi()
Dihevc_weighted_pred.h91 WORD32 off1_cr,
Dihevc_inter_pred.h204 WORD32 off1_cr,
/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c573 WORD32 off1_cr, in ihevc_weighted_pred_chroma_bi_neonintr() argument
608 tmp_lvl_shift += ((off0_cr + off1_cr + 1) << (shift - 1)); in ihevc_weighted_pred_chroma_bi_neonintr()
/external/libhevc/common/x86/
Dihevc_weighted_pred_sse42_intr.c1529 WORD32 off1_cr, in ihevc_weighted_pred_chroma_bi_sse42() argument
1547 temp2 = (off0_cr + off1_cr + 1) << (shift - 1); in ihevc_weighted_pred_chroma_bi_sse42()
Dihevc_weighted_pred_ssse3_intr.c1032 WORD32 off1_cr, in ihevc_weighted_pred_chroma_bi_ssse3() argument
1050 temp2 = (off0_cr + off1_cr + 1) << (shift - 1); in ihevc_weighted_pred_chroma_bi_ssse3()