Searched refs:coeff_lps (Results 1 – 2 of 2) sorted by relevance
298 static INLINE int get_br_cost_with_diff(tran_low_t level, const int *coeff_lps, argument303 *diff += coeff_lps[base_range + COEFF_BASE_RANGE + 1];316 return coeff_lps[base_range] + golomb_bits;319 static INLINE int get_br_cost(tran_low_t level, const int *coeff_lps) { argument321 return coeff_lps[base_range] + get_golomb_cost(level);2096 ++td->counts->coeff_lps[AOMMIN(txsize_ctx, TX_32X32)][plane_type][lps]
431 unsigned int coeff_lps[TX_SIZES][PLANE_TYPES][BR_CDF_SIZE - 1][LEVEL_CONTEXTS] member