HomeSort by relevance Sort by last modified time
    Searched refs:coeff_costs (Results 1 - 5 of 5) sorted by null

  /external/libaom/libaom/av1/encoder/
rdopt.h 81 const LV_MAP_COEFF_COST *const coeff_costs =
82 &x->coeff_costs[txs_ctx][plane_type];
83 return coeff_costs->txb_skip_cost[txb_ctx->txb_skip_ctx][1];
encodetxb.c 740 const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs,
756 int cost = coeff_costs->txb_skip_cost[txb_skip_ctx][0];
762 cost += get_eob_cost(eob, eob_costs, coeff_costs, tx_class);
767 coeff_costs->lps_cost;
775 cost += coeff_costs->base_eob_cost[coeff_ctx][AOMMIN(level, 3) - 1];
788 cost += coeff_costs->dc_sign_cost[dc_sign_ctx][sign01];
793 const int(*base_cost)[8] = coeff_costs->base_cost;
822 cost += coeff_costs->dc_sign_cost[dc_sign_ctx][sign01];
839 const LV_MAP_COEFF_COST *const coeff_costs = local
840 &x->coeff_costs[txs_ctx][plane_type]
    [all...]
block.h 333 LV_MAP_COEFF_COST coeff_costs[TX_SIZES][PLANE_TYPES]; member in struct:macroblock
rd.c 491 LV_MAP_COEFF_COST *pcost = &x->coeff_costs[tx_size][plane];
    [all...]
rdopt.c     [all...]

Completed in 225 milliseconds