Searched refs:wgt0_cb (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 193 WORD32 wgt0_cb, in ihevc_weighted_pred_chroma_uni() argument 209 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0_cb; in ihevc_weighted_pred_chroma_uni() 399 WORD32 wgt0_cb, in ihevc_weighted_pred_chroma_bi() argument 420 i4_tmp = (pi2_src1[col] + lvl_shift1) * wgt0_cb; in ihevc_weighted_pred_chroma_bi()
|
D | ihevc_weighted_pred.h | 53 WORD32 wgt0_cb, 84 WORD32 wgt0_cb,
|
D | ihevc_inter_pred.h | 181 WORD32 wgt0_cb, 197 WORD32 wgt0_cb,
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 239 WORD32 wgt0_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() 278 tmp_wgt0_u = vdup_n_s16(wgt0_cb); in ihevc_weighted_pred_chroma_uni_neonintr() 566 WORD32 wgt0_cb, in ihevc_weighted_pred_chroma_bi_neonintr() argument 603 WORD32 tmp_lvl_shift = (lvl_shift1 * wgt0_cb) + (lvl_shift2 * wgt1_cb); in ihevc_weighted_pred_chroma_bi_neonintr() 615 tmp_wgt0_u = vdup_n_s16(wgt0_cb); in ihevc_weighted_pred_chroma_bi_neonintr()
|
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_ssse3_intr.c | 405 WORD32 wgt0_cb, in ihevc_weighted_pred_chroma_uni_ssse3() argument 430 …wgt0_8x16b = _mm_set_epi16(wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb); in ihevc_weighted_pred_chroma_uni_ssse3() 1025 WORD32 wgt0_cb, in ihevc_weighted_pred_chroma_bi_ssse3() argument 1054 …wgt0_8x16b = _mm_set_epi16(wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb); in ihevc_weighted_pred_chroma_bi_ssse3()
|
D | ihevc_weighted_pred_sse42_intr.c | 414 WORD32 wgt0_cb, in ihevc_weighted_pred_chroma_uni_sse42() argument 439 wgt0_4x32b = _mm_set_epi32(wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb); in ihevc_weighted_pred_chroma_uni_sse42() 1522 WORD32 wgt0_cb, in ihevc_weighted_pred_chroma_bi_sse42() argument 1553 wgt0_4x32b = _mm_set_epi32(wgt0_cr, wgt0_cb, wgt0_cr, wgt0_cb); in ihevc_weighted_pred_chroma_bi_sse42()
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 1270 WORD32 wgt0_cb, wgt1_cb, wgt0_cr, wgt1_cr; in ihevce_chroma_inter_pred_pu() local 1277 wgt0_cb = ps_ref_pic_l0->s_weight_offset.i2_cb_weight; in ihevce_chroma_inter_pred_pu() 1298 wgt0_cb, in ihevce_chroma_inter_pred_pu()
|