tjbenchtest.in: Formatting tweak

(oversight from a5689cd45b)
This commit is contained in:
DRC
2024-09-04 07:52:51 -04:00
parent e7e9344db1
commit dd8b15ee82

View File

@@ -64,12 +64,12 @@ while [ $# -gt 0 ]; do
# each downsampled dimension is an odd number or is evenly divisible by the MCU # each downsampled dimension is an odd number or is evenly divisible by the MCU
# width/height. This disagreement basically amounts to a round-off error, but # width/height. This disagreement basically amounts to a round-off error, but
# there is no easy way around it, so for now, we just test the only image that # there is no easy way around it, so for now, we just test the only image that
# works. (NOTE: shira_bird8 does not suffer from the above issue, but it suffers # works. (NOTE: shira_bird8 does not suffer from the above issue, but it
# from an unrelated problem whereby the combination of tj3DecompressToYUV*() # suffers from an unrelated problem whereby the combination of
# and tj3DecodeYUV*() do not produce bitwise-identical results to # tj3DecompressToYUV*() and tj3DecodeYUV*() do not produce bitwise-identical
# tj3Decompress*() if decompression scaling is enabled. This latter phenomenon # results to tj3Decompress*() if decompression scaling is enabled. This latter
# is not yet fully understood but is also believed to be some sort of round-off # phenomenon is not yet fully understood but is also believed to be some sort
# error.) # of round-off error.)
IMAGES="vgl_6548_0026a.${EXT}" IMAGES="vgl_6548_0026a.${EXT}"
;; ;;
-alloc) -alloc)