Searched refs:single_ref_prob (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_pred_common.h | 89 return cm->fc.single_ref_prob[vp9_get_pred_context_single_ref_p1(xd)][0]; in vp9_get_pred_prob_single_ref_p1() 96 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.c | 325 vp9_copy(fc->single_ref_prob, default_single_ref_p); in vp9_init_mode_probs() 368 fc->single_ref_prob[i][j] = adapt_prob(pre_fc->single_ref_prob[i][j], in vp9_adapt_mode_probs()
|
D | vp9_entropymode.h | 50 vp9_prob single_ref_prob[REF_CONTEXTS][2]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 296 const int bit0 = vp9_read(r, fc->single_ref_prob[ctx0][0]); in read_ref_frames() 301 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]); in read_ref_frames()
|
D | vp9_decodeframe.c | 139 vp9_diff_update_prob(r, &fc->single_ref_prob[i][0]); in read_frame_reference_mode_probs() 140 vp9_diff_update_prob(r, &fc->single_ref_prob[i][1]); in read_frame_reference_mode_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 1160 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][0], 1162 vp9_cond_prob_diff_update(&header_bc, &fc->single_ref_prob[i][1],
|