Searched refs:eob_cost (Results 1 – 4 of 4) sorted by relevance
253 int eob_cost = 0; local255 eob_cost = txb_eob_costs->eob_cost[eob_multi_ctx][eob_pt - 1];261 eob_cost += txb_costs->eob_extra_cost[eob_ctx][bit];263 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1);265 return eob_cost;870 const int eob_cost = local874 int accu_rate = eob_cost;1275 chunk = (txb_eob_costs->eob_cost[j][i] & 0xff00) >> 8;1717 const int eob_cost = get_eob_cost(eob, txb_eob_costs, txb_costs, tx_class); local1718 int accu_rate = eob_cost;
64 int eob_cost[2][11]; member
485 av1_cost_tokens_from_cdf(pcost->eob_cost[ctx], pcdf, NULL); in av1_fill_coeff_costs()
679 int eob_cost = 0; in block_yrd() local760 eob_cost += 1; in block_yrd()798 this_rdc->rate += (eob_cost << VP9_PROB_COST_SHIFT); in block_yrd()