Searched refs:tx_size_cost (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | block.h | 382 int tx_size_cost[TX_SIZES - 1][TX_SIZE_CONTEXTS][TX_SIZES]; member
|
D | rd.c | 176 av1_cost_tokens_from_cdf(x->tx_size_cost[i][j], fc->tx_size_cdf[i][j], in av1_fill_mode_rates()
|
D | rdopt.c | 3572 static int tx_size_cost(const AV1_COMMON *const cm, const MACROBLOCK *const x, in tx_size_cost() function 3581 return x->tx_size_cost[tx_size_cat][tx_size_ctx][depth]; in tx_size_cost() 3600 : tx_size_cost(cm, x, bs, tx_size); in txfm_yrd() 4327 tx_size_cost(&cpi->common, x, bsize, mbmi->tx_size); in palette_rd_y() 4775 this_rate_tokenonly -= tx_size_cost(&cpi->common, x, bsize, mbmi->tx_size); in intra_block_yrd() 4881 tx_size_cost(&cpi->common, x, bsize, mbmi->tx_size); in rd_pick_intra_sby_mode() 12234 rd_stats_y->rate -= tx_size_cost(cm, x, bsize, mbmi->tx_size); in handle_intra_mode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 772 int tx_size_cost[TX_SIZES - 1][TX_SIZE_CONTEXTS][TX_SIZES]; member
|
D | vp9_rd.c | 105 cpi->tx_size_cost[i - 1][j][k] = cost; in fill_mode_costs()
|
D | vp9_rdopt.c | 865 const int r_tx_size = cpi->tx_size_cost[max_tx_size - 1][tx_size_ctx][n]; in choose_tx_size_from_rd()
|