Searched refs:off1_cr (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 406 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()
|
D | ihevc_weighted_pred.h | 91 WORD32 off1_cr,
|
D | ihevc_inter_pred.h | 204 WORD32 off1_cr,
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 1271 WORD32 off0_cb, off1_cb, off0_cr, off1_cr; in ihevce_chroma_inter_pred_pu() local 1287 off1_cr = ps_ref_pic_l1->s_weight_offset.i2_cr_offset; in ihevce_chroma_inter_pred_pu() 1305 off1_cr, in ihevce_chroma_inter_pred_pu()
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 573 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/ |
D | ihevc_weighted_pred_ssse3_intr.c | 1032 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()
|
D | ihevc_weighted_pred_sse42_intr.c | 1529 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()
|