Searched refs:PLANE_TYPES (Results 1 – 21 of 21) sorted by relevance
71 aom_cdf_prob eob_extra_cdf[TX_SIZES][PLANE_TYPES][EOB_COEF_CONTEXTS]73 aom_cdf_prob dc_sign_cdf[PLANE_TYPES][DC_SIGN_CONTEXTS][CDF_SIZE(2)];74 aom_cdf_prob eob_flag_cdf16[PLANE_TYPES][2][CDF_SIZE(5)];75 aom_cdf_prob eob_flag_cdf32[PLANE_TYPES][2][CDF_SIZE(6)];76 aom_cdf_prob eob_flag_cdf64[PLANE_TYPES][2][CDF_SIZE(7)];77 aom_cdf_prob eob_flag_cdf128[PLANE_TYPES][2][CDF_SIZE(8)];78 aom_cdf_prob eob_flag_cdf256[PLANE_TYPES][2][CDF_SIZE(9)];79 aom_cdf_prob eob_flag_cdf512[PLANE_TYPES][2][CDF_SIZE(10)];80 aom_cdf_prob eob_flag_cdf1024[PLANE_TYPES][2][CDF_SIZE(11)];81 aom_cdf_prob coeff_base_eob_cdf[TX_SIZES][PLANE_TYPES][SIG_COEF_CONTEXTS_EOB][all …]
20 av1_default_dc_sign_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][DC_SIGN_CONTEXTS]328 av1_default_eob_extra_cdfs[TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES]773 av1_default_eob_multi16_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][CDF_SIZE(792 av1_default_eob_multi32_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][CDF_SIZE(811 av1_default_eob_multi64_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][CDF_SIZE(830 av1_default_eob_multi128_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][CDF_SIZE(851 av1_default_eob_multi256_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][CDF_SIZE(874 av1_default_eob_multi512_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][CDF_SIZE(909 av1_default_eob_multi1024_cdfs[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][CDF_SIZE(944 [TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES][LEVEL_CONTEXTS][all …]
300 enum { PLANE_TYPE_Y, PLANE_TYPE_UV, PLANE_TYPES } UENUM1BYTE(PLANE_TYPE); enumerator
268 int8_t angle_delta[PLANE_TYPES];
370 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {535 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {700 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {865 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {1066 for (i = 0; i < PLANE_TYPES; ++i) in adapt_coef_probs()
48 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];66 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES];67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES][COEF_BANDS]
106 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE; enumerator
503 for (j = 0; j < PLANE_TYPES; j++) in vp9_accumulate_frame_counts()514 for (j = 0; j < PLANE_TYPES; j++) in vp9_accumulate_frame_counts()
654 cts_each_dim[2] = PLANE_TYPES; in main()664 cts_each_dim[1] = PLANE_TYPES; in main()672 cts_each_dim[1] = PLANE_TYPES; in main()680 cts_each_dim[1] = PLANE_TYPES; in main()688 cts_each_dim[1] = PLANE_TYPES; in main()696 cts_each_dim[1] = PLANE_TYPES; in main()704 cts_each_dim[1] = PLANE_TYPES; in main()712 cts_each_dim[1] = PLANE_TYPES; in main()721 cts_each_dim[2] = PLANE_TYPES; in main()733 cts_each_dim[2] = PLANE_TYPES; in main()[all …]
428 unsigned int eob_extra[TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES]430 unsigned int dc_sign[PLANE_TYPES][DC_SIGN_CONTEXTS][2];431 unsigned int coeff_lps[TX_SIZES][PLANE_TYPES][BR_CDF_SIZE - 1][LEVEL_CONTEXTS]433 unsigned int eob_flag[TX_SIZES][PLANE_TYPES][EOB_COEF_CONTEXTS][2];434 unsigned int eob_multi16[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][5];435 unsigned int eob_multi32[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][6];436 unsigned int eob_multi64[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][7];437 unsigned int eob_multi128[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][8];438 unsigned int eob_multi256[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][9];439 unsigned int eob_multi512[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][10];[all …]
84 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
333 LV_MAP_COEFF_COST coeff_costs[TX_SIZES][PLANE_TYPES];
468 const int nplanes = AOMMIN(num_planes, PLANE_TYPES); in av1_fill_coeff_costs()
49 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
520 for (i = 0; i < PLANE_TYPES; ++i) { in build_tree_distribution()554 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()589 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()626 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()683 vp9_coeff_stats frame_branch_ct[PLANE_TYPES]; in update_coef_probs()684 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES]; in update_coef_probs()
112 vp9_coeff_probs_model (*p)[PLANE_TYPES]) { in fill_token_costs() argument116 for (i = 0; i < PLANE_TYPES; ++i) in fill_token_costs()
418 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
29 for (j = 0; j < PLANE_TYPES; j++) in accumulate_rd_opt()
52 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
191 for (j = 0; j < PLANE_TYPES; ++j) { in compute_context_model_diff()3299 for (i = 0; i < PLANE_TYPES; ++i)
1309 for (i = 0; i < PLANE_TYPES; ++i) in read_coef_probs_common()