H A D | snow_dwt.c | 384 int height, int stride_line) in spatial_compose53i_buffered_init() 387 avpriv_mirror(-1 - 1, height - 1) * stride_line); in spatial_compose53i_buffered_init() 388 cs->b1 = slice_buffer_get_line(sb, avpriv_mirror(-1, height - 1) * stride_line); in spatial_compose53i_buffered_init() 403 int stride_line) in spatial_compose53i_dy_buffered() 411 stride_line); in spatial_compose53i_dy_buffered() 414 stride_line); in spatial_compose53i_dy_buffered() 544 int height, int stride_line) in spatial_compose97i_buffered_init() 546 cs->b0 = slice_buffer_get_line(sb, avpriv_mirror(-3 - 1, height - 1) * stride_line); in spatial_compose97i_buffered_init() 547 cs->b1 = slice_buffer_get_line(sb, avpriv_mirror(-3, height - 1) * stride_line); in spatial_compose97i_buffered_init() 548 cs->b2 = slice_buffer_get_line(sb, avpriv_mirror(-3 + 1, height - 1) * stride_line); in spatial_compose97i_buffered_init() 383 spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer *sb, int height, int stride_line) spatial_compose53i_buffered_init() argument 400 spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose53i_dy_buffered() argument 543 spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer *sb, int height, int stride_line) spatial_compose97i_buffered_init() argument 563 spatial_compose97i_dy_buffered(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer * sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose97i_dy_buffered() argument 639 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width, int height, int stride_line, int type, int decomposition_count) ff_spatial_idwt_buffered_init() argument 658 ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer *slice_buf, IDWTELEM *temp, int width, int height, int stride_line, int type, int decomposition_count, int y) ff_spatial_idwt_buffered_slice() argument [all...] |