Searched refs:single_ref_prob (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 331 vp9_copy(fc->single_ref_prob, default_single_ref_p); in init_mode_probs() 357 fc->single_ref_prob[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs() 358 pre_fc->single_ref_prob[i][j], counts->single_ref[i][j]); in vp9_adapt_mode_probs()
|
D | vp9_pred_common.h | 138 return cm->fc->single_ref_prob[vp9_get_pred_context_single_ref_p1(xd)][0]; in vp9_get_pred_prob_single_ref_p1() 145 return cm->fc->single_ref_prob[vp9_get_pred_context_single_ref_p2(xd)][1]; in vp9_get_pred_prob_single_ref_p2()
|
D | vp9_entropymode.h | 54 vpx_prob single_ref_prob[REF_CONTEXTS][2]; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.h | 771 unsigned char single_ref_prob[5][2]; member
|
D | radeon_vcn_dec.c | 359 memcpy(probs->single_ref_prob, default_single_ref_p, sizeof(default_single_ref_p)); in fill_probs_table()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 325 const int bit0 = vpx_read(r, fc->single_ref_prob[ctx0][0]); in read_ref_frames() 329 const int bit1 = vpx_read(r, fc->single_ref_prob[ctx1][1]); in read_ref_frames()
|
D | vp9_decodeframe.c | 124 vp9_diff_update_prob(r, &fc->single_ref_prob[i][0]); in read_frame_reference_mode_probs() 125 vp9_diff_update_prob(r, &fc->single_ref_prob[i][1]); in read_frame_reference_mode_probs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 1323 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0], in write_compressed_header() 1325 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1], in write_compressed_header()
|
D | vp9_encoder.c | 291 (pre_fc->single_ref_prob[i][j] - cur_fc->single_ref_prob[i][j]); in compute_context_model_diff() 293 pre_last_prob = MAX_PROB - pre_fc->single_ref_prob[i][j]; in compute_context_model_diff() 294 cur_last_prob = MAX_PROB - cur_fc->single_ref_prob[i][j]; in compute_context_model_diff()
|