Home
last modified time | relevance | path

Searched refs:INTRA_MODES (Results 1 – 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h45 vpx_prob y_mode_prob[BLOCK_SIZE_GROUPS][INTRA_MODES - 1];
46 vpx_prob uv_mode_prob[INTRA_MODES][INTRA_MODES - 1];
63 unsigned int y_mode[BLOCK_SIZE_GROUPS][INTRA_MODES];
64 unsigned int uv_mode[INTRA_MODES][INTRA_MODES];
81 extern const vpx_prob vp9_kf_uv_mode_prob[INTRA_MODES][INTRA_MODES - 1];
82 extern const vpx_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES]
83 [INTRA_MODES - 1];
86 extern const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)];
Dvp9_entropymode.c16 const vpx_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES][INTRA_MODES - 1] = {
149 const vpx_prob vp9_kf_uv_mode_prob[INTRA_MODES][INTRA_MODES - 1] = {
162 static const vpx_prob default_if_y_probs[BLOCK_SIZE_GROUPS][INTRA_MODES - 1] = {
169 static const vpx_prob default_if_uv_probs[INTRA_MODES][INTRA_MODES - 1] = {
245 const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
368 for (i = 0; i < INTRA_MODES; ++i) in vp9_adapt_mode_probs()
Dvp9_reconintra.c24 const TX_TYPE intra_mode_to_tx_type_lookup[INTRA_MODES] = {
43 static const uint8_t extend_modes[INTRA_MODES] = {
59 static intra_pred_fn pred[INTRA_MODES][TX_SIZES];
66 static intra_high_pred_fn pred_high[INTRA_MODES][4];
Dvp9_common_data.h38 extern const uint8_t need_top_left[INTRA_MODES];
Dvp9_enums.h125 #define INTRA_MODES (TM_PRED + 1) macro
Dvp9_thread_common.c489 for (j = 0; j < INTRA_MODES; j++) in vp9_accumulate_frame_counts()
492 for (i = 0; i < INTRA_MODES; i++) in vp9_accumulate_frame_counts()
493 for (j = 0; j < INTRA_MODES; j++) in vp9_accumulate_frame_counts()
Dvp9_blockd.h212 extern const TX_TYPE intra_mode_to_tx_type_lookup[INTRA_MODES];
Dvp9_common_data.c247 const uint8_t need_top_left[INTRA_MODES] = {
/external/libaom/libaom/av1/encoder/
Dblock.h340 int mbmode_cost[BLOCK_SIZE_GROUPS][INTRA_MODES];
366 int intra_uv_mode_cost[CFL_ALLOWED_TYPES][INTRA_MODES][UV_INTRA_MODES];
367 int y_mode_costs[INTRA_MODES][INTRA_MODES][INTRA_MODES];
385 int intra_tx_type_costs[EXT_TX_SETS_INTRA][EXT_TX_SIZES][INTRA_MODES]
Dencoder.h410 unsigned int kf_y_mode[KF_MODE_CONTEXTS][KF_MODE_CONTEXTS][INTRA_MODES];
412 unsigned int y_mode[BLOCK_SIZE_GROUPS][INTRA_MODES];
413 unsigned int uv_mode[CFL_ALLOWED_TYPES][INTRA_MODES][UV_INTRA_MODES];
479 unsigned int intra_ext_tx[EXT_TX_SETS_INTRA][EXT_TX_SIZES][INTRA_MODES]
Drd.c112 for (j = 0; j < INTRA_MODES; ++j) in av1_fill_mode_rates()
195 for (j = 0; j < INTRA_MODES; ++j) { in av1_fill_mode_rates()
/external/libaom/libaom/av1/common/
Dentropymode.h137 aom_cdf_prob y_mode_cdf[BLOCK_SIZE_GROUPS][CDF_SIZE(INTRA_MODES)];
138 aom_cdf_prob uv_mode_cdf[CFL_ALLOWED_TYPES][INTRA_MODES]
148 [CDF_SIZE(INTRA_MODES)];
158 aom_cdf_prob intra_ext_tx_cdf[EXT_TX_SETS_INTRA][EXT_TX_SIZES][INTRA_MODES]
Dentropy.c145 RESET_CDF_COUNTER(fc->y_mode_cdf, INTRA_MODES); in av1_reset_cdf_symbol_counters()
159 RESET_CDF_COUNTER(fc->kf_y_cdf, INTRA_MODES); in av1_reset_cdf_symbol_counters()
Dentropymode.c22 INTRA_MODES)] = {
88 INTRA_MODES)] = { { AOM_CDF13(22801, 23489, 24293, 24756, 25601, 26123,
98 default_uv_mode_cdf[CFL_ALLOWED_TYPES][INTRA_MODES][CDF_SIZE(
179 [EXT_TX_SETS_INTRA][EXT_TX_SIZES][INTRA_MODES][CDF_SIZE(TX_TYPES)] = {
Dreconintra.h43 static const INTERINTRA_MODE intra_to_interintra_mode[INTRA_MODES] = {
Dcommon_data.h428 static const int intra_mode_context[INTRA_MODES] = {
Denums.h407 INTRA_MODES = PAETH_PRED + 1, // PAETH_PRED has to be the last intra mode. enumerator
Dreconintra.c39 static const uint8_t extend_modes[INTRA_MODES] = {
453 static intra_pred_fn pred[INTRA_MODES][TX_SIZES_ALL];
459 static intra_high_pred_fn pred_high[INTRA_MODES][TX_SIZES_ALL];
463 assert(NELEMENTS(mode_to_angle_map) == INTRA_MODES); in init_intra_predictors_internal()
Dblockd.h639 static const TX_TYPE _intra_mode_to_tx_type[INTRA_MODES] = { in intra_mode_to_tx_type()
656 assert(mode < INTRA_MODES); in intra_mode_to_tx_type()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h765 int mbmode_cost[INTRA_MODES];
767 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES][INTRA_MODES];
768 int y_mode_costs[INTRA_MODES][INTRA_MODES][INTRA_MODES];
Dvp9_rd.c72 for (i = 0; i < INTRA_MODES; ++i) { in fill_mode_costs()
73 for (j = 0; j < INTRA_MODES; ++j) { in fill_mode_costs()
80 for (i = 0; i < INTRA_MODES; ++i) { in fill_mode_costs()
Dvp9_encoder.c152 for (j = 0; j < INTRA_MODES - 1; ++j) { in compute_context_model_diff()
156 pre_last_prob = MAX_PROB - pre_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
157 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
159 diff += (int)counts->y_mode[i][INTRA_MODES - 1] * in compute_context_model_diff()
164 for (i = 0; i < INTRA_MODES; ++i) { in compute_context_model_diff()
165 for (j = 0; j < INTRA_MODES - 1; ++j) { in compute_context_model_diff()
169 pre_last_prob = MAX_PROB - pre_fc->uv_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
170 cur_last_prob = MAX_PROB - cur_fc->uv_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
172 diff += (int)counts->uv_mode[i][INTRA_MODES - 1] * in compute_context_model_diff()
Dvp9_bitstream.c38 static const struct vp9_token intra_mode_encodings[INTRA_MODES] = {
1332 counts->y_mode[i], INTRA_MODES, &header_bc); in write_compressed_header()
/external/libaom/libaom/tools/
Daom_entropy_optimizer.c294 cts_each_dim[2] = INTRA_MODES; in main()
308 cts_each_dim[1] = INTRA_MODES; in main()
316 cts_each_dim[1] = INTRA_MODES; in main()
337 cts_each_dim[2] = INTRA_MODES; in main()
/external/libaom/libaom/av1/decoder/
Dinspection.c89 if (mi->mode < INTRA_MODES) { in ifd_inspect()

12