Home
last modified time | relevance | path

Searched refs:coeff_cdf_model (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dentropymode.h97 coeff_cdf_model coef_tail_cdfs[TX_SIZES][PLANE_TYPES];
98 coeff_cdf_model coef_head_cdfs[TX_SIZES][PLANE_TYPES];
H A Dentropy.h254 typedef aom_cdf_prob coeff_cdf_model[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] typedef
H A Dentropy.c904 static const coeff_cdf_model default_coef_head_cdf_4x4[PLANE_TYPES] = {
1200 static const coeff_cdf_model default_coef_head_cdf_8x8[PLANE_TYPES] = {
1496 static const coeff_cdf_model default_coef_head_cdf_16x16[PLANE_TYPES] = {
1792 static const coeff_cdf_model default_coef_head_cdf_32x32[PLANE_TYPES] = {
H A Dtoken_cdfs.h16 static const coeff_cdf_model
1324 static const coeff_cdf_model
2632 static const coeff_cdf_model
3940 static const coeff_cdf_model
5249 typedef coeff_cdf_model coeff_cdf_table[TX_SIZES][PLANE_TYPES];
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Drd.h578 coeff_cdf_model (*cdf)[PLANE_TYPES]);
H A Drd.c672 coeff_cdf_model (*cdf)[PLANE_TYPES]) { in av1_fill_token_costs_from_cdf()