|
Blender V4.3
|
Public Attributes | ||
| MovieCache * | moviecache | |
| struct { | ||
| ImBuf * ibuf | ||
| int framenr | ||
| int flag | ||
| float focal_length | ||
| float principal_point [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 653 of file movieclip.cc.
| float MovieClipCache::angle |
Definition at line 686 of file movieclip.cc.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| float MovieClipCache::aspect |
Definition at line 686 of file movieclip.cc.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| float MovieClipCache::brown_k[4] |
Definition at line 669 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::brown_p[2] |
Definition at line 670 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| short MovieClipCache::distortion_model |
Definition at line 671 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::division_k[2] |
Definition at line 667 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::filter |
Definition at line 687 of file movieclip.cc.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| int MovieClipCache::flag |
Definition at line 661 of file movieclip.cc.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::focal_length |
Definition at line 664 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::framenr |
Definition at line 660 of file movieclip.cc.
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 659 of file movieclip.cc.
Referenced by 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 693 of file movieclip.cc.
| float MovieClipCache::loc[2] |
Definition at line 686 of file movieclip.cc.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| MovieCache* MovieClipCache::moviecache |
Definition at line 655 of file movieclip.cc.
| float MovieClipCache::nuke_k[2] |
Definition at line 668 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::polynomial_k[3] |
Definition at line 666 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::postprocess_flag |
Definition at line 684 of file movieclip.cc.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| struct { ... } MovieClipCache::postprocessed |
| float MovieClipCache::principal_point[2] |
Definition at line 665 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::proxy |
Definition at line 674 of file movieclip.cc.
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 680 of file movieclip.cc.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| short MovieClipCache::render_flag |
Definition at line 675 of file movieclip.cc.
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 686 of file movieclip.cc.
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| int MovieClipCache::sequence_offset |
Definition at line 691 of file movieclip.cc.
| struct { ... } MovieClipCache::stabilized |
Referenced by BKE_movieclip_get_stable_ibuf(), get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| bool MovieClipCache::undistortion_used |
Definition at line 672 of file movieclip.cc.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().