HomeSort by relevance Sort by last modified time
    Searched refs:vp9_get_pred_context_seg_id (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.h 32 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) { function
44 return seg->pred_probs[vp9_get_pred_context_seg_id(xd)];
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 41 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) { function
53 return seg->pred_probs[vp9_get_pred_context_seg_id(xd)];
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 135 const int pred_context = vp9_get_pred_context_seg_id(xd);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 151 const int pred_context = vp9_get_pred_context_seg_id(xd);

Completed in 38 milliseconds