Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h64 unsigned int switchable_interp[SWITCHABLE_FILTER_CONTEXTS] member
Dvp9_entropymode.c390 counts->switchable_interp[i], fc->switchable_interp_prob[i]); in vp9_adapt_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1234 assert(!memcmp(cm->counts.switchable_interp, zero_counts.switchable_interp, in debug_check_frame_counts()
1235 sizeof(cm->counts.switchable_interp))); in debug_check_frame_counts()
Dvp9_decodemv.c324 ++cm->counts.switchable_interp[ctx][type]; in read_switchable_interp_filter()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c121 cm->counts.switchable_interp[j], SWITCHABLE_FILTERS, w); in update_switchable_interp_probs()
858 count[i] += cm->counts.switchable_interp[j][i]; in fix_interp_filter()
Dvp9_encodeframe.c955 ++cm->counts.switchable_interp[ctx][mbmi->interp_filter]; in update_state()
1445 ++cm->counts.switchable_interp[pred_ctx][mbmi->interp_filter]; in update_state_rt()