Searched refs:INTER_MODES (Results 1 – 9 of 9) sorted by relevance
51 vpx_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1];71 unsigned int inter_mode[INTER_MODE_CONTEXTS][INTER_MODES];87 extern const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)];
127 #define INTER_MODES (1 + NEWMV - NEARESTMV) macro
231 default_inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1] = {254 const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
361 for (j = 0; j < INTER_MODES; j++) in vp9_accumulate_frame_counts()
643 unsigned int inter_mode_cost[INTER_MODE_CONTEXTS][INTER_MODES];
47 static const struct vp9_token inter_mode_encodings[INTER_MODES] = {1282 counts->inter_mode[i], INTER_MODES, &header_bc); in write_compressed_header()
223 for (j = 0; j < INTER_MODES - 1; ++j) { in compute_context_model_diff()227 pre_last_prob = MAX_PROB - pre_fc->inter_mode_probs[i][INTER_MODES - 2]; in compute_context_model_diff()228 cur_last_prob = MAX_PROB - cur_fc->inter_mode_probs[i][INTER_MODES - 2]; in compute_context_model_diff()230 diff += (int)counts->inter_mode[i][INTER_MODES - 1] * in compute_context_model_diff()
1630 SEG_RDSTAT rdstat[4][INTER_MODES];2140 for (midx = 0; midx < INTER_MODES; ++midx) in rd_pick_best_sub8x8_mode()2163 for (midx = 0; midx < INTER_MODES; ++midx) in rd_pick_best_sub8x8_mode()
115 for (j = 0; j < INTER_MODES - 1; ++j) in read_inter_mode_probs()