FFmpeg
|
Used to minimize the amount of memory used in order to optimize cache performance. More...
#include <snow_dwt.h>
Data Fields | |
IDWTELEM ** | line |
For use by idwt and predict_slices. More... | |
IDWTELEM ** | data_stack |
Used for internal purposes. More... | |
int | data_stack_top |
int | line_count |
int | line_width |
int | data_count |
IDWTELEM * | base_buffer |
Buffer that this structure is caching. More... | |
Used to minimize the amount of memory used in order to optimize cache performance.
Definition at line 44 of file snow_dwt.h.
IDWTELEM** slice_buffer_s::line |
For use by idwt and predict_slices.
Definition at line 45 of file snow_dwt.h.
IDWTELEM** slice_buffer_s::data_stack |
Used for internal purposes.
Definition at line 46 of file snow_dwt.h.
int slice_buffer_s::data_stack_top |
Definition at line 47 of file snow_dwt.h.
int slice_buffer_s::line_count |
Definition at line 48 of file snow_dwt.h.
int slice_buffer_s::line_width |
Definition at line 49 of file snow_dwt.h.
int slice_buffer_s::data_count |
Definition at line 50 of file snow_dwt.h.
IDWTELEM* slice_buffer_s::base_buffer |
Buffer that this structure is caching.
Definition at line 51 of file snow_dwt.h.