Home
last modified time | relevance | path

Searched refs:TXFM_PARTITION_CONTEXTS (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymode.h122 aom_cdf_prob txfm_partition_cdf[TXFM_PARTITION_CONTEXTS][CDF_SIZE(2)];
Denums.h547 #define TXFM_PARTITION_CONTEXTS ((TX_SIZES - TX_8X8) * 6 - 3) macro
Donyxc_int.h1257 int category = TXFM_PARTITION_CONTEXTS; in txfm_partition_context()
1270 assert(category != TXFM_PARTITION_CONTEXTS); in txfm_partition_context()
Dentropymode.c786 default_txfm_partition_cdf[TXFM_PARTITION_CONTEXTS][CDF_SIZE(2)] = {
/external/libaom/libaom/av1/encoder/
Dblock.h383 int txfm_partition_cost[TXFM_PARTITION_CONTEXTS][2];
Dencoder.h468 unsigned int txfm_partition[TXFM_PARTITION_CONTEXTS][2];
Drd.c179 for (i = 0; i < TXFM_PARTITION_CONTEXTS; ++i) { in av1_fill_mode_rates()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c562 cts_each_dim[0] = TXFM_PARTITION_CONTEXTS; in main()