Searched refs:DC_SIGN_CONTEXTS (Results 1 – 7 of 7) sorted by relevance
40 #define DC_SIGN_CONTEXTS 3 macro
73 aom_cdf_prob dc_sign_cdf[PLANE_TYPES][DC_SIGN_CONTEXTS][CDF_SIZE(2)];
20 av1_default_dc_sign_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][DC_SIGN_CONTEXTS]
59 int dc_sign_cost[DC_SIGN_CONTEXTS][2];
430 unsigned int dc_sign[PLANE_TYPES][DC_SIGN_CONTEXTS][2];
520 for (int ctx = 0; ctx < DC_SIGN_CONTEXTS; ++ctx) in av1_fill_coeff_costs()
1281 for (int j = 0; j < DC_SIGN_CONTEXTS; j++) {