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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.h49 } slice_buffer; typedef in typeref:struct:slice_buffer_s
60 int src_y, int src_stride, slice_buffer *sb,
91 int ff_slice_buffer_init(slice_buffer *buf, int line_count,
94 void ff_slice_buffer_release(slice_buffer *buf, int line);
95 void ff_slice_buffer_flush(slice_buffer *buf);
96 void ff_slice_buffer_destroy(slice_buffer *buf);
97 IDWTELEM *ff_slice_buffer_load_line(slice_buffer *buf, int line);
105 int src_y, int src_stride, slice_buffer *sb,
114 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width,
118 slice_buffer *slice_bu
[all...]
H A Dutvideo.h80 uint8_t *slice_bits, *slice_buffer[4]; member in struct:UtvideoContext
H A Dutvideoenc.c54 av_freep(&c->slice_buffer[i]);
178 c->slice_buffer[i] = av_malloc(c->slice_stride * (avctx->height + 2) +
180 if (!c->slice_buffer[i]) {
565 mangle_rgb_planes(c->slice_buffer, c->slice_stride, pic->data[0],
573 ret = encode_plane(avctx, c->slice_buffer[i] + 2 * c->slice_stride,
574 c->slice_buffer[i], c->slice_stride,
585 ret = encode_plane(avctx, pic->data[i], c->slice_buffer[0],
596 ret = encode_plane(avctx, pic->data[i], c->slice_buffer[0],
H A Dsnow_dwt.c28 int ff_slice_buffer_init(slice_buffer *buf, int line_count,
62 IDWTELEM *ff_slice_buffer_load_line(slice_buffer *buf, int line)
78 void ff_slice_buffer_release(slice_buffer *buf, int line)
91 void ff_slice_buffer_flush(slice_buffer *buf)
99 void ff_slice_buffer_destroy(slice_buffer *buf)
388 static void spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer *sb,
405 static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb,
548 static void spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer *sb,
569 slice_buffer * sb, IDWTELEM *temp,
644 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *s
[all...]
H A Dsnowdec.c36 static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){
93 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){
192 static void dequantize_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int start_y, int end_y){
215 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){
H A Dsnow.h171 slice_buffer sb;
290 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){
H A Dsnow.c37 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.h46 } slice_buffer; typedef in typeref:struct:slice_buffer_s
51 void (*inner_add_yblock)(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8);
132 void ff_slice_buffer_init(slice_buffer * buf, int line_count, int max_allocated_lines, int line_width, IDWTELEM * base_buffer);
133 void ff_slice_buffer_release(slice_buffer * buf, int line);
134 void ff_slice_buffer_flush(slice_buffer * buf);
135 void ff_slice_buffer_destroy(slice_buffer * buf);
136 IDWTELEM * ff_slice_buffer_load_line(slice_buffer * buf, int line);
140 void ff_snow_inner_add_yblock(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8);
147 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_bu
[all...]
H A Ddwt.c25 void ff_slice_buffer_init(slice_buffer * buf, int line_count, int max_allocated_lines, int line_width, IDWTELEM * base_buffer)
43 IDWTELEM * ff_slice_buffer_load_line(slice_buffer * buf, int line)
59 void ff_slice_buffer_release(slice_buffer * buf, int line)
72 void ff_slice_buffer_flush(slice_buffer * buf)
81 void ff_slice_buffer_destroy(slice_buffer * buf)
444 static void spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line){
456 static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){
597 static void spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line){
613 static void spatial_compose97i_dy_buffered(DWTContext *dsp, DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){
673 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer * s
[all...]
H A Dsnowdec.c38 static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){
94 static inline void decode_subband_slice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){
191 static void dequantize_slice_buffered(SnowContext *s, slice_buffer * sb, SubBand *b, IDWTELEM *src, int stride, int start_y, int end_y){
214 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){
H A Dsnow.h159 slice_buffer sb;
279 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){
H A Dsnow.c39 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsnowdsp.c693 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
741 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
827 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
838 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
855 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){
869 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dsnowdsp_mmx.c691 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
739 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
825 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
836 int src_x, int src_y, x86_reg src_stride, slice_buffer * sb, int add, uint8_t * dst8){
853 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){
867 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8){

Completed in 118 milliseconds