Further changes to new-quant tables
Refactor to streamline the number of profiles needed, in preparation for the next steps. NO change in performance. Change-Id: I753b89299897857f3c250c316b4cdc4fedcb90e8
This commit is contained in:
@@ -57,7 +57,7 @@ struct AV1_COMP;
|
||||
struct ThreadData;
|
||||
|
||||
#if CONFIG_VAR_TX
|
||||
void av1_tokenize_sb_inter(struct AV1_COMP *cpi, struct ThreadData *td,
|
||||
void av1_tokenize_sb_vartx(struct AV1_COMP *cpi, struct ThreadData *td,
|
||||
TOKENEXTRA **t, int dry_run, int mi_row, int mi_col,
|
||||
BLOCK_SIZE bsize);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user