Commit 3880d91
committed
gpujpeg_dct_cpu: allocate CPU quant data buf
Since the commit 41fb824 (2025-01-25), the buffer is no longer allocated
automatically but is used by this piece of code.
CPU iDCT is never used, however (but could be used instead of GPU
implemetation as indicated by added commented-out code).1 parent de0f3a8 commit 3880d91
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
209 | 214 | | |
210 | 215 | | |
211 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
| |||
0 commit comments