Home
last modified time | relevance | path

Searched defs:round_val (Results 1 – 3 of 3) sorted by relevance

/external/libavc/common/x86/
Dih264_weighted_pred_sse42.c392 WORD32 round_val; in ih264_weighted_pred_luma_sse42() local
623 WORD32 round_val; in ih264_weighted_pred_chroma_sse42() local
838 WORD32 round_val, shft; in ih264_weighted_bi_pred_luma_sse42() local
1126 WORD32 round_val, shft, ofst_val; in ih264_weighted_bi_pred_chroma_sse42() local
/external/libhevc/common/arm/
Dihevc_intra_pred_filters_neon_intr.c1238 uint8x8_t dup_sub, round_val, dup_val; in ihevc_intra_pred_luma_horz_neonintr() local
1303 …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
1471 uint8x8_t dup_2_sub, round_val, vext_val; in ihevc_intra_pred_luma_ver_neonintr() local
1573 uint8x8_t round_val; in ihevc_intra_pred_luma_ver_neonintr() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc503 auto round_val = Floor(x); in RoundToEven() local