Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
Djpeg2000dwt.c44 ret = ff_dwt_decode(s, array); in test_dwt()
83 ret = ff_dwt_decode(s, array); in test_dwtf()
/third_party/ffmpeg/libavcodec/
Djpeg2000dwt.h64 int ff_dwt_decode(DWTContext *s, void *t);
Djpeg2000dwt.c599 int ff_dwt_decode(DWTContext *s, void *t) in ff_dwt_decode() function
Djpeg2000dec.c2006ff_dwt_decode(&comp->dwt, codsty->transform == FF_DWT97 ? (void*)comp->f_data : (void*)comp->i_dat… in tile_codeblocks()