Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dblock.h65 } LV_MAP_EOB_COST; typedef
334 LV_MAP_EOB_COST eob_costs[7][2];
Dencodetxb.c249 static int get_eob_cost(int eob, const LV_MAP_EOB_COST *txb_eob_costs,
754 const LV_MAP_EOB_COST *const eob_costs =
863 const LV_MAP_EOB_COST *txb_eob_costs, int *rate_cost) {
1041 const LV_MAP_EOB_COST *txb_eob_costs,
1150 const LV_MAP_EOB_COST *txb_eob_costs,
1173 const LV_MAP_EOB_COST *txb_eob_costs,
1525 const int16_t *scan, const LV_MAP_EOB_COST *txb_eob_costs,
1690 const LV_MAP_EOB_COST *txb_eob_costs =
1838 const LV_MAP_EOB_COST txb_eob_costs =
Drd.c471 LV_MAP_EOB_COST *pcost = &x->eob_costs[eob_multi_size][plane]; in av1_fill_coeff_costs()