Searched refs:inter_mode_probs (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 334 vp9_copy(fc->inter_mode_probs, default_inter_mode_probs); in init_mode_probs() 361 vpx_tree_merge_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i], in vp9_adapt_mode_probs() 362 counts->inter_mode[i], fc->inter_mode_probs[i]); in vp9_adapt_mode_probs()
|
D | vp9_entropymode.h | 51 vpx_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1]; member
|
/external/v4l2_codec2/vda/ |
D | vp9_parser.cc | 195 if (memchr(inter_mode_probs, 0, sizeof(inter_mode_probs))) in IsValid()
|
D | vp9_compressed_header_parser.cc | 156 for (auto& a : frame_context->inter_mode_probs) in ReadInterModeProbs()
|
D | vp9_parser.h | 149 Vp9Prob inter_mode_probs[7][3]; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 289 const vpx_prob *const inter_probs = cm->fc->inter_mode_probs[mode_ctx]; in pack_inter_mode_mvs() 1292 prob_diff_update(vp9_inter_mode_tree, cm->fc->inter_mode_probs[i], in write_compressed_header()
|
D | vp9_rd.c | 363 cm->fc->inter_mode_probs[i], vp9_inter_mode_tree); in vp9_initialize_rd_consts()
|
D | vp9_encoder.c | 236 (pre_fc->inter_mode_probs[i][j] - cur_fc->inter_mode_probs[i][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()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 53 vpx_read_tree(r, vp9_inter_mode_tree, cm->fc->inter_mode_probs[ctx]); in read_inter_mode()
|
D | vp9_decodeframe.c | 96 vp9_diff_update_prob(r, &fc->inter_mode_probs[i][j]); in read_inter_mode_probs()
|