Home
last modified time | relevance | path

Searched refs:vp9_get_skip_context (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.h47 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { in vp9_get_skip_context() function
57 return cm->fc.skip_probs[vp9_get_skip_context(xd)]; in vp9_get_skip_prob()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c314 const int ctx = vp9_get_skip_context(xd); in vp9_tokenize_sb()
Dvp9_encodeframe.c3481 cm->counts.skip[vp9_get_skip_context(xd)][1]++; in encode_superblock()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c153 const int ctx = vp9_get_skip_context(xd); in read_skip()