Skip to content

Commit 694caed

Browse files
committed
Parallelism
1 parent a7162d8 commit 694caed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avif-coder/src/main/cpp/colorspace/HDRTransferAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ namespace coder::HWY_NAMESPACE {
784784
recProcColors);
785785
VF32 gHigherLow32 = Mul(ConvertTo(rebind32, PromoteLowerTo(du32, upperG16)),
786786
recProcColors);
787-
VF32 bHigherLow32 = Mul(ConvertTo(rebind32, PromoteLowerTo(du32, lowB16)),
787+
VF32 bHigherLow32 = Mul(ConvertTo(rebind32, PromoteLowerTo(du32, upperB16)),
788788
recProcColors);
789789

790790
TransferU8Row(df32, gammaCorrection, function, toneMapper.get(), rHigherLow32,

0 commit comments

Comments
 (0)