/aosp_15_r20/external/pytorch/torch/distributed/optim/ |
H A D | functional_sgd.py | 55 def step_param(self, param: Tensor, grad: Optional[Tensor]): member in _FunctionalSGD
|
H A D | functional_adamw.py | 67 def step_param(self, param: Tensor, grad: Optional[Tensor]): member in _FunctionalAdamW
|
H A D | functional_adam.py | 67 def step_param(self, param: Tensor, grad: Optional[Tensor]): member in _FunctionalAdam
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_functional_optim.py | 59 def step_param(self, param: Tensor, grad: Optional[Tensor]): member in MyDummyFnOptimizer
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | motion_search_facade.c | 153 int step_param; in av1_single_motion_search() local 995 const int step_param = in av1_simple_motion_search_sse_var() local
|
H A D | mcomp.c | 1499 const int step_param, int *cost_list, in full_pixel_diamond() 1786 const int step_param, int *cost_list, in av1_full_pixel_search() 2394 int step_param, FULLPEL_MV *best_mv) { in obmc_full_pixel_diamond() 2429 const int step_param, FULLPEL_MV *best_mv) { in av1_obmc_full_pixel_search()
|
H A D | tune_vmaf.c | 49 const int step_param = in motion_search() local
|
H A D | firstpass.c | 302 const int step_param = cpi->sf.fp_sf.reduce_mv_step_param + sr; in first_pass_motion_search() local
|
H A D | temporal_filter.c | 164 const int step_param = av1_init_search_range( in tf_motion_search() local
|
H A D | tpl_model.c | 263 int step_param; in motion_estimation() local
|
H A D | nonrd_pickmode.c | 201 int step_param = (sf->rt_sf.fullpel_search_step_param) in combined_motion_search() local
|
H A D | rdopt.c | 3237 const int step_param = cpi->mv_search_params.mv_step_param; in rd_pick_intrabc_mode_sb() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | temporal_filter.c | 118 int step_param; in vp8_temporal_filter_find_matching_mb_c() local
|
H A D | rdopt.c | 1015 int step_param = 0; in rd_check_segment() local 2035 int step_param = cpi->sf.first_step; in vp8_rd_pick_inter_mode() local
|
H A D | pickinter.c | 913 int step_param; in vp8_pick_inter_mode() local
|
H A D | firstpass.c | 418 int step_param = 3; /* Don't search over full range for first pass */ in first_pass_motion_search() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_mbgraph.c | 38 int step_param = mv_sf->reduce_first_step_size; in do_16x16_motion_iteration() local
|
H A D | vp9_mcomp.c | 2414 BLOCK_SIZE bsize, MV *mvp_full, int step_param, in vp9_full_pixel_diamond_new() 2488 MV *mvp_full, int step_param, int sadpb, in full_pixel_diamond() 2876 BLOCK_SIZE bsize, MV *mvp_full, int step_param, in vp9_full_pixel_search()
|
H A D | vp9_tpl_model.c | 424 int step_param; in full_pixel_motion_search() local 502 int step_param; in motion_compensated_prediction() local
|
H A D | vp9_pickmode.c | 161 const int step_param = cpi->sf.mv.fullpel_search_step_param; in combined_motion_search() local 2866 const int step_param = cpi->sf.mv.fullpel_search_step_param; in vp9_pick_inter_mode_sub8x8() local
|
H A D | vp9_temporal_filter.c | 763 int step_param; in temporal_filter_find_matching_mb_c() local
|
H A D | vp9_rdopt.c | 2172 int step_param = 0; in rd_pick_best_sub8x8_mode() local 2571 int step_param; in single_motion_search() local
|
H A D | vp9_firstpass.c | 448 int step_param = 3; in first_pass_motion_search() local
|
H A D | vp9_encodeframe.c | 3440 const int step_param = 1; in simple_motion_search() local
|