lmmse_interpolate_omp() : use makeIdentity()
This commit is contained in:
parent
936e62fee9
commit
040065e55f
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user