HomeSort by relevance Sort by last modified time
    Searched defs:vp9_get_skip_context (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.h 47 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/
vp9_pred_common.h 56 static INLINE int vp9_get_skip_context(const MACROBLOCKD *xd) { function
66 return cm->fc->skip_probs[vp9_get_skip_context(xd)];

Completed in 187 milliseconds