mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00:00
a269e53b1a
Storing internal frames in macroblock tiled order improves memory access patterns by allowing increased burst sizes when transferring the uncompressed macroblocks to or from main memory. The translation logic only supports a single chroma base address, so this is only supported for the chroma interleaved NV12 format. Since the rotator used to copy the decoder output into the v4l2 capture buffers does not seem to support the tiled format correctly, only enable it in the encoder for now. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6 lines
132 B
Makefile
6 lines
132 B
Makefile
ccflags-y += -I$(src)
|
|
|
|
coda-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-jpeg.o
|
|
|
|
obj-$(CONFIG_VIDEO_CODA) += coda.o
|