Searched refs:DWTELEM (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.c120 static av_always_inline void lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref,
150 static av_always_inline void liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref,
183 static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width)
199 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b
[all...]
H A Ddirac_dwt.h26 typedef int DWTELEM; typedef
H A Dsnow_dwt.h26 typedef int DWTELEM; typedef
H A Dsnow.h84 DWTELEM *buf;
142 DWTELEM *spatial_dwt_buffer;
143 DWTELEM *temp_dwt_buffer;
H A Dsnow.c484 FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->spatial_dwt_buffer, width, height * sizeof(DWTELEM), fail); //FIXME this does not belong here
485 FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->temp_dwt_buffer, width, sizeof(DWTELEM), fail);
H A Dsnowdec.c57 // DWTELEM * line = slice_buffer_get_line(sb, y);
69 // DWTELEM * line = slice_buffer_get_line(sb, y);
202 // DWTELEM * line = slice_buffer_get_line_from_address(sb, src + (y * stride));
467 memset(s->spatial_dwt_buffer, 0, sizeof(DWTELEM)*w*h);
H A Dsnowenc.c1226 static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){
1904 s.temp_dwt_buffer = av_mallocz(width * sizeof(DWTELEM));
1943 DWTELEM *buf= buffer[0];
1980 DWTELEM *buf= buffer[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.c102 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref,
167 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref,
234 static void horizontal_decompose53i(DWTELEM *b, int width){
235 DWTELEM temp[width];
283 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b
[all...]
H A Ddwt.h26 typedef int DWTELEM; typedef
H A Dsnow.h81 DWTELEM *buf;
134 DWTELEM *spatial_dwt_buffer;
H A Dsnow.c442 FF_ALLOCZ_OR_GOTO(avctx, s->spatial_dwt_buffer, width * height * sizeof(DWTELEM), fail); //FIXME this does not belong here
H A Dsnowdec.c58 // DWTELEM * line = slice_buffer_get_line(sb, y);
70 // DWTELEM * line = slice_buffer_get_line(sb, y);
201 // DWTELEM * line = slice_buffer_get_line_from_address(sb, src + (y * stride));
432 memset(s->spatial_dwt_buffer, 0, sizeof(DWTELEM)*w*h);
H A Dsnowenc.c84 static void dwt_quantize(SnowContext *s, Plane *p, DWTELEM *buffer, int width, int height, int stride, int type){
95 // memcpy(dwt_buffer, buffer, height * stride * sizeof(DWTELEM));
102 DWTELEM *src= buffer + (b-> buf - s->spatial_dwt_buffer);
1288 static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){

Completed in 66 milliseconds