Searched refs:round_val (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_intra_pred_filters_neon_intr.c | 1238 uint8x8_t dup_sub, round_val, dup_val; in ihevc_intra_pred_luma_horz_neonintr() local 1262 round_val = vqmovun_s16(add_sat); in ihevc_intra_pred_luma_horz_neonintr() 1263 vst1_lane_u32((uint32_t *)pu1_dst_4, vreinterpret_u32_u8(round_val), 0); in ihevc_intra_pred_luma_horz_neonintr() 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 1321 round_val = vqmovun_s16(add_res); in ihevc_intra_pred_luma_horz_neonintr() 1322 vst1_u8(pu1_dst_tmp_1, round_val); in ihevc_intra_pred_luma_horz_neonintr() 1471 uint8x8_t dup_2_sub, round_val, vext_val; in ihevc_intra_pred_luma_ver_neonintr() local 1499 round_val = vqmovun_s16(add_sat); in ihevc_intra_pred_luma_ver_neonintr() 1503 vext_val = vext_u8(round_val, vreinterpret_u8_u32(src_val2), 7); in ihevc_intra_pred_luma_ver_neonintr() 1507 shift_val2 = vshl_n_u64(vreinterpret_u64_u8(round_val), 8); in ihevc_intra_pred_luma_ver_neonintr() [all …]
|
/external/libavc/common/x86/ |
D | ih264_weighted_pred_sse42.c | 392 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 …]
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math.cc | 503 auto round_val = Floor(x); in RoundToEven() local 504 auto fraction = x - round_val; in RoundToEven() 505 auto nearest_even_int = round_val - two * Floor(half * x); in RoundToEven() 508 round_val + one, round_val); in RoundToEven()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_ops.h | 480 Scalar round_val = Eigen::numext::floor(x); 481 const Scalar fraction = x - round_val; 483 round_val += Scalar(1.0); 486 round_val - Scalar(2) * Eigen::numext::floor(Scalar(.5) * x); 489 round_val += Scalar(1); 492 return round_val;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 107 %round_val = call double @round(double 3.000000e+00) 108 store double %round_val, double* %slot
|