Home
last modified time | relevance | path

Searched refs:INTER_MODES (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h51 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)];
Dvp9_enums.h127 #define INTER_MODES (1 + NEWMV - NEARESTMV) macro
Dvp9_entropymode.c231 default_inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1] = {
254 const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
Dvp9_thread_common.c361 for (j = 0; j < INTER_MODES; j++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h643 unsigned int inter_mode_cost[INTER_MODE_CONTEXTS][INTER_MODES];
Dvp9_bitstream.c47 static const struct vp9_token inter_mode_encodings[INTER_MODES] = {
1282 counts->inter_mode[i], INTER_MODES, &header_bc); in write_compressed_header()
Dvp9_encoder.c223 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()
Dvp9_rdopt.c1630 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c115 for (j = 0; j < INTER_MODES - 1; ++j) in read_inter_mode_probs()