mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 14:40:12 -04:00
hantro: h264: Remove unused macro definition
The generic H264 reference list builder moved all the users of this macro, but left the macro. Remove it. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> Reviewed-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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
0b62c7db45
commit
3ebf271b1d
@@ -22,8 +22,6 @@
|
||||
#define POC_BUFFER_SIZE 34
|
||||
#define SCALING_LIST_SIZE (6 * 16 + 2 * 64)
|
||||
|
||||
#define HANTRO_CMP(a, b) ((a) < (b) ? -1 : 1)
|
||||
|
||||
/* Data structure describing auxiliary buffer format. */
|
||||
struct hantro_h264_dec_priv_tbl {
|
||||
u32 cabac_table[CABAC_INIT_BUFFER_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user