Home
last modified time | relevance | path

Searched refs:calc_image (Results 1 – 25 of 52) sorted by relevance

123

/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dmovingobj.cc118 void movingobj_t::calc_image() in calc_image() function in movingobj_t
168 calc_image(); in movingobj_t()
182 calc_image(); in check_season()
414 calc_image(); in hop()
420 calc_image(); in hop()
H A Dsimpeople.cc118 calc_image(); in pedestrian_t()
131 void pedestrian_t::calc_image() in calc_image() function in pedestrian_t
348 calc_image(); in hop()
H A Dsimpeople.h32 void calc_image() OVERRIDE;
H A Dmovingobj.h47 void calc_image() OVERRIDE;
H A Dsimroadtraffic.cc230 calc_image(); in finish_rd()
353 calc_image(); in private_car_t()
664 calc_image();
795 calc_image();
812 void private_car_t::calc_image() function in private_car_t
/dports/games/simutrans/simutrans-121.0/obj/
H A Dbruecke.h43 void calc_image() OVERRIDE;
49 …calc_only_season_change) OVERRIDE { if( !calc_only_season_change ) { calc_image(); } return true… in check_season()
H A Dtunnel.h29 void calc_image() OVERRIDE;
35 …calc_only_season_change) OVERRIDE { if( !calc_only_season_change ) { calc_image(); } return true… in check_season()
H A Dleitung2.h60 void calc_image() OVERRIDE;
179 void calc_image() OVERRIDE {} // otherwise it will change to leitung in calc_image() function
266 void calc_image() OVERRIDE {} // otherwise it will change to leitung in calc_image() function
H A Dcrossing.h90 void calc_image() OVERRIDE;
96 …calc_only_season_change) OVERRIDE { if( !calc_only_season_change ) { calc_image(); } return true… in check_season()
H A Dgroundobj.cc114 void groundobj_t::calc_image() in calc_image() function in groundobj_t
159 calc_image(); in groundobj_t()
166 calc_image(); in check_season()
H A Dgebaeude.h121 void calc_image() OVERRIDE;
127 bool check_season(const bool) OVERRIDE { calc_image(); return true; } in check_season()
H A Dwayobj.h80 void calc_image() OVERRIDE;
91 void set_dir(ribi_t::ribi d) { dir = d; calc_image(); } in set_dir()
H A Dtunnel.cc60 void tunnel_t::calc_image() in calc_image() function in tunnel_t
81 tunnel_l->calc_image(); in calc_image()
89 tunnel_r->calc_image(); in calc_image()
H A Dpillar.cc42 calc_image(); in pillar_t()
46 void pillar_t::calc_image() in calc_image() function in pillar_t
H A Droadsign.h61 void set_state(signalstate z) {state = z; calc_image();} in set_state()
99 void calc_image() OVERRIDE;
H A Dbaum.cc369 void baum_t::calc_image() in calc_image() function in baum_t
450 calc_image(); in baum_t()
460 calc_image(); in baum_t()
470 calc_image(); in baum_t()
522 calc_image(); in check_season()
H A Dsignal.h42 void calc_image() OVERRIDE;
H A Dcrossing.cc78 calc_image(); in state_changed()
86 void crossing_t::calc_image() in calc_image() function in crossing_t
H A Dpillar.h41 void calc_image() OVERRIDE;
H A Dgroundobj.h48 void calc_image() OVERRIDE;
/dports/games/simutrans/simutrans-121.0/bauer/
H A Dtunnelbauer.cc458 gr->calc_image(); in build_tunnel()
486 tunnel->calc_image(); in build_tunnel()
507 gr->calc_image(); in build_tunnel()
535 tunnel->calc_image(); in build_tunnel()
606 tunnel->calc_image(); in build_tunnel_portal()
633 ground_outside->calc_image(); // to recalculate ribis in build_tunnel_portal()
774 tunnel_l->calc_image(); in remove()
781 tunnel_r->calc_image(); in remove()
809 kb->calc_image(); in remove()
H A Dhausbauer.cc463 gr->calc_image(); in remove()
466 gr->calc_image(); in remove()
561 welt->lookup_kartenboden(pos.get_2d()+k+koord(1,0))->calc_image(); in build()
562 welt->lookup_kartenboden(pos.get_2d()+k+koord(0,1))->calc_image(); in build()
563 welt->lookup_kartenboden(pos.get_2d()+k+koord(1,1))->calc_image(); in build()
583 gr->calc_image(); in build()
740 gr->calc_image(); in build_station_extension_depot()
743 gb->calc_image(); in build_station_extension_depot()
H A Dbrueckenbauer.cc758 start_gr->calc_image(); in build_bridge()
788 bruecke->calc_image(); in build_bridge()
831 gr->calc_image(); in build_bridge()
858 to->calc_image(); in build_bridge()
922 bruecke->calc_image(); in build_ramp()
1046 w->calc_image(); in remove()
1109 w->calc_image(); in remove()
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/core/
H A Dnoref_feature_extractor.py170 m_image, _, _ = cls.calc_image(img)
171 m_image2, _, _ = cls.calc_image(img2)
172 m_image3, _, _ = cls.calc_image(img3)
238 def calc_image(cls, image, extend_mode='constant'): member in BrisqueNorefFeatureExtractor
377 m_image1, img_var, _ = cls.calc_image(img, extend_mode='nearest')
380 m_image2, _, _ = cls.calc_image(img2, extend_mode='nearest')
/dports/games/simutrans/simutrans-121.0/boden/
H A Dmonorailboden.cc51 weg->calc_image(); in calc_image_internal()

123