Searched defs:vp9_get_skip_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.h47 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { function
57 return cm->fc.skip_probs[vp9_get_skip_context(xd)];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.h47 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { function
57 return cm->fc.skip_probs[vp9_get_skip_context(xd)];

Completed in 694 milliseconds