ff_spatial_dwt    790 libavcodec/snow_dwt.c     ff_spatial_dwt(tmp, tmp2, w, h, 32, type, dec_count);
ff_spatial_dwt    114 libavcodec/snow_dwt.h void ff_spatial_dwt(int *buffer, int *temp, int width, int height, int stride,
ff_spatial_dwt   1795 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     54 libavcodec/tests/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     65 libavcodec/tests/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    134 libavcodec/tests/snowenc.c             ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count);