Searched defs:norm_factor (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | avg_neon.c | 91 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 D | avg_intrin_avx2.c | 580 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 D | avg_intrin_sse2.c | 641 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 D | Correlation.cpp | 107 Tensor norm_factor; in cov() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | avg.c | 529 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 D | avg_neon.c | 78 const int norm_factor = (height >> 5) + 3; in vpx_int_pro_row_neon() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | avg.c | 348 const int norm_factor = height >> 1; in vpx_int_pro_row_c() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | avg_msa.c | 516 const int norm_factor = height >> 1; in vpx_int_pro_row_msa() local
|
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_adjust_threshold.c | 640 norm_factor[IXHEAACE_MAX_CH_IN_BS_ELE] = {MIN_FLT_VAL}; in iaace_correct_thr() local
|
H A D | ixheaace_fd_qc_adjthr.c | 559 FLOAT32 norm_factor[2] = {0}; in iusace_correct_thr() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | allintra_vis.c | 487 int64_t norm_factor = 1; in estimate_wiener_var_norm() local
|
H A D | tx_search.c | 163 double norm_factor = 1.0 / (visible_cols * visible_rows); in pixel_diff_stats() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_mcomp.c | 2285 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local
|
H A D | vp9_encodeframe.c | 3386 const float norm_factor = 1.0f / ((float)ref_rd + 1.0f); in ml_prune_rect_partition() local
|