Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropy.c171 RESET_CDF_COUNTER_STRIDE(fc->intra_ext_tx_cdf[1], 7, CDF_SIZE(TX_TYPES)); in av1_reset_cdf_symbol_counters()
172 RESET_CDF_COUNTER_STRIDE(fc->intra_ext_tx_cdf[2], 5, CDF_SIZE(TX_TYPES)); in av1_reset_cdf_symbol_counters()
Dentropymode.h158 aom_cdf_prob intra_ext_tx_cdf[EXT_TX_SETS_INTRA][EXT_TX_SIZES][INTRA_MODES] member
Dentropymode.c1020 av1_copy(fc->intra_ext_tx_cdf, default_intra_ext_tx_cdf); in init_mode_probs()
/external/libaom/libaom/av1/encoder/
Drd.c197 x->intra_tx_type_costs[s][i][j], fc->intra_ext_tx_cdf[s][i][j], in av1_fill_mode_rates()
Dencodeframe.c4635 AVG_CDF_STRIDE(ctx_left->intra_ext_tx_cdf[1], ctx_tr->intra_ext_tx_cdf[1], 7, in avg_cdf_symbols()
4637 AVG_CDF_STRIDE(ctx_left->intra_ext_tx_cdf[2], ctx_tr->intra_ext_tx_cdf[2], 5, in avg_cdf_symbols()
Dencodetxb.c1968 fc->intra_ext_tx_cdf[eset][txsize_sqr_map[tx_size]][intra_dir],
Dbitstream.c842 ec_ctx->intra_ext_tx_cdf[eset][square_tx_size][intra_dir], in av1_write_tx_type()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c640 r, ec_ctx->intra_ext_tx_cdf[eset][square_tx_size][intra_mode], in av1_read_tx_type()