Lines Matching refs:DWTContext
96 static void dwt_encode53(DWTContext *s, int *t)
171 static void dwt_encode97_float(DWTContext *s, float *t)
247 static void dwt_encode97_int(DWTContext *s, int *t)
325 static void dwt_decode53(DWTContext *s, int *t)
401 static void dwt_decode97_float(DWTContext *s, float *t)
478 static void dwt_decode97_int(DWTContext *s, int32_t *t)
536 int ff_jpeg2000_dwt_init(DWTContext *s, int border[2][2],
580 int ff_dwt_encode(DWTContext *s, void *t)
598 int ff_dwt_decode(DWTContext *s, void *t)
619 void ff_dwt_destroy(DWTContext *s)