Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c115 static av_always_inline void lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, in lift()
145 static av_always_inline void liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, in liftS()
178 static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose53i()
194 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b
[all...]
H A Ddirac_dwt.h26 typedef int DWTELEM; typedef
H A Dsnow_dwt.h29 typedef int DWTELEM; typedef
H A Dsnow.h91 DWTELEM *buf;
148 DWTELEM *spatial_dwt_buffer;
149 DWTELEM *temp_dwt_buffer;
H A Dsnowdec.c53 // DWTELEM * line = slice_buffer_get_line(sb, y); in predict_slice_buffered()
65 // DWTELEM * line = slice_buffer_get_line(sb, y); in predict_slice_buffered()
232 // DWTELEM * line = slice_buffer_get_line_from_address(sb, src + (y * stride)); in dequantize_slice_buffered()
517 memset(s->spatial_dwt_buffer, 0, sizeof(DWTELEM)*w*h); in decode_frame()
H A Dsnowenc.c1244 static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){ in quantize()

Completed in 9 milliseconds