Searched refs:DWTELEM (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | snow_dwt.c | 115 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 D | dirac_dwt.h | 26 typedef int DWTELEM; typedef
|
H A D | snow_dwt.h | 29 typedef int DWTELEM; typedef
|
H A D | snow.h | 91 DWTELEM *buf; 148 DWTELEM *spatial_dwt_buffer; 149 DWTELEM *temp_dwt_buffer;
|
H A D | snowdec.c | 53 // 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 D | snowenc.c | 1244 static void quantize(SnowContext *s, SubBand *b, IDWTELEM *dst, DWTELEM *src, int stride, int bias){ in quantize()
|
Completed in 9 milliseconds