/external/libhevc/common/ |
D | ihevc_weighted_pred.c | 303 WORD32 lvl_shift1, in ihevc_weighted_pred_bi() argument 315 i4_tmp = (pi2_src1[col] + lvl_shift1) * wgt0; in ihevc_weighted_pred_bi() 408 WORD32 lvl_shift1, in ihevc_weighted_pred_chroma_bi() argument 420 i4_tmp = (pi2_src1[col] + lvl_shift1) * wgt0_cb; in ihevc_weighted_pred_chroma_bi() 426 i4_tmp = (pi2_src1[col + 1] + lvl_shift1) * wgt0_cr; in ihevc_weighted_pred_chroma_bi() 495 WORD32 lvl_shift1, in ihevc_weighted_pred_bi_default() argument 509 i4_tmp = pi2_src1[col] + lvl_shift1; in ihevc_weighted_pred_bi_default() 578 WORD32 lvl_shift1, in ihevc_weighted_pred_chroma_bi_default() argument 592 i4_tmp = pi2_src1[col] + lvl_shift1; in ihevc_weighted_pred_chroma_bi_default()
|
D | ihevc_weighted_pred.h | 73 WORD32 lvl_shift1, 93 WORD32 lvl_shift1, 104 WORD32 lvl_shift1, 115 WORD32 lvl_shift1,
|
D | ihevc_inter_pred.h | 158 WORD32 lvl_shift1, 172 WORD32 lvl_shift1, 206 WORD32 lvl_shift1, 218 WORD32 lvl_shift1,
|
/external/libhevc/decoder/ |
D | ihevcd_inter_pred.c | 152 WORD32 shift, lvl_shift1, lvl_shift2; in ihevcd_inter_pred_ctb() local 487 lvl_shift1 = 0; in ihevcd_inter_pred_ctb() 490 lvl_shift1 = (1 << 13); in ihevcd_inter_pred_ctb() 512 lvl_shift1, in ihevcd_inter_pred_ctb() 539 lvl_shift1, in ihevcd_inter_pred_ctb() 561 lvl_shift1, in ihevcd_inter_pred_ctb() 571 lvl_shift1 = 0; in ihevcd_inter_pred_ctb() 575 lvl_shift1 = (1 << 13); in ihevcd_inter_pred_ctb() 580 lvl_shift1 = (1 << 13); in ihevcd_inter_pred_ctb() 595 lvl_shift1, in ihevcd_inter_pred_ctb() [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_weighted_pred_neon_intr.c | 406 WORD32 lvl_shift1, in ihevc_weighted_pred_bi_neonintr() argument 431 WORD32 tmp_lvl_shift = (lvl_shift1 * wgt0) + (lvl_shift2 * wgt1); in ihevc_weighted_pred_bi_neonintr() 575 WORD32 lvl_shift1, 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() 607 tmp_lvl_shift = (lvl_shift1 * wgt0_cr) + (lvl_shift2 * wgt1_cr); in ihevc_weighted_pred_chroma_bi_neonintr() 737 WORD32 lvl_shift1, in ihevc_weighted_pred_bi_default_neonintr() argument 768 int16x4_t lvl_shift1_t = vmov_n_s16((int16_t)lvl_shift1); in ihevc_weighted_pred_bi_default_neonintr() 886 WORD32 lvl_shift1, in ihevc_weighted_pred_chroma_bi_default_neonintr() argument 920 lvl_shift1_t = vmov_n_s16((int16_t)lvl_shift1); in ihevc_weighted_pred_chroma_bi_default_neonintr()
|
D | ihevc_weighted_pred_bi.s | 115 @ word32 lvl_shift1, 132 @ r11 => lvl_shift1 165 ldr r11,[sp,#lvl_shift1_offset] @load lvl_shift1 168 mul r4,r11,r6 @lvl_shift1 * wgt0 172 mla r4,r12,r8,r4 @(lvl_shift1 * wgt0) + (lvl_shift2 * wgt1)
|
D | ihevc_weighted_pred_bi_default.s | 94 @ word32 lvl_shift1, 106 @ r6 => lvl_shift1 136 ldr r6,[sp,#lvl_shift1_offset] @load lvl_shift1 141 vdup.16 q2,r6 @lvl_shift1_t = vmov_n_s16((int16_t)lvl_shift1)
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 409 WORD32 wgt0, wgt1, off0, off1, shift, lvl_shift0, lvl_shift1; in ihevce_luma_inter_pred_pu() local 421 lvl_shift1 = 0; in ihevce_luma_inter_pred_pu() 642 lvl_shift1 = (dx != 0) && (dy != 0) ? OFFSET14 : 0; in ihevce_luma_inter_pred_pu() 698 lvl_shift = lvl_shift1; in ihevce_luma_inter_pred_pu() 741 lvl_shift1, in ihevce_luma_inter_pred_pu() 758 lvl_shift1, in ihevce_luma_inter_pred_pu()
|
/external/libhevc/common/x86/ |
D | ihevc_weighted_pred_ssse3_intr.c | 747 WORD32 lvl_shift1, in ihevc_weighted_pred_bi_ssse3() argument 765 lvl_shift1_4x32b = _mm_set1_epi16(lvl_shift1); in ihevc_weighted_pred_bi_ssse3() 1034 WORD32 lvl_shift1, in ihevc_weighted_pred_chroma_bi_ssse3() argument 1053 lvl_shift1_4x32b = _mm_set1_epi16(lvl_shift1); in ihevc_weighted_pred_chroma_bi_ssse3() 1300 WORD32 lvl_shift1, in ihevc_weighted_pred_bi_default_ssse3() argument 1320 lvl_shift1_8x16b = _mm_set1_epi16(lvl_shift1); in ihevc_weighted_pred_bi_default_ssse3() 1691 WORD32 lvl_shift1, in ihevc_weighted_pred_chroma_bi_default_ssse3() argument 1705 UNUSED(lvl_shift1); in ihevc_weighted_pred_chroma_bi_default_ssse3()
|
D | ihevc_weighted_pred_sse42_intr.c | 1258 WORD32 lvl_shift1, in ihevc_weighted_pred_bi_sse42() argument 1276 lvl_shift1_4x32b = _mm_set1_epi32(lvl_shift1); in ihevc_weighted_pred_bi_sse42() 1531 WORD32 lvl_shift1, in ihevc_weighted_pred_chroma_bi_sse42() argument 1551 lvl_shift1_4x32b = _mm_set1_epi32(lvl_shift1); in ihevc_weighted_pred_chroma_bi_sse42() 1787 WORD32 lvl_shift1, in ihevc_weighted_pred_bi_default_sse42() argument 1806 lvl_shift1_8x16b = _mm_set1_epi16(lvl_shift1); in ihevc_weighted_pred_bi_default_sse42()
|