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.h55 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { in vp9_get_skip_context() function
65 return cm->fc->skip_probs[vp9_get_skip_context(xd)]; in vp9_get_skip_prob()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c471 const int ctx = vp9_get_skip_context(xd); in vp9_tokenize_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c184 const int ctx = vp9_get_skip_context(xd); in read_skip()