Home
last modified time | relevance | path

Searched refs:DC_SIGN_CONTEXTS (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropy.h40 #define DC_SIGN_CONTEXTS 3 macro
Dentropymode.h73 aom_cdf_prob dc_sign_cdf[PLANE_TYPES][DC_SIGN_CONTEXTS][CDF_SIZE(2)];
Dtoken_cdfs.h20 av1_default_dc_sign_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][DC_SIGN_CONTEXTS]
/external/libaom/libaom/av1/encoder/
Dblock.h59 int dc_sign_cost[DC_SIGN_CONTEXTS][2];
Dencoder.h430 unsigned int dc_sign[PLANE_TYPES][DC_SIGN_CONTEXTS][2];
Drd.c520 for (int ctx = 0; ctx < DC_SIGN_CONTEXTS; ++ctx) in av1_fill_coeff_costs()
Dencodetxb.c1281 for (int j = 0; j < DC_SIGN_CONTEXTS; j++) {