Searched refs:cur_width (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 761 int cur_width, cur_height, cur_stride, cur_loc; in compute_flow_pyramids() local 783 cur_width = frm_pyr->widths[0]; in compute_flow_pyramids() 792 cur_height, cur_width, 1); in compute_flow_pyramids() 797 cur_height, cur_width, 0); in compute_flow_pyramids() 803 cur_width = frm_pyr->widths[level]; in compute_flow_pyramids() 811 frm_pyr->level_buffer + cur_loc, cur_height, cur_width, in compute_flow_pyramids() 820 cur_height, cur_width, 1); in compute_flow_pyramids() 825 cur_height, cur_width, 0); in compute_flow_pyramids() 860 int cur_width, cur_height, cur_stride, cur_loc, patch_loc, patch_center; in compute_flow_field() local 870 cur_width = frm_pyr->widths[level]; in compute_flow_field() [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | sidebar.py | 296 cur_width = int(float(self.sidebar_text['width'])) 297 new_width = cur_width + width_difference
|