Home
last modified time | relevance | path

Searched refs:slice_buffer (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.h52 } slice_buffer; typedef
63 int src_y, int src_stride, slice_buffer *sb,
94 int ff_slice_buffer_init(slice_buffer *buf, int line_count,
97 void ff_slice_buffer_release(slice_buffer *buf, int line);
98 void ff_slice_buffer_flush(slice_buffer *buf);
99 void ff_slice_buffer_destroy(slice_buffer *buf);
100 IDWTELEM *ff_slice_buffer_load_line(slice_buffer *buf, int line);
104 int src_y, int src_stride, slice_buffer *sb,
113 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width,
117 slice_buffer *slice_bu
[all...]
H A Dutvideoenc.c68 av_freep(&c->slice_buffer[i]); in utvideo_encode_close()
175 c->slice_buffer[i] = av_malloc(c->slice_stride * (avctx->height + 2) + in utvideo_encode_init()
177 if (!c->slice_buffer[i]) { in utvideo_encode_init()
553 mangle_rgb_planes(c->slice_buffer, c->slice_stride, pic->data, in utvideo_encode_frame()
561 ret = encode_plane(avctx, c->slice_buffer[i] + 2 * c->slice_stride, in utvideo_encode_frame()
562 c->slice_buffer[i], c->slice_stride, i, in utvideo_encode_frame()
573 ret = encode_plane(avctx, pic->data[i], c->slice_buffer[0], in utvideo_encode_frame()
584 ret = encode_plane(avctx, pic->data[i], c->slice_buffer[0], in utvideo_encode_frame()
595 ret = encode_plane(avctx, pic->data[i], c->slice_buffer[0], in utvideo_encode_frame()
H A Dsnow_dwt.c28 int ff_slice_buffer_init(slice_buffer *buf, int line_count, in ff_slice_buffer_init()
62 IDWTELEM *ff_slice_buffer_load_line(slice_buffer *buf, int line) in ff_slice_buffer_load_line()
78 void ff_slice_buffer_release(slice_buffer *buf, int line) in ff_slice_buffer_release()
91 void ff_slice_buffer_flush(slice_buffer *buf) in ff_slice_buffer_flush()
103 void ff_slice_buffer_destroy(slice_buffer *buf) in ff_slice_buffer_destroy()
383 static void spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer *sb, in spatial_compose53i_buffered_init()
400 static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb, in spatial_compose53i_dy_buffered()
543 static void spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer *sb, in spatial_compose97i_buffered_init()
564 slice_buffer * sb, IDWTELEM *temp, in spatial_compose97i_dy_buffered()
639 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *s
[all...]
H A Dutvideo.h82 uint8_t *slice_bits, *slice_buffer[4]; member
H A Dsnowdec.c32 static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){ in predict_slice_buffered()
114 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ in decode_subband_slice_buffered()
222 static void dequantize_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int start_y, int end_y){ in dequantize_slice_buffered()
245 static void correlate_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int inverse, int use_median, int start_y, int end_y){ in correlate_slice_buffered()
H A Dsnow.h177 slice_buffer sb;
283 static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x, int src_y, int b_w, int b_h, int w, int h, int dst_stride, int src_stride, int obmc_stride, int b_x, int b_y, int add, int offset_dst, int plane_index){ in add_yblock()
H A Dsnow.c38 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in ff_snow_inner_add_yblock()
/third_party/ffmpeg/libavcodec/x86/
H A Dsnowdsp.c694 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_8_obmc_16_bh_even_sse2()
742 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_16_obmc_32_sse2()
828 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_8_obmc_16_mmx()
839 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in inner_add_yblock_bw_16_obmc_32_mmx()
856 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in ff_snow_inner_add_yblock_sse2()
870 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){ in ff_snow_inner_add_yblock_mmx()

Completed in 9 milliseconds