Home
last modified time | relevance | path

Searched refs:ff_spatial_idwt (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
Dsnowenc.c55ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decompos… in main()
66ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decompos… in main()
92ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decompos… in main()
/third_party/ffmpeg/libavcodec/
Dsnow_dwt.h124 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height,
Dsnow_dwt.c731 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, in ff_spatial_idwt() function
Dsnowenc.c1554ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, width, height, width, s->spatial_deco… in calculate_visual_weight()
1834ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, w, h, w, s->spatial_decomposition_typ… in encode_frame()