Searched refs:INTRA_MODES (Results 1 – 10 of 10) sorted by relevance
45 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)];
16 const vpx_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES][INTRA_MODES - 1] = {130 const vpx_prob vp9_kf_uv_mode_prob[INTRA_MODES][INTRA_MODES - 1] = {143 static const vpx_prob default_if_y_probs[BLOCK_SIZE_GROUPS][INTRA_MODES - 1] = {150 static const vpx_prob default_if_uv_probs[INTRA_MODES][INTRA_MODES - 1] = {223 const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {365 for (i = 0; i < INTRA_MODES; ++i) in vp9_adapt_mode_probs()
24 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];
129 #define INTRA_MODES (TM_PRED + 1) macro
325 for (j = 0; j < INTRA_MODES; j++) in vp9_accumulate_frame_counts()328 for (i = 0; i < INTRA_MODES; i++) in vp9_accumulate_frame_counts()329 for (j = 0; j < INTRA_MODES; j++) in vp9_accumulate_frame_counts()
208 extern const TX_TYPE intra_mode_to_tx_type_lookup[INTRA_MODES];
467 int mbmode_cost[INTRA_MODES];469 int intra_uv_mode_cost[FRAME_TYPES][INTRA_MODES];470 int y_mode_costs[INTRA_MODES][INTRA_MODES][INTRA_MODES];
72 for (i = 0; i < INTRA_MODES; ++i) in fill_mode_costs()73 for (j = 0; j < INTRA_MODES; ++j) in fill_mode_costs()
37 static const struct vp9_token intra_mode_encodings[INTRA_MODES] = {1214 counts->y_mode[i], INTRA_MODES, &header_bc); in write_compressed_header()
2045 for (i = 0; i < INTRA_MODES - 1; ++i) in read_compressed_header()