Searched defs:decomp_levels (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
D | jpeg2000dwt.c | 29 static int test_dwt(int *array, int *ref, int border[2][2], int decomp_levels, int type, int max_di… in test_dwt() 68 static int test_dwtf(float *array, float *ref, int border[2][2], int decomp_levels, float max_diff)… in test_dwtf() 115 int ret, decomp_levels; in main() local
|
/third_party/ffmpeg/libavcodec/ |
D | jpeg2000dwt.c | 538 int decomp_levels, int type) in ff_jpeg2000_dwt_init()
|