Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drd.c471 LV_MAP_EOB_COST *pcost = &x->eob_costs[eob_multi_size][plane]; in av1_fill_coeff_costs() local
485 av1_cost_tokens_from_cdf(pcost->eob_cost[ctx], pcdf, NULL); in av1_fill_coeff_costs()
491 LV_MAP_COEFF_COST *pcost = &x->coeff_costs[tx_size][plane]; in av1_fill_coeff_costs() local
494 av1_cost_tokens_from_cdf(pcost->txb_skip_cost[ctx], in av1_fill_coeff_costs()
498 av1_cost_tokens_from_cdf(pcost->base_eob_cost[ctx], in av1_fill_coeff_costs()
502 av1_cost_tokens_from_cdf(pcost->base_cost[ctx], in av1_fill_coeff_costs()
506 pcost->base_cost[ctx][4] = 0; in av1_fill_coeff_costs()
507 pcost->base_cost[ctx][5] = pcost->base_cost[ctx][1] + in av1_fill_coeff_costs()
509 pcost->base_cost[ctx][0]; in av1_fill_coeff_costs()
510 pcost->base_cost[ctx][6] = in av1_fill_coeff_costs()
[all …]