Home
last modified time | relevance | path

Searched refs:txfm_partition_cdf (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymode.h122 aom_cdf_prob txfm_partition_cdf[TXFM_PARTITION_CONTEXTS][CDF_SIZE(2)]; member
Dentropy.c128 RESET_CDF_COUNTER(fc->txfm_partition_cdf, 2); in av1_reset_cdf_symbol_counters()
Dentropymode.c994 av1_copy(fc->txfm_partition_cdf, default_txfm_partition_cdf); in init_mode_probs()
/external/libaom/libaom/av1/encoder/
Drd.c181 fc->txfm_partition_cdf[i], NULL); in av1_fill_mode_rates()
Dencodeframe.c4581 AVERAGE_CDF(ctx_left->txfm_partition_cdf, ctx_tr->txfm_partition_cdf, 2); in avg_cdf_symbols()
5805 update_cdf(xd->tile_ctx->txfm_partition_cdf[ctx], 0, 2); in update_txfm_count()
5818 update_cdf(xd->tile_ctx->txfm_partition_cdf[ctx], 1, 2); in update_txfm_count()
Dbitstream.c168 aom_write_symbol(w, 0, ec_ctx->txfm_partition_cdf[ctx], 2); in write_tx_size_vartx()
178 aom_write_symbol(w, 1, ec_ctx->txfm_partition_cdf[ctx], 2); in write_tx_size_vartx()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1291 is_split = aom_read_symbol(r, ec_ctx->txfm_partition_cdf[ctx], 2, ACCT_STR); in read_tx_size_vartx()