slice_buffer_s Struct Reference

Used to minimize the amount of memory used in order to optimize cache performance. More...

#include <dwt.h>


Data Fields

IDWTELEM ** line
 For use by idwt and predict_slices.
IDWTELEM ** data_stack
 Used for internal purposes.
int data_stack_top
int line_count
int line_width
int data_count
IDWTELEMbase_buffer
 Buffer that this structure is caching.


Detailed Description

Used to minimize the amount of memory used in order to optimize cache performance.

Definition at line 38 of file dwt.h.


Field Documentation

Buffer that this structure is caching.

Definition at line 45 of file dwt.h.

Referenced by ff_slice_buffer_init().

Definition at line 44 of file dwt.h.

Referenced by ff_slice_buffer_destroy(), and ff_slice_buffer_init().

Used for internal purposes.

Definition at line 40 of file dwt.h.

Referenced by ff_slice_buffer_destroy(), ff_slice_buffer_init(), ff_slice_buffer_load_line(), and ff_slice_buffer_release().

Definition at line 41 of file dwt.h.

Referenced by ff_slice_buffer_init(), ff_slice_buffer_load_line(), and ff_slice_buffer_release().

Definition at line 42 of file dwt.h.

Referenced by ff_slice_buffer_flush(), and ff_slice_buffer_init().

Definition at line 43 of file dwt.h.

Referenced by ff_slice_buffer_init().


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

Generated on Fri Oct 26 02:36:58 2012 for FFmpeg by  doxygen 1.5.8