Blender
V3.3
|
Public Attributes | |
struct MovieCache * | moviecache |
struct { | |
ImBuf * ibuf | |
int framenr | |
int flag | |
float focal_length | |
float principal [2] | |
float polynomial_k [3] | |
float division_k [2] | |
float nuke_k [2] | |
float brown_k [4] | |
float brown_p [2] | |
short distortion_model | |
bool undistortion_used | |
int proxy | |
short render_flag | |
} | postprocessed |
struct { | |
ImBuf * reference_ibuf | |
ImBuf * ibuf | |
int framenr | |
int postprocess_flag | |
float loc [2] | |
float scale | |
float angle | |
float aspect | |
int proxy | |
int filter | |
short render_flag | |
} | stabilized |
int | sequence_offset |
bool | is_still_sequence |
Definition at line 677 of file movieclip.c.
float MovieClipCache::angle |
Definition at line 710 of file movieclip.c.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
float MovieClipCache::aspect |
Definition at line 710 of file movieclip.c.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
float MovieClipCache::brown_k[4] |
Definition at line 693 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
float MovieClipCache::brown_p[2] |
Definition at line 694 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
short MovieClipCache::distortion_model |
Definition at line 695 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
float MovieClipCache::division_k[2] |
Definition at line 691 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
int MovieClipCache::filter |
Definition at line 711 of file movieclip.c.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
int MovieClipCache::flag |
Definition at line 685 of file movieclip.c.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().
float MovieClipCache::focal_length |
Definition at line 688 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
int MovieClipCache::framenr |
Definition at line 684 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().
ImBuf* MovieClipCache::ibuf |
Definition at line 683 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().
bool MovieClipCache::is_still_sequence |
Definition at line 717 of file movieclip.c.
Referenced by get_imbuf_cache(), and put_imbuf_cache().
float MovieClipCache::loc[2] |
Definition at line 710 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 679 of file movieclip.c.
Referenced by BKE_movieclip_clear_proxy_cache(), BKE_movieclip_get_cache_segments(), free_buffers(), get_imbuf_cache(), has_imbuf_cache(), and put_imbuf_cache().
float MovieClipCache::nuke_k[2] |
Definition at line 692 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
float MovieClipCache::polynomial_k[3] |
Definition at line 690 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
int MovieClipCache::postprocess_flag |
Definition at line 708 of file movieclip.c.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
struct { ... } MovieClipCache::postprocessed |
float MovieClipCache::principal[2] |
Definition at line 689 of file movieclip.c.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
int MovieClipCache::proxy |
Definition at line 698 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().
ImBuf* MovieClipCache::reference_ibuf |
Definition at line 704 of file movieclip.c.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
short MovieClipCache::render_flag |
Definition at line 699 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 710 of file movieclip.c.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
int MovieClipCache::sequence_offset |
Definition at line 715 of file movieclip.c.
Referenced by put_imbuf_cache(), and user_frame_to_cache_frame().
struct { ... } MovieClipCache::stabilized |
bool MovieClipCache::undistortion_used |
Definition at line 696 of file movieclip.c.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().