Update DXT1 timings table.

This commit is contained in:
Bartosz Taudul 2019-06-29 02:10:35 +02:00
parent ab9f036f5e
commit 370fead4b2

View File

@ -447,10 +447,10 @@ To further reduce image data size, frame images are internally compressed using
\centering
\begin{tabular}[h]{c|c|c}
\textbf{Implementation} & \textbf{Required define} & \textbf{Time} \\ \hline
x86 Reference & --- & 252 \si{\micro\second} \\
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 72 \si{\micro\second} \\
x86 Reference & --- & 228 \si{\micro\second} \\
x86 SSE4.1 & \texttt{\_\_SSE4\_1\_\_} & 55.4 \si{\micro\second} \\
ARM Reference & --- & 1.25 \si{\milli\second} \\
ARM NEON & \texttt{\_\_ARM\_NEON} & 580 \si{\micro\second}
ARM NEON & \texttt{\_\_ARM\_NEON} & 560 \si{\micro\second}
\end{tabular}
\caption{Compression time of $320\times180$ image. x86: i7 8700K; ARM: ODROID-C2}
\label{EtcSimd}