Skip to content
Snippets Groups Projects
Commit 53e5e655 authored by Sebastien Alaiwan's avatar Sebastien Alaiwan
Browse files

idct.h: remove dead declarations

Change-Id: Iac7c99eee00a426d115af5343c776cd1f2c5be70
parent b0667078
No related branches found
No related tags found
1 merge request!6Rav1e 11 yushin 1
......@@ -32,12 +32,6 @@ typedef struct {
transform_1d cols, rows; // vertical and horizontal
} transform_2d;
typedef void (*highbd_transform_1d)(const tran_low_t *, tran_low_t *, int bd);
typedef struct {
highbd_transform_1d cols, rows; // vertical and horizontal
} highbd_transform_2d;
#if !CONFIG_DAALA_TX
#define MAX_TX_SCALE 1
int av1_get_tx_scale(const TX_SIZE tx_size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment