Searched refs:base_buffer (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.h48 IDWTELEM *base_buffer; ///< Buffer that this structure is caching. member in struct:slice_buffer_s
93 IDWTELEM *base_buffer);
H A Dsnow_dwt.c30 IDWTELEM *base_buffer)
34 buf->base_buffer = base_buffer;
28 ff_slice_buffer_init(slice_buffer *buf, int line_count, int max_allocated_lines, int line_width, IDWTELEM *base_buffer) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.h45 IDWTELEM * base_buffer; ///< Buffer that this structure is caching. member in struct:slice_buffer_s
132 void ff_slice_buffer_init(slice_buffer * buf, int line_count, int max_allocated_lines, int line_width, IDWTELEM * base_buffer);
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) argument
29 buf->base_buffer = base_buffer;

Completed in 53 milliseconds