Searched refs:ff_jpeg2000_dwt_init (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | jpeg2000dwt.c | 39 ret = ff_jpeg2000_dwt_init(s, border, decomp_levels, type); in test_dwt() 41 fprintf(stderr, "ff_jpeg2000_dwt_init failed\n"); in test_dwt() 78 ret = ff_jpeg2000_dwt_init(s, border, decomp_levels, FF_DWT97); in test_dwtf() 80 fprintf(stderr, "ff_jpeg2000_dwt_init failed\n"); in test_dwtf()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000dwt.h | 60 int ff_jpeg2000_dwt_init(DWTContext *s, int border[2][2],
|
H A D | jpeg2000.c | 480 if (ret = ff_jpeg2000_dwt_init(&comp->dwt, comp->coord, in ff_jpeg2000_init_component()
|
H A D | jpeg2000dwt.c | 536 int ff_jpeg2000_dwt_init(DWTContext *s, int border[2][2], in ff_jpeg2000_dwt_init() function
|
Completed in 3 milliseconds