Searched refs:off0_cr (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 196 WORD32 off0_cr, in ihevc_weighted_pred_chroma_uni() argument 217 i4_tmp = (i4_tmp >> shift) + off0_cr; in ihevc_weighted_pred_chroma_uni() 402 WORD32 off0_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 | 56 WORD32 off0_cr, 87 WORD32 off0_cr,
|
D | ihevc_inter_pred.h | 184 WORD32 off0_cr, 200 WORD32 off0_cr,
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 242 WORD32 off0_cr, in ihevc_weighted_pred_chroma_uni_neonintr() argument 270 tmp_lvl_shift = lvl_shift * wgt0_cr + (off0_cr << shift); in ihevc_weighted_pred_chroma_uni_neonintr() 569 WORD32 off0_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/encoder/ |
D | ihevce_inter_pred.c | 1271 WORD32 off0_cb, off1_cb, off0_cr, off1_cr; in ihevce_chroma_inter_pred_pu() local 1281 off0_cr = ps_ref_pic_l0->s_weight_offset.i2_cr_offset; in ihevce_chroma_inter_pred_pu() 1301 off0_cr, in ihevce_chroma_inter_pred_pu()
|
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_sse42_intr.c | 417 WORD32 off0_cr, 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() 1525 WORD32 off0_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()
|
D | ihevc_weighted_pred_ssse3_intr.c | 408 WORD32 off0_cr, 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() 1028 WORD32 off0_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()
|