Home
last modified time | relevance | path

Searched refs:inter_mode (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h66 unsigned int inter_mode[INTER_MODE_CONTEXTS][INTER_MODES]; member
Dvp9_entropymode.c373 counts->inter_mode[i], fc->inter_mode_probs[i]); in vp9_adapt_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c291 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(mode)]; in pack_inter_mode_mvs()
313 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(b_mode)]; in pack_inter_mode_mvs()
1133 cm->counts.inter_mode[i], INTER_MODES, &header_bc);
1135 vp9_zero(cm->counts.inter_mode);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1236 assert(!memcmp(cm->counts.inter_mode, zero_counts.inter_mode, in debug_check_frame_counts()
1237 sizeof(cm->counts.inter_mode))); in debug_check_frame_counts()
Dvp9_decodemv.c53 ++cm->counts.inter_mode[ctx][mode]; in read_inter_mode()