Searched refs:segment_map_w (Results 1 – 4 of 4) sorted by relevance
/external/libaom/av1/encoder/ |
D | global_motion_facade.c | 82 MotionModel *motion_models, uint8_t *segment_map, const int segment_map_w, in compute_global_motion_for_ref_frame() argument 136 segment_map, segment_map_w, segment_map_h, motion_models[i].inliers, in compute_global_motion_for_ref_frame() 142 src_width, src_height, segment_map, segment_map_w); in compute_global_motion_for_ref_frame() 151 num_refinements, ref_frame_error, segment_map, segment_map_w); in compute_global_motion_for_ref_frame() 183 MotionModel *motion_models, uint8_t *segment_map, int segment_map_w, in av1_compute_gm_for_valid_ref_frames() argument 191 motion_models, segment_map, segment_map_w, in av1_compute_gm_for_valid_ref_frames() 199 MotionModel *motion_models, uint8_t *segment_map, const int segment_map_w, in compute_global_motion_for_references() argument 210 segment_map_w, segment_map_h); in compute_global_motion_for_references() 347 gm_info->segment_map_w = in setup_global_motion_info_params() 395 gm_data->segment_map, gm_info->segment_map_w, gm_info->segment_map_h); in global_motion_estimation()
|
D | global_motion_facade.h | 28 gm_info->segment_map_w * gm_info->segment_map_h)); in gm_alloc_data() 51 MotionModel *motion_models, uint8_t *segment_map, int segment_map_w,
|
D | encoder.h | 2103 int segment_map_w; /*!< segment map width */ member
|
D | ethread.c | 2613 gm_info->segment_map_w, gm_info->segment_map_h); in gm_mt_worker_hook()
|