Home
last modified time | relevance | path

Searched refs:comp_ref_prob (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.c324 vp9_copy(fc->comp_ref_prob, default_comp_ref_p); in vp9_init_mode_probs()
364 fc->comp_ref_prob[i] = adapt_prob(pre_fc->comp_ref_prob[i], in vp9_adapt_mode_probs()
Dvp9_entropymode.h51 vp9_prob comp_ref_prob[REF_CONTEXTS]; member
Dvp9_pred_common.h82 return cm->fc.comp_ref_prob[pred_context]; in vp9_get_pred_prob_comp_ref_p()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c289 const int bit = vp9_read(r, fc->comp_ref_prob[ctx]); in read_ref_frames()
Dvp9_decodeframe.c145 vp9_diff_update_prob(r, &fc->comp_ref_prob[i]); in read_frame_reference_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c1169 vp9_cond_prob_diff_update(&header_bc, &fc->comp_ref_prob[i],