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

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 21 static INLINE int vp9_get_pred_context_seg_id(const MACROBLOCKD *xd) { function
32 return seg->pred_probs[vp9_get_pred_context_seg_id(xd)];
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 146 const int pred_context = vp9_get_pred_context_seg_id(xd);

Completed in 25 milliseconds