Searched refs:PLANE_TYPES (Results 1 – 25 of 27) sorted by relevance
12
73 aom_cdf_prob eob_extra_cdf[TX_SIZES][PLANE_TYPES][EOB_COEF_CONTEXTS]75 aom_cdf_prob dc_sign_cdf[PLANE_TYPES][DC_SIGN_CONTEXTS][CDF_SIZE(2)];76 aom_cdf_prob eob_flag_cdf16[PLANE_TYPES][2][CDF_SIZE(5)];77 aom_cdf_prob eob_flag_cdf32[PLANE_TYPES][2][CDF_SIZE(6)];78 aom_cdf_prob eob_flag_cdf64[PLANE_TYPES][2][CDF_SIZE(7)];79 aom_cdf_prob eob_flag_cdf128[PLANE_TYPES][2][CDF_SIZE(8)];80 aom_cdf_prob eob_flag_cdf256[PLANE_TYPES][2][CDF_SIZE(9)];81 aom_cdf_prob eob_flag_cdf512[PLANE_TYPES][2][CDF_SIZE(10)];82 aom_cdf_prob eob_flag_cdf1024[PLANE_TYPES][2][CDF_SIZE(11)];83 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 …]
296 int is_zero_level[PLANE_TYPES] = { 1, 1 }; in cdef_fb_col()297 int level[PLANE_TYPES] = { 0 }; in cdef_fb_col()298 int sec_strength[PLANE_TYPES] = { 0 }; in cdef_fb_col()
256 enum { PLANE_TYPE_Y, PLANE_TYPE_UV, PLANE_TYPES } UENUM1BYTE(PLANE_TYPE); enumerator
272 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]
108 typedef enum { PLANE_TYPE_Y = 0, PLANE_TYPE_UV = 1, PLANE_TYPES } PLANE_TYPE; enumerator
515 for (j = 0; j < PLANE_TYPES; j++) in vp9_accumulate_frame_counts()526 for (j = 0; j < PLANE_TYPES; j++) in vp9_accumulate_frame_counts()
657 cts_each_dim[2] = PLANE_TYPES; in main()667 cts_each_dim[1] = PLANE_TYPES; in main()675 cts_each_dim[1] = PLANE_TYPES; in main()683 cts_each_dim[1] = PLANE_TYPES; in main()691 cts_each_dim[1] = PLANE_TYPES; in main()699 cts_each_dim[1] = PLANE_TYPES; in main()707 cts_each_dim[1] = PLANE_TYPES; in main()715 cts_each_dim[1] = PLANE_TYPES; in main()724 cts_each_dim[2] = PLANE_TYPES; in main()736 cts_each_dim[2] = PLANE_TYPES; in main()[all …]
1151 unsigned int eob_extra[TOKEN_CDF_Q_CTXS][TX_SIZES][PLANE_TYPES]1153 unsigned int dc_sign[PLANE_TYPES][DC_SIGN_CONTEXTS][2];1154 unsigned int coeff_lps[TX_SIZES][PLANE_TYPES][BR_CDF_SIZE - 1][LEVEL_CONTEXTS]1156 unsigned int eob_flag[TX_SIZES][PLANE_TYPES][EOB_COEF_CONTEXTS][2];1157 unsigned int eob_multi16[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][5];1158 unsigned int eob_multi32[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][6];1159 unsigned int eob_multi64[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][7];1160 unsigned int eob_multi128[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][8];1161 unsigned int eob_multi256[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][9];1162 unsigned int eob_multi512[TOKEN_CDF_Q_CTXS][PLANE_TYPES][2][10];[all …]
226 uint16_t cb_offset[PLANE_TYPES];779 LV_MAP_COEFF_COST coeff_costs[TX_SIZES][PLANE_TYPES];905 uint16_t cb_offset[PLANE_TYPES];1232 bool is_sb_gradient_cached[PLANE_TYPES];
266 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
324 const int plane_types = PLANE_TYPES >> cm->seq_params->monochrome; in allocate_gradient_info_for_hog()
564 const int nplanes = AOMMIN(num_planes, PLANE_TYPES); in av1_fill_coeff_costs()
846 const int plane_types = PLANE_TYPES >> ppi->seq_params.monochrome; in av1_init_tile_thread_data()
87 int crop_widths[PLANE_TYPES]; in CalculateFrameLevelSSIM()88 int crop_heights[PLANE_TYPES]; in CalculateFrameLevelSSIM()
84 int crop_widths[PLANE_TYPES]; in CalculateFrameLevelSSIM()85 int crop_heights[PLANE_TYPES]; in CalculateFrameLevelSSIM()
49 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
525 for (i = 0; i < PLANE_TYPES; ++i) { in build_tree_distribution()559 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()594 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()631 for (i = 0; i < PLANE_TYPES; ++i) { in update_coef_probs_common()688 vp9_coeff_stats frame_branch_ct[PLANE_TYPES]; in update_coef_probs()689 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES]; in update_coef_probs()
136 vp9_coeff_probs_model (*p)[PLANE_TYPES]) { in fill_token_costs() argument140 for (i = 0; i < PLANE_TYPES; ++i) in fill_token_costs()
31 for (j = 0; j < PLANE_TYPES; j++) in accumulate_rd_opt()
381 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
56 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
250 output_counts->coef[i].resize(PLANE_TYPES); in update_frame_counts()251 output_counts->eob_branch[i].resize(PLANE_TYPES); in update_frame_counts()252 for (int j = 0; j < PLANE_TYPES; ++j) { in update_frame_counts()353 for (int j = 0; j < PLANE_TYPES; ++j) { in update_frame_counts()