Home
last modified time | relevance | path

Searched refs:lvl_shift2 (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/common/
Dihevc_weighted_pred.c304 WORD32 lvl_shift2, in ihevc_weighted_pred_bi() argument
316 i4_tmp += (pi2_src2[col] + lvl_shift2) * wgt1; in ihevc_weighted_pred_bi()
409 WORD32 lvl_shift2, in ihevc_weighted_pred_chroma_bi() argument
421 i4_tmp += (pi2_src2[col] + lvl_shift2) * wgt1_cb; in ihevc_weighted_pred_chroma_bi()
427 i4_tmp += (pi2_src2[col + 1] + lvl_shift2) * wgt1_cr; in ihevc_weighted_pred_chroma_bi()
496 WORD32 lvl_shift2, in ihevc_weighted_pred_bi_default() argument
510 i4_tmp += pi2_src2[col] + lvl_shift2; in ihevc_weighted_pred_bi_default()
579 WORD32 lvl_shift2, in ihevc_weighted_pred_chroma_bi_default() argument
593 i4_tmp += pi2_src2[col] + lvl_shift2; in ihevc_weighted_pred_chroma_bi_default()
Dihevc_weighted_pred.h74 WORD32 lvl_shift2,
94 WORD32 lvl_shift2,
105 WORD32 lvl_shift2,
116 WORD32 lvl_shift2,
Dihevc_inter_pred.h159 WORD32 lvl_shift2,
173 WORD32 lvl_shift2,
207 WORD32 lvl_shift2,
219 WORD32 lvl_shift2,
/external/libhevc/decoder/
Dihevcd_inter_pred.c152 WORD32 shift, lvl_shift1, lvl_shift2; in ihevcd_inter_pred_ctb() local
488 lvl_shift2 = 0; in ihevcd_inter_pred_ctb()
493 lvl_shift2 = (1 << 13); in ihevcd_inter_pred_ctb()
513 lvl_shift2, in ihevcd_inter_pred_ctb()
540 lvl_shift2, in ihevcd_inter_pred_ctb()
562 lvl_shift2, in ihevcd_inter_pred_ctb()
640 lvl_shift2 = 0; in ihevcd_inter_pred_ctb()
645 lvl_shift2 = (1 << 13); in ihevcd_inter_pred_ctb()
658 lvl_shift2, in ihevcd_inter_pred_ctb()
/external/libhevc/common/arm/
Dihevc_weighted_pred_neon_intr.c407 WORD32 lvl_shift2, in ihevc_weighted_pred_bi_neonintr() argument
431 WORD32 tmp_lvl_shift = (lvl_shift1 * wgt0) + (lvl_shift2 * wgt1); in ihevc_weighted_pred_bi_neonintr()
576 WORD32 lvl_shift2, 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()
738 WORD32 lvl_shift2, in ihevc_weighted_pred_bi_default_neonintr() argument
769 int16x4_t lvl_shift2_t = vmov_n_s16((int16_t)lvl_shift2); in ihevc_weighted_pred_bi_default_neonintr()
887 WORD32 lvl_shift2, in ihevc_weighted_pred_chroma_bi_default_neonintr() argument
921 lvl_shift2_t = vmov_n_s16((int16_t)lvl_shift2); in ihevc_weighted_pred_chroma_bi_default_neonintr()
Dihevc_weighted_pred_bi.s116 @ word32 lvl_shift2,
133 @ r12 => lvl_shift2
166 ldr r12,[sp,#lvl_shift2_offset] @load lvl_shift2
172 mla r4,r12,r8,r4 @(lvl_shift1 * wgt0) + (lvl_shift2 * wgt1)
Dihevc_weighted_pred_bi_default.s95 @ word32 lvl_shift2,
107 @ r7 => lvl_shift2
138 ldr r7,[sp,#lvl_shift2_offset] @load lvl_shift2
142 vdup.16 q3,r7 @lvl_shift2_t = vmov_n_s16((int16_t)lvl_shift2)
/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c748 WORD32 lvl_shift2, in ihevc_weighted_pred_bi_ssse3() argument
767 lvl_shift2_4x32b = _mm_set1_epi16(lvl_shift2); in ihevc_weighted_pred_bi_ssse3()
1035 WORD32 lvl_shift2, in ihevc_weighted_pred_chroma_bi_ssse3() argument
1055 lvl_shift2_4x32b = _mm_set1_epi16(lvl_shift2); in ihevc_weighted_pred_chroma_bi_ssse3()
1301 WORD32 lvl_shift2, in ihevc_weighted_pred_bi_default_ssse3() argument
1321 lvl_shift2_8x16b = _mm_set1_epi16(lvl_shift2); in ihevc_weighted_pred_bi_default_ssse3()
1692 WORD32 lvl_shift2, in ihevc_weighted_pred_chroma_bi_default_ssse3() argument
1706 UNUSED(lvl_shift2); in ihevc_weighted_pred_chroma_bi_default_ssse3()
Dihevc_weighted_pred_sse42_intr.c1259 WORD32 lvl_shift2, in ihevc_weighted_pred_bi_sse42() argument
1277 lvl_shift2_4x32b = _mm_set1_epi32(lvl_shift2); in ihevc_weighted_pred_bi_sse42()
1532 WORD32 lvl_shift2, in ihevc_weighted_pred_chroma_bi_sse42() argument
1552 lvl_shift2_4x32b = _mm_set1_epi32(lvl_shift2); in ihevc_weighted_pred_chroma_bi_sse42()
1788 WORD32 lvl_shift2, in ihevc_weighted_pred_bi_default_sse42() argument
1807 lvl_shift2_8x16b = _mm_set1_epi16(lvl_shift2); in ihevc_weighted_pred_bi_default_sse42()