Home
last modified time | relevance | path

Searched defs:norm_factor (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Davg_neon.c91 const int height, int norm_factor) { in aom_int_pro_row_neon()
148 const int height, int norm_factor) { in aom_int_pro_col_neon()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Davg_intrin_avx2.c580 const int height, int norm_factor) { in aom_int_pro_row_avx2()
648 int norm_factor) { in aom_int_pro_col_16wd_avx2()
707 const int height, int norm_factor) { in aom_int_pro_col_avx2()
H A Davg_intrin_sse2.c641 const int height, int norm_factor) { in aom_int_pro_row_sse2()
679 const int height, int norm_factor) { in aom_int_pro_col_sse2()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DCorrelation.cpp107 Tensor norm_factor; in cov() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Davg.c529 const int width, const int height, int norm_factor) { in aom_int_pro_row_c()
543 const int width, const int height, int norm_factor) { in aom_int_pro_col_c()
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Davg_neon.c78 const int norm_factor = (height >> 5) + 3; in vpx_int_pro_row_neon() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Davg.c348 const int norm_factor = height >> 1; in vpx_int_pro_row_c() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Davg_msa.c516 const int norm_factor = height >> 1; in vpx_int_pro_row_msa() local
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_adjust_threshold.c640 norm_factor[IXHEAACE_MAX_CH_IN_BS_ELE] = {MIN_FLT_VAL}; in iaace_correct_thr() local
H A Dixheaace_fd_qc_adjthr.c559 FLOAT32 norm_factor[2] = {0}; in iusace_correct_thr() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dallintra_vis.c487 int64_t norm_factor = 1; in estimate_wiener_var_norm() local
H A Dtx_search.c163 double norm_factor = 1.0 / (visible_cols * visible_rows); in pixel_diff_stats() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2285 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local
H A Dvp9_encodeframe.c3386 const float norm_factor = 1.0f / ((float)ref_rd + 1.0f); in ml_prune_rect_partition() local