Allow user-defined setting for raw ca correction tiles per thread

This commit is contained in:
heckflosse
2019-03-03 14:52:44 +01:00
parent 9c9728ac95
commit b83069fd51
8 changed files with 37 additions and 11 deletions

View File

@@ -249,7 +249,8 @@ protected:
bool fitParamsIn,
bool fitParamsOut,
float* buffer,
bool freeBuffer
bool freeBuffer,
size_t chunkSize = 1
);
void ddct8x8s(int isgn, float a[8][8]);