|
Blender V4.5
|
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 667 of file movieclip.cc.
| float MovieClipCache::angle |
Definition at line 700 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 700 of file movieclip.cc.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| float MovieClipCache::brown_k[4] |
Definition at line 683 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::brown_p[2] |
Definition at line 684 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| short MovieClipCache::distortion_model |
Definition at line 685 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::division_k[2] |
Definition at line 681 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::filter |
Definition at line 701 of file movieclip.cc.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| int MovieClipCache::flag |
Definition at line 675 of file movieclip.cc.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::focal_length |
Definition at line 678 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::framenr |
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::ibuf |
Definition at line 673 of file movieclip.cc.
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 707 of file movieclip.cc.
Referenced by get_imbuf_cache(), and put_imbuf_cache().
| float MovieClipCache::loc[2] |
Definition at line 700 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 669 of file movieclip.cc.
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 682 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| float MovieClipCache::polynomial_k[3] |
Definition at line 680 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::postprocess_flag |
Definition at line 698 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 679 of file movieclip.cc.
Referenced by check_undistortion_cache_flags(), and put_postprocessed_frame_to_cache().
| int MovieClipCache::proxy |
Definition at line 688 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 694 of file movieclip.cc.
Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().
| short MovieClipCache::render_flag |
Definition at line 689 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 700 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 705 of file movieclip.cc.
Referenced by put_imbuf_cache(), and user_frame_to_cache_frame().
| struct { ... } MovieClipCache::stabilized |
| bool MovieClipCache::undistortion_used |
Definition at line 686 of file movieclip.cc.
Referenced by get_postprocessed_cached_frame(), and put_postprocessed_frame_to_cache().