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) {
|
if(applyGamma) {
|
||||||
gamtab = &(Color::igammatab_24_17);
|
gamtab = &(Color::igammatab_24_17);
|
||||||
} else {
|
} else {
|
||||||
for(int i = 0; i < 65536; i++) {
|
gamtab->makeIdentity();
|
||||||
(*gamtab)[i] = i;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
array2D<float> (*rgb[3]);
|
array2D<float> (*rgb[3]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user