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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.h115 int height, int stride_line, int type,
119 int width, int height, int stride_line,
H A Dsnow_dwt.c389 int height, int stride_line)
392 mirror(-1 - 1, height - 1) * stride_line);
393 cs->b1 = slice_buffer_get_line(sb, mirror(-1, height - 1) * stride_line);
408 int stride_line)
416 stride_line);
419 stride_line);
549 int height, int stride_line)
551 cs->b0 = slice_buffer_get_line(sb, mirror(-3 - 1, height - 1) * stride_line);
552 cs->b1 = slice_buffer_get_line(sb, mirror(-3, height - 1) * stride_line);
553 cs->b2 = slice_buffer_get_line(sb, mirror(-3 + 1, height - 1) * stride_line);
388 spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer *sb, int height, int stride_line) argument
405 spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb, IDWTELEM *temp, int width, int height, int stride_line) argument
548 spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer *sb, int height, int stride_line) argument
568 spatial_compose97i_dy_buffered(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer * sb, IDWTELEM *temp, int width, int height, int stride_line) argument
644 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width, int height, int stride_line, int type, int decomposition_count) argument
663 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) argument
[all...]
H A Dsnowdec.c114 IDWTELEM * line = slice_buffer_get_line(sb, y * b->stride_line + b->buf_y_offset) + b->buf_x_offset;
203 IDWTELEM * line = slice_buffer_get_line(sb, (y * b->stride_line) + b->buf_y_offset) + b->buf_x_offset;
223 line = slice_buffer_get_line(sb, ((start_y - 1) * b->stride_line) + b->buf_y_offset) + b->buf_x_offset;
228 line = slice_buffer_get_line(sb, (y * b->stride_line) + b->buf_y_offset) + b->buf_x_offset;
H A Dsnow.c547 b->stride_line = 1 << (s->spatial_decomposition_count - level);
557 b->buf_y_offset = b->stride_line >> 1;
H A Dsnow.h88 int stride_line; ///< Stride measured in lines, not pixels. member in struct:SubBand
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.c444 static void spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line){ argument
445 cs->b0 = slice_buffer_get_line(sb, mirror(-1-1, height-1) * stride_line);
446 cs->b1 = slice_buffer_get_line(sb, mirror(-1 , height-1) * stride_line);
456 static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){ argument
461 IDWTELEM *b2= slice_buffer_get_line(sb, mirror(y+1, height-1) * stride_line);
462 IDWTELEM *b3= slice_buffer_get_line(sb, mirror(y+2, height-1) * stride_line);
597 static void spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line){ argument
598 cs->b0 = slice_buffer_get_line(sb, mirror(-3-1, height-1) * stride_line);
599 cs->b1 = slice_buffer_get_line(sb, mirror(-3 , height-1) * stride_line);
600 cs->b2 = slice_buffer_get_line(sb, mirror(-3+1, height-1) * stride_line);
613 spatial_compose97i_dy_buffered(DWTContext *dsp, DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line) argument
673 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line, int type, int decomposition_count) argument
683 ff_spatial_idwt_buffered_slice(DWTContext *dsp, DWTCompose *cs, slice_buffer * slice_buf, int width, int height, int stride_line, int type, int decomposition_count, int y) argument
[all...]
H A Ddwt.h147 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line, int type, int decomposition_count);
148 void ff_spatial_idwt_buffered_slice(DWTContext *dsp, DWTCompose *cs, slice_buffer * slice_buf, int width, int height, int stride_line, int type, int decomposition_count, int y);
H A Dsnowdec.c115 IDWTELEM * line = slice_buffer_get_line(sb, y * b->stride_line + b->buf_y_offset) + b->buf_x_offset;
202 IDWTELEM * line = slice_buffer_get_line(sb, (y * b->stride_line) + b->buf_y_offset) + b->buf_x_offset;
222 line = slice_buffer_get_line(sb, ((start_y - 1) * b->stride_line) + b->buf_y_offset) + b->buf_x_offset;
227 line = slice_buffer_get_line(sb, (y * b->stride_line) + b->buf_y_offset) + b->buf_x_offset;
H A Dsnow.c484 b->stride_line = 1 << (s->spatial_decomposition_count - level);
494 b->buf_y_offset = b->stride_line >> 1;
H A Dsnow.h85 int stride_line; ///< Stride measured in lines, not pixels. member in struct:SubBand

Completed in 48 milliseconds