Blender V4.3
MovieClipCache Struct Reference

Public Attributes

MovieCachemoviecache
 
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
 

Detailed Description

Definition at line 653 of file movieclip.cc.

Member Data Documentation

◆ angle

float MovieClipCache::angle

◆ aspect

float MovieClipCache::aspect

Definition at line 686 of file movieclip.cc.

Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().

◆ brown_k

float MovieClipCache::brown_k[4]

◆ brown_p

float MovieClipCache::brown_p[2]

◆ distortion_model

short MovieClipCache::distortion_model

◆ division_k

float MovieClipCache::division_k[2]

◆ filter

int MovieClipCache::filter

Definition at line 687 of file movieclip.cc.

Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().

◆ flag

int MovieClipCache::flag

◆ focal_length

float MovieClipCache::focal_length

◆ framenr

◆ ibuf

◆ is_still_sequence

bool MovieClipCache::is_still_sequence

Definition at line 693 of file movieclip.cc.

◆ loc

float MovieClipCache::loc[2]

◆ moviecache

MovieCache* MovieClipCache::moviecache

Definition at line 655 of file movieclip.cc.

◆ nuke_k

float MovieClipCache::nuke_k[2]

◆ polynomial_k

float MovieClipCache::polynomial_k[3]

◆ postprocess_flag

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]

struct { ... } MovieClipCache::postprocessed

◆ principal_point

float MovieClipCache::principal_point[2]

◆ proxy

◆ reference_ibuf

ImBuf* MovieClipCache::reference_ibuf

Definition at line 680 of file movieclip.cc.

Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().

◆ render_flag

◆ scale

float MovieClipCache::scale

◆ sequence_offset

int MovieClipCache::sequence_offset

Definition at line 691 of file movieclip.cc.

◆ [struct]

struct { ... } MovieClipCache::stabilized

◆ undistortion_used

bool MovieClipCache::undistortion_used

The documentation for this struct was generated from the following file: