Home
last modified time | relevance | path

Searched refs:lvl_shift (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/common/
Dihevc_weighted_pred.c113 WORD32 lvl_shift, in ihevc_weighted_pred_uni() argument
124 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0; in ihevc_weighted_pred_uni()
198 WORD32 lvl_shift, in ihevc_weighted_pred_chroma_uni() argument
209 i4_tmp = (pi2_src[col] + lvl_shift) * wgt0_cb; in ihevc_weighted_pred_chroma_uni()
215 i4_tmp = (pi2_src[col + 1] + lvl_shift) * wgt0_cr; in ihevc_weighted_pred_chroma_uni()
Dihevc_weighted_pred.h45 WORD32 lvl_shift,
58 WORD32 lvl_shift,
Dihevc_inter_pred.h140 WORD32 lvl_shift,
186 WORD32 lvl_shift,
/external/libhevc/common/arm/
Dihevc_weighted_pred_uni.s99 @ word32 lvl_shift,
111 @ r7 => lvl_shift
138 ldr r7,[sp,#lvl_shift_offset] @load lvl_shift
141 mul r10,r7,r4 @lvl_shift * wgt0
144 add r10,r10,r5,lsl r6 @lvl_shift * wgt0 + (off0 << shift)
Dihevc_weighted_pred_neon_intr.c111 WORD32 lvl_shift, in ihevc_weighted_pred_uni_neonintr() argument
130 WORD32 tmp_lvl_shift = lvl_shift * wgt0 + (off0 << shift); in ihevc_weighted_pred_uni_neonintr()
244 WORD32 lvl_shift, 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()
270 tmp_lvl_shift = lvl_shift * wgt0_cr + (off0_cr << shift); in ihevc_weighted_pred_chroma_uni_neonintr()
/external/libhevc/encoder/
Dihevce_inter_pred.c685 WORD32 lvl_shift; in ihevce_luma_inter_pred_pu() local
692 lvl_shift = lvl_shift0; in ihevce_luma_inter_pred_pu()
698 lvl_shift = lvl_shift1; in ihevce_luma_inter_pred_pu()
707 pi2_src, pu1_dst_buf, pu_wd, dst_stride, wgt0, off0, shift, lvl_shift, pu_ht, pu_wd); in ihevce_luma_inter_pred_pu()
1225 WORD32 lvl_shift = 0; in ihevce_chroma_inter_pred_pu() local
1259 lvl_shift, in ihevce_chroma_inter_pred_pu()
/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c120 WORD32 lvl_shift, in ihevc_weighted_pred_uni_ssse3() argument
138 lvl_shift_4x32b = _mm_set1_epi16(lvl_shift); in ihevc_weighted_pred_uni_ssse3()
410 WORD32 lvl_shift, in ihevc_weighted_pred_chroma_uni_ssse3() argument
429 lvl_shift_4x32b = _mm_set1_epi16(lvl_shift); in ihevc_weighted_pred_chroma_uni_ssse3()
Dihevc_weighted_pred_sse42_intr.c118 WORD32 lvl_shift, in ihevc_weighted_pred_uni_sse42() argument
137 lvl_shift_4x32b = _mm_set1_epi32(lvl_shift); in ihevc_weighted_pred_uni_sse42()
419 WORD32 lvl_shift, in ihevc_weighted_pred_chroma_uni_sse42() argument
438 lvl_shift_4x32b = _mm_set1_epi32(lvl_shift); in ihevc_weighted_pred_chroma_uni_sse42()