Searched refs:not_rot_scale (Results 1 – 2 of 2) sorted by relevance
44 bool not_rot_scale = from_w != to_w || from_h != to_h; in LayerNeedsScaling() local49 return needs_rot ? rot_scale : not_rot_scale; in LayerNeedsScaling()
46 bool not_rot_scale = from_w != to_w || from_h != to_h; in LayerNeedsScaling() local51 return needs_rot ? rot_scale : not_rot_scale; in LayerNeedsScaling()