Home
last modified time | relevance | path

Searched refs:round_val (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c1237 uint8x8_t dup_sub, round_val, dup_val; in ihevc_intra_pred_luma_horz_neonintr() local
1261 round_val = vqmovun_s16(add_sat); in ihevc_intra_pred_luma_horz_neonintr()
1262 vst1_lane_u32((uint32_t *)pu1_dst_4, vreinterpret_u32_u8(round_val), 0); in ihevc_intra_pred_luma_horz_neonintr()
1302 …uint8x8_t dup_sub, src_tmp, src_tmp_1, round_val, dup_1, dup_2, dup_3, dup_4, dup_5, dup_6, dup_7,… in ihevc_intra_pred_luma_horz_neonintr() local
1320 round_val = vqmovun_s16(add_res); in ihevc_intra_pred_luma_horz_neonintr()
1321 vst1_u8(pu1_dst_tmp_1, round_val); in ihevc_intra_pred_luma_horz_neonintr()
1470 uint8x8_t dup_2_sub, round_val, vext_val; in ihevc_intra_pred_luma_ver_neonintr() local
1498 round_val = vqmovun_s16(add_sat); in ihevc_intra_pred_luma_ver_neonintr()
1502 vext_val = vext_u8(round_val, vreinterpret_u8_u32(src_val2), 7); in ihevc_intra_pred_luma_ver_neonintr()
1506 shift_val2 = vshl_n_u64(vreinterpret_u64_u8(round_val), 8); in ihevc_intra_pred_luma_ver_neonintr()
[all …]
/external/libavc/common/x86/
Dih264_weighted_pred_sse42.c392 WORD32 round_val; in ih264_weighted_pred_luma_sse42() local
395 round_val = 1 << (log_wd - 1); in ih264_weighted_pred_luma_sse42()
399 round_8x16b = _mm_set1_epi16(round_val); in ih264_weighted_pred_luma_sse42()
623 WORD32 round_val; in ih264_weighted_pred_chroma_sse42() local
627 round_val = 1 << (log_wd - 1); in ih264_weighted_pred_chroma_sse42()
631 round_8x16b = _mm_set1_epi16(round_val); in ih264_weighted_pred_chroma_sse42()
838 WORD32 round_val, shft; in ih264_weighted_bi_pred_luma_sse42() local
842 round_val = 1 << log_wd; in ih264_weighted_bi_pred_luma_sse42()
850 round_8x16b = _mm_set1_epi16(round_val); in ih264_weighted_bi_pred_luma_sse42()
1126 WORD32 round_val, shft, ofst_val; in ih264_weighted_bi_pred_chroma_sse42() local
[all …]