|
|
@ -85,9 +85,8 @@ enum dwt_type { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
// -1 if an error occurred, e.g. the dwt_type isn't recognized
|
|
|
|
// -1 if an error occurred, e.g. the dwt_type isn't recognized
|
|
|
|
int ff_spatial_idwt_init(DWTContext *d, uint8_t *buffer, int width, int height, |
|
|
|
int ff_spatial_idwt_init(DWTContext *d, DWTPlane *p, enum dwt_type type, |
|
|
|
int stride, enum dwt_type type, int decomposition_count, |
|
|
|
int decomposition_count, int bit_depth); |
|
|
|
uint8_t *temp, int bit_depth); |
|
|
|
|
|
|
|
void ff_spatial_idwt_init_x86(DWTContext *d, enum dwt_type type); |
|
|
|
void ff_spatial_idwt_init_x86(DWTContext *d, enum dwt_type type); |
|
|
|
|
|
|
|
|
|
|
|
void ff_spatial_idwt_slice2(DWTContext *d, int y); |
|
|
|
void ff_spatial_idwt_slice2(DWTContext *d, int y); |
|
|
|