Go to the documentation of this file.
60 #define MAX_DECOMPOSITIONS 8
83 #define slice_buffer_get_line(slice_buf, line_num) \
84 ((slice_buf)->line[line_num] ? (slice_buf)->line[line_num] \
85 : ff_slice_buffer_load_line((slice_buf), \
89 int max_allocated_lines,
int line_width,
109 int type,
int decomposition_count);
112 int height,
int stride_line,
int type,
113 int decomposition_count);
117 int type,
int decomposition_count,
int y);
119 int stride,
int type,
int decomposition_count);