Home
last modified time | relevance | path

Searched refs:ff_dwt_encode (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
H A Djpeg2000dwt.c44 ret = ff_dwt_encode(s, array); in test_dwt()
46 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwt()
51 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwt()
83 ret = ff_dwt_encode(s, array); in test_dwtf()
85 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwtf()
90 fprintf(stderr, "ff_dwt_encode failed\n"); in test_dwtf()
/third_party/ffmpeg/libavcodec/
H A Djpeg2000dwt.h63 int ff_dwt_encode(DWTContext *s, void *t);
H A Djpeg2000dwt.c580 int ff_dwt_encode(DWTContext *s, void *t) in ff_dwt_encode() function
H A Dj2kenc.c1412 if ((ret = ff_dwt_encode(&comp->dwt, comp->i_data)) < 0) in encode_tile()

Completed in 6 milliseconds