Searched refs:MAX_TX_DEPTH (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropy.c | 161 RESET_CDF_COUNTER_STRIDE(fc->tx_size_cdf[0], MAX_TX_DEPTH, in av1_reset_cdf_symbol_counters() 162 CDF_SIZE(MAX_TX_DEPTH + 1)); in av1_reset_cdf_symbol_counters() 163 RESET_CDF_COUNTER(fc->tx_size_cdf[1], MAX_TX_DEPTH + 1); in av1_reset_cdf_symbol_counters() 164 RESET_CDF_COUNTER(fc->tx_size_cdf[2], MAX_TX_DEPTH + 1); in av1_reset_cdf_symbol_counters() 165 RESET_CDF_COUNTER(fc->tx_size_cdf[3], MAX_TX_DEPTH + 1); in av1_reset_cdf_symbol_counters()
|
D | entropymode.h | 154 [CDF_SIZE(MAX_TX_DEPTH + 1)];
|
D | enums.h | 188 #define MAX_TX_DEPTH 2 macro
|
D | entropymode.c | 878 [CDF_SIZE(MAX_TX_DEPTH + 1)] = {
|
D | blockd.h | 888 while (depth < MAX_TX_DEPTH && tx_size != TX_4X4) { in bsize_to_max_depth()
|
/external/libaom/libaom/av1/encoder/ |
D | block.h | 479 assert(depth <= MAX_TX_DEPTH); in tx_size_to_depth()
|
D | encoder.h | 469 unsigned int intra_tx_size[MAX_TX_CATS][TX_SIZE_CONTEXTS][MAX_TX_DEPTH + 1];
|
D | encodeframe.c | 319 TX_SIZE min_tx_size = depth_to_tx_size(MAX_TX_DEPTH, bsize); in reset_tx_size() 4621 AVG_CDF_STRIDE(ctx_left->tx_size_cdf[0], ctx_tr->tx_size_cdf[0], MAX_TX_DEPTH, in avg_cdf_symbols() 4622 CDF_SIZE(MAX_TX_DEPTH + 1)); in avg_cdf_symbols() 4624 MAX_TX_DEPTH + 1); in avg_cdf_symbols() 4626 MAX_TX_DEPTH + 1); in avg_cdf_symbols() 4628 MAX_TX_DEPTH + 1); in avg_cdf_symbols()
|
D | rdopt.c | 3762 init_depth = MAX_TX_DEPTH; in choose_tx_size_type_from_rd() 3774 int64_t rd[MAX_TX_DEPTH + 1] = { INT64_MAX, INT64_MAX, INT64_MAX }; in choose_tx_size_type_from_rd() 3775 for (int n = start_tx; depth <= MAX_TX_DEPTH; in choose_tx_size_type_from_rd() 3799 if (depth > init_depth && depth != MAX_TX_DEPTH && in choose_tx_size_type_from_rd()
|
/external/libaom/libaom/tools/ |
D | aom_entropy_optimizer.c | 634 cts_each_dim[2] = MAX_TX_DEPTH + 1; in main()
|