Home
last modified time | relevance | path

Searched refs:INTER_MODES (Results 1 – 10 of 10) 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.c234 default_inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1] = {
257 const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
Dvp9_thread_common.c532 for (j = 0; j < INTER_MODES; j++) in vp9_accumulate_frame_counts()
/external/libaom/libaom/av1/common/
Denums.h500 #define INTER_MODES (1 + NEWMV - NEARESTMV) macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h766 unsigned int inter_mode_cost[INTER_MODE_CONTEXTS][INTER_MODES];
Dvp9_bitstream.c47 static const struct vp9_token inter_mode_encodings[INTER_MODES] = {
1293 counts->inter_mode[i], INTER_MODES, &header_bc); in write_compressed_header()
Dvp9_rdopt.c1621 SEG_RDSTAT rdstat[4][INTER_MODES];
2136 for (midx = 0; midx < INTER_MODES; ++midx) in rd_pick_best_sub8x8_mode()
2159 for (midx = 0; midx < INTER_MODES; ++midx) in rd_pick_best_sub8x8_mode()
Dvp9_encoder.c234 for (j = 0; j < INTER_MODES - 1; ++j) { in compute_context_model_diff()
238 pre_last_prob = MAX_PROB - pre_fc->inter_mode_probs[i][INTER_MODES - 2]; in compute_context_model_diff()
239 cur_last_prob = MAX_PROB - cur_fc->inter_mode_probs[i][INTER_MODES - 2]; in compute_context_model_diff()
241 diff += (int)counts->inter_mode[i][INTER_MODES - 1] * in compute_context_model_diff()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c95 for (j = 0; j < INTER_MODES - 1; ++j) in read_inter_mode_probs()