Blender V2.61 - r43446
|
Public Attributes | |
struct MovieCache * | moviecache |
struct { | |
ImBuf * ibuf | |
int framenr | |
int flag | |
float principal [2] | |
float k1 | |
float k2 | |
float k3 | |
short undistoriton_used | |
int proxy | |
short render_flag | |
} | postprocessed |
struct { | |
ImBuf * ibuf | |
int framenr | |
float loc [2] | |
float scale | |
float angle | |
int proxy | |
short render_flag | |
} | stabilized |
Definition at line 256 of file movieclip.c.
float MovieClipCache::angle |
Definition at line 280 of file movieclip.c.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
Definition at line 264 of file movieclip.c.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().
Definition at line 263 of file movieclip.c.
Referenced by get_postprocessed_cached_frame(), get_stable_cached_frame(), put_postprocessed_frame_to_cache(), and put_stabilized_frame_to_cache().
Definition at line 262 of file movieclip.c.
Referenced by free_buffers(), get_postprocessed_cached_frame(), get_stable_cached_frame(), put_postprocessed_frame_to_cache(), and put_stabilized_frame_to_cache().
float MovieClipCache::k1 |
Definition at line 268 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
float MovieClipCache::k2 |
Definition at line 268 of file movieclip.c.
float MovieClipCache::k3 |
Definition at line 268 of file movieclip.c.
float MovieClipCache::loc[2] |
Definition at line 280 of file movieclip.c.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
struct MovieCache* MovieClipCache::moviecache |
Definition at line 258 of file movieclip.c.
Referenced by BKE_movieclip_get_cache_segments(), free_buffers(), get_imbuf_cache(), and put_imbuf_cache().
struct { ... } MovieClipCache::postprocessed |
float MovieClipCache::principal[2] |
Definition at line 267 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
Definition at line 271 of file movieclip.c.
Referenced by get_postprocessed_cached_frame(), get_stable_cached_frame(), put_postprocessed_frame_to_cache(), and put_stabilized_frame_to_cache().
Definition at line 272 of file movieclip.c.
Referenced by get_postprocessed_cached_frame(), get_stable_cached_frame(), put_postprocessed_frame_to_cache(), and put_stabilized_frame_to_cache().
float MovieClipCache::scale |
Definition at line 280 of file movieclip.c.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
struct { ... } MovieClipCache::stabilized |
Definition at line 269 of file movieclip.c.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().