Searched defs:decomp_levels (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | jpeg2000dwt.c | 34 static int test_dwt(int *array, int *ref, int border[2][2], int decomp_levels, int type, int max_diff) { in test_dwt() argument 73 static int test_dwtf(float *array, float *ref, int border[2][2], int decomp_levels, float max_diff) { in test_dwtf() argument 120 int ret, decomp_levels; in main() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000dwt.c | 536 ff_jpeg2000_dwt_init(DWTContext *s, int border[2][2], int decomp_levels, int type) ff_jpeg2000_dwt_init() argument
|
Completed in 3 milliseconds