Searched refs:off1_cb (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 405 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()
|
D | ihevc_weighted_pred.h | 90 WORD32 off1_cb,
|
D | ihevc_inter_pred.h | 203 WORD32 off1_cb,
|
/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 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/ |
D | ihevc_weighted_pred_neon_intr.c | 572 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/ |
D | ihevc_weighted_pred_ssse3_intr.c | 1031 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()
|
D | ihevc_weighted_pred_sse42_intr.c | 1528 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()
|