mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02: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:
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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user