Blender  V3.3
Public Attributes | List of all members
MovieClipCache Struct Reference

Public Attributes

struct MovieCachemoviecache
 
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
 

Detailed Description

Definition at line 677 of file movieclip.c.

Member Data Documentation

◆ angle

float MovieClipCache::angle

◆ aspect

float MovieClipCache::aspect

Definition at line 710 of file movieclip.c.

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 711 of file movieclip.c.

Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().

◆ flag

int MovieClipCache::flag

◆ focal_length

float MovieClipCache::focal_length

◆ framenr

int MovieClipCache::framenr

◆ ibuf

ImBuf* MovieClipCache::ibuf

◆ is_still_sequence

bool MovieClipCache::is_still_sequence

Definition at line 717 of file movieclip.c.

Referenced by get_imbuf_cache(), and put_imbuf_cache().

◆ loc

float MovieClipCache::loc[2]

◆ moviecache

struct MovieCache* MovieClipCache::moviecache

◆ nuke_k

float MovieClipCache::nuke_k[2]

◆ polynomial_k

float MovieClipCache::polynomial_k[3]

◆ postprocess_flag

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

◆ principal

float MovieClipCache::principal[2]

◆ proxy

int MovieClipCache::proxy

◆ reference_ibuf

ImBuf* MovieClipCache::reference_ibuf

Definition at line 704 of file movieclip.c.

Referenced by get_stable_cached_frame(), and put_stabilized_frame_to_cache().

◆ render_flag

short MovieClipCache::render_flag

◆ scale

float MovieClipCache::scale

◆ sequence_offset

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

◆ undistortion_used

bool MovieClipCache::undistortion_used

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