Searched refs:skip_cost (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | block.h | 326 int skip_cost[SKIP_CONTEXTS][2]; member
|
D | rdopt.c | 3604 s0 = x->skip_cost[skip_ctx][0]; in txfm_yrd() 3605 s1 = x->skip_cost[skip_ctx][1]; in txfm_yrd() 3668 const int s1 = x->skip_cost[skip_ctx][1]; in estimate_yrd_for_sb() 3671 const int s0 = x->skip_cost[skip_ctx][0]; in estimate_yrd_for_sb() 3692 s0 = x->skip_cost[skip_ctx][0]; in choose_largest_tx_size() 3693 s1 = x->skip_cost[skip_ctx][1]; in choose_largest_tx_size() 5424 const int s0 = x->skip_cost[skip_ctx][0]; in select_tx_size_and_type() 5425 const int s1 = x->skip_cost[skip_ctx][1]; in select_tx_size_and_type() 5638 const int s0 = x->skip_cost[skip_ctx][0]; in inter_block_yrd() 5639 const int s1 = x->skip_cost[skip_ctx][1]; in inter_block_yrd() [all …]
|
D | encodetxb.c | 1635 int skip_cost, int non_skip_cost, argument 1639 const int64_t rd_new_eob = RDCOST(rdmult, skip_cost, 0); 1716 const int skip_cost = txb_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1]; local 1767 update_skip(&accu_rate, accu_dist, &eob, nz_num, nz_ci, rdmult, skip_cost, 1799 accu_rate += skip_cost;
|
D | rd.c | 102 av1_cost_tokens_from_cdf(x->skip_cost[i], fc->skip_cdfs[i], NULL); in av1_fill_mode_rates()
|