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:
Debargha Mukherjee
2016-09-29 09:17:36 -07:00
parent 1f470046aa
commit 3c42c09608
12 changed files with 138 additions and 129 deletions

View File

@@ -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