Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h69 unsigned int switchable_interp[SWITCHABLE_FILTER_CONTEXTS] member
Dvp9_thread_common.c365 accum->switchable_interp[i][j] += counts->switchable_interp[i][j]; in vp9_accumulate_frame_counts()
Dvp9_entropymode.c377 counts->switchable_interp[i], in vp9_adapt_mode_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c120 counts->switchable_interp[j], SWITCHABLE_FILTERS, w); in update_switchable_interp_probs()
868 count[i] += counts->switchable_interp[j][i]; in fix_interp_filter()
Dvp9_encodeframe.c1082 ++td->counts->switchable_interp[ctx][mbmi->interp_filter]; in update_state()
1702 ++td->counts->switchable_interp[pred_ctx][mbmi->interp_filter]; in update_state_rt()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2104 assert(!memcmp(cm->counts.switchable_interp, zero_counts.switchable_interp, in debug_check_frame_counts()
2105 sizeof(cm->counts.switchable_interp))); in debug_check_frame_counts()
Dvp9_decodemv.c377 ++counts->switchable_interp[ctx][type]; in read_switchable_interp_filter()