Home
last modified time | relevance | path

Searched refs:stride_line (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c384 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...]
H A Dsnow_dwt.h114 int height, int stride_line, int type,
118 int width, int height, int stride_line,
H A Dsnowdec.c135 IDWTELEM * line = slice_buffer_get_line(sb, y * b->stride_line + b->buf_y_offset) + b->buf_x_offset; in decode_subband_slice_buffered()
233 IDWTELEM * line = slice_buffer_get_line(sb, (y * b->stride_line) + b->buf_y_offset) + b->buf_x_offset; in dequantize_slice_buffered()
253 line = slice_buffer_get_line(sb, ((start_y - 1) * b->stride_line) + b->buf_y_offset) + b->buf_x_offset; in correlate_slice_buffered()
258 line = slice_buffer_get_line(sb, (y * b->stride_line) + b->buf_y_offset) + b->buf_x_offset; in correlate_slice_buffered()
H A Dsnow.c559 b->stride_line = 1 << (s->spatial_decomposition_count - level); in ff_snow_common_init_after_header()
569 b->buf_y_offset = b->stride_line >> 1; in ff_snow_common_init_after_header()
H A Dsnow.h95 int stride_line; ///< Stride measured in lines, not pixels. member

Completed in 7 milliseconds