Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h56 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { in vp9_get_skip_context() function
66 return cm->fc->skip_probs[vp9_get_skip_context(xd)]; in vp9_get_skip_prob()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c592 const int ctx = vp9_get_skip_context(xd); in vp9_tokenize_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c194 const int ctx = vp9_get_skip_context(xd); in read_skip()