media: coda: jpeg: merge Huffman table bits and values
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 12 Dec 2019 14:02:53 +0000 (15:02 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Dec 2019 09:03:51 +0000 (10:03 +0100)
commitec4f021d1cf9650582bb698d31fbedeccbb8f7c5
tree71586e0b2efe928fe352ebcb923a984ce9826cb6
parenteed569c425d0ac1b4b3c287a704372721001feb6
media: coda: jpeg: merge Huffman table bits and values

The Huffman bits tables are always 16 bytes long, and they are always
followed directly by the values tables, both in hardware and in JPEG
files. Just merge the two tables.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/coda/coda-jpeg.c