HomeSort by relevance Sort by last modified time
    Searched refs:vp9_get_skip_context (Results 1 - 7 of 7) 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)];
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 592 const int ctx = vp9_get_skip_context(xd);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 314 const int ctx = vp9_get_skip_context(xd);
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 194 const int ctx = vp9_get_skip_context(xd);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 153 const int ctx = vp9_get_skip_context(xd);

Completed in 398 milliseconds