Searched refs:pcdf (Results 1 – 1 of 1) sorted by relevance
474 aom_cdf_prob *pcdf; in av1_fill_coeff_costs() local476 case 0: pcdf = fc->eob_flag_cdf16[plane][ctx]; break; in av1_fill_coeff_costs()477 case 1: pcdf = fc->eob_flag_cdf32[plane][ctx]; break; in av1_fill_coeff_costs()478 case 2: pcdf = fc->eob_flag_cdf64[plane][ctx]; break; in av1_fill_coeff_costs()479 case 3: pcdf = fc->eob_flag_cdf128[plane][ctx]; break; in av1_fill_coeff_costs()480 case 4: pcdf = fc->eob_flag_cdf256[plane][ctx]; break; in av1_fill_coeff_costs()481 case 5: pcdf = fc->eob_flag_cdf512[plane][ctx]; break; in av1_fill_coeff_costs()483 default: pcdf = fc->eob_flag_cdf1024[plane][ctx]; break; in av1_fill_coeff_costs()485 av1_cost_tokens_from_cdf(pcost->eob_cost[ctx], pcdf, NULL); in av1_fill_coeff_costs()