|
|
@ -55,7 +55,7 @@ |
|
|
{ |
|
|
{ |
|
|
var values = new JpegColorConverter.ComponentValues(this.input, 0); |
|
|
var values = new JpegColorConverter.ComponentValues(this.input, 0); |
|
|
|
|
|
|
|
|
JpegColorConverter.FromYCbCrSimdAvx2.ConvertCore16(values, this.output); |
|
|
JpegColorConverter.FromYCbCrSimdAvx2.ConvertCore(values, this.output); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private static Buffer2D<float>[] CreateRandomValues( |
|
|
private static Buffer2D<float>[] CreateRandomValues( |
|
|
|