Searched refs:DC_SIGN_CONTEXTS (Results 1 – 7 of 7) sorted by relevance
40 #define DC_SIGN_CONTEXTS 3 macro
72 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]
84 int dc_sign_cost[DC_SIGN_CONTEXTS][2];
506 unsigned int dc_sign[PLANE_TYPES][DC_SIGN_CONTEXTS][2];
528 for (int ctx = 0; ctx < DC_SIGN_CONTEXTS; ++ctx) in av1_fill_coeff_costs()
1396 for (int j = 0; j < DC_SIGN_CONTEXTS; j++) {