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

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 38 struct segmentation { struct
52 static INLINE int segfeature_active(const struct segmentation *seg,
59 void vp9_clearall_segfeatures(struct segmentation *seg);
61 void vp9_enable_segfeature(struct segmentation *seg,
69 void vp9_set_segdata(struct segmentation *seg,
74 static INLINE int get_segdata(const struct segmentation *seg, int segment_id,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_seg_common.h 38 struct segmentation { struct
52 int vp9_segfeature_active(const struct segmentation *seg,
56 void vp9_clearall_segfeatures(struct segmentation *seg);
58 void vp9_enable_segfeature(struct segmentation *seg,
66 void vp9_set_segdata(struct segmentation *seg,
71 int vp9_get_segdata(const struct segmentation *seg,

Completed in 170 milliseconds