Merge "Remove vp10_default_scan_orders[] that is unused"
This commit is contained in:
commit
42ef854f97
@ -695,13 +695,6 @@ DECLARE_ALIGNED(16, static const int16_t, vp10_default_iscan_32x32[1024]) = {
|
||||
1023,
|
||||
};
|
||||
|
||||
const scan_order vp10_default_scan_orders[TX_SIZES] = {
|
||||
{default_scan_4x4, vp10_default_iscan_4x4, default_scan_4x4_neighbors},
|
||||
{default_scan_8x8, vp10_default_iscan_8x8, default_scan_8x8_neighbors},
|
||||
{default_scan_16x16, vp10_default_iscan_16x16, default_scan_16x16_neighbors},
|
||||
{default_scan_32x32, vp10_default_iscan_32x32, default_scan_32x32_neighbors},
|
||||
};
|
||||
|
||||
const scan_order vp10_scan_orders[TX_SIZES][TX_TYPES] = {
|
||||
{ // TX_4X4
|
||||
{default_scan_4x4, vp10_default_iscan_4x4, default_scan_4x4_neighbors},
|
||||
|
@ -29,7 +29,6 @@ typedef struct {
|
||||
const int16_t *neighbors;
|
||||
} scan_order;
|
||||
|
||||
extern const scan_order vp10_default_scan_orders[TX_SIZES];
|
||||
extern const scan_order vp10_scan_orders[TX_SIZES][TX_TYPES];
|
||||
|
||||
static INLINE int get_coef_context(const int16_t *neighbors,
|
||||
|
Loading…
x
Reference in New Issue
Block a user