ff_spatial_dwt    790 libavcodec/snow_dwt.c     ff_spatial_dwt(tmp, tmp2, w, h, 32, type, dec_count);
ff_spatial_dwt    112 libavcodec/snow_dwt.h void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
ff_spatial_dwt   1748 libavcodec/snowenc.c             ff_spatial_dwt(s->spatial_dwt_buffer, s->temp_dwt_buffer, w, h, w, s->spatial_decomposition_type, s->spatial_decomposition_count);
ff_spatial_dwt   1939 libavcodec/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
ff_spatial_dwt   1950 libavcodec/snowenc.c     ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);
ff_spatial_dwt   2019 libavcodec/snowenc.c             ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);