lmmse_interpolate_omp() : use makeIdentity()

This commit is contained in:
heckflosse 2017-04-21 11:56:34 +02:00
parent 936e62fee9
commit 040065e55f

View File

@ -1878,9 +1878,7 @@ SSEFUNCTION void RawImageSource::lmmse_interpolate_omp(int winw, int winh, array
if(applyGamma) {
gamtab = &(Color::igammatab_24_17);
} else {
for(int i = 0; i < 65536; i++) {
(*gamtab)[i] = i;
}
gamtab->makeIdentity();
}
array2D<float> (*rgb[3]);