Searched refs:rate_cost (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 40 int rate_cost; member 863 const LV_MAP_EOB_COST *txb_eob_costs, int *rate_cost) { argument 1016 *rate_cost = zero_blk_rd_cost <= prev_eob_rd_cost 1021 *rate_cost += txb_info->tx_type_cost; 1043 int fast_mode, int *rate_cost) { argument 1060 optimize_txb(txb_info, txb_costs, txb_eob_costs, rate_cost); 1066 .rate_cost = *rate_cost; 1107 int block, int *rate_cost) { argument 1133 *rate_cost = 1135 .rate_cost; [all …]
|
D | encodetxb.h | 80 const TXB_CTX *const txb_ctx, int *rate_cost,
|
D | encodemb.h | 69 const TXB_CTX *const txb_ctx, int fast_mode, int *rate_cost);
|
D | encodemb.c | 102 int *rate_cost) { in av1_optimize_b() argument 110 *rate_cost = av1_cost_skip_txb(mb, txb_ctx, plane, tx_size); in av1_optimize_b() 115 rate_cost, cpi->oxcf.sharpness, fast_mode); in av1_optimize_b()
|
D | rdopt.c | 3146 int rate_cost = 0; in search_txk_type() local 3259 rate_cost = av1_cost_coeffs(cm, x, plane, block, tx_size, tx_type, in search_txk_type() 3276 cpi->sf.trellis_eob_fast, &rate_cost); in search_txk_type() 3320 this_rd_stats.rate = rate_cost; in search_txk_type() 3440 cpi->sf.trellis_eob_fast, &rate_cost); in search_txk_type()
|