Searched defs:inv_factor (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | temporal_filter_neon_dotprod.c | 72 const double decay_factor, const double inv_factor, in apply_temporal_filter() 239 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_apply_temporal_filter_neon_dotprod() local
|
H A D | highbd_temporal_filter_neon.c | 85 const double decay_factor, const double inv_factor, in highbd_apply_temporal_filter() 306 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_highbd_apply_temporal_filter_neon() local
|
H A D | temporal_filter_neon.c | 84 const double decay_factor, const double inv_factor, in apply_temporal_filter() 217 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_apply_temporal_filter_neon() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | temporal_filter_sse2.c | 111 const double inv_factor, const double weight_factor, double *d_factor, in apply_temporal_filter() 243 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_apply_temporal_filter_sse2() local
|
H A D | highbd_temporal_filter_sse2.c | 99 const double inv_factor, const double weight_factor, double *d_factor, in highbd_apply_temporal_filter() 262 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_highbd_apply_temporal_filter_sse2() local
|
H A D | highbd_temporal_filter_avx2.c | 151 const double inv_factor, const double weight_factor, double *d_factor, in highbd_apply_temporal_filter() 387 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_highbd_apply_temporal_filter_avx2() local
|
H A D | temporal_filter_avx2.c | 352 const double inv_factor, const double weight_factor, double *d_factor, in apply_temporal_filter() 570 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_apply_temporal_filter_avx2() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | temporal_filter.c | 647 const double inv_factor = 1.0 / ((TF_WINDOW_BLOCK_BALANCE_WEIGHT + 1) * in av1_apply_temporal_filter_c() local
|