Home
last modified time | relevance | path

Searched defs:feature_id (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_seg_common.c35 SEG_LVL_FEATURES feature_id) { in vp9_enable_segfeature()
39 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { in vp9_seg_feature_data_max()
43 int vp9_is_segfeature_signed(SEG_LVL_FEATURES feature_id) { in vp9_is_segfeature_signed()
48 SEG_LVL_FEATURES feature_id, int seg_data) { in vp9_set_segdata()
Dvp9_seg_common.h59 SEG_LVL_FEATURES feature_id) { in segfeature_active()
76 SEG_LVL_FEATURES feature_id) { in get_segdata()
/external/libaom/av1/common/
Dseg_common.c56 SEG_LVL_FEATURES feature_id) { in av1_enable_segfeature()
60 int av1_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { in av1_seg_feature_data_max()
64 int av1_is_segfeature_signed(SEG_LVL_FEATURES feature_id) { in av1_is_segfeature_signed()
80 SEG_LVL_FEATURES feature_id, int seg_data) { in av1_set_segdata()
Dseg_common.h63 SEG_LVL_FEATURES feature_id) { in segfeature_active()
95 SEG_LVL_FEATURES feature_id) { in get_segdata()
/external/libaom/av1/encoder/
Dsegmentation.c37 SEG_LVL_FEATURES feature_id) { in av1_disable_segfeature()
42 SEG_LVL_FEATURES feature_id) { in av1_clear_segdata()
/external/nos/host/generic/libnos/
Dfeature.cpp23 uint32_t feature_id = (app_id << TA_OFFSET) | (feature & FEATURE_MASK); in has_feature() local
/external/libtextclassifier/native/utils/tflite/
Dstring_projection_base.cc79 int32_t feature_id = in GetFeatureWeights() local
84 int64_t feature_id = in GetFeatureWeights() local
/external/libvpx/vp9/encoder/
Dvp9_segmentation.c41 SEG_LVL_FEATURES feature_id) { in vp9_disable_segfeature()
46 SEG_LVL_FEATURES feature_id) { in vp9_clear_segdata()
/external/libtextclassifier/native/lang_id/common/
Dembedding-network.cc179 int feature_id; in ConcatEmbeddings() local
/external/sg3_utils/lib/
Dsg_pt_linux_nvme.c490 sntl_get_features(struct sg_pt_linux_scsi * ptp, int feature_id, int select, in sntl_get_features()
/external/virglrenderer/src/
Dvrend_renderer.c387 static inline bool has_feature(enum features_id feature_id) in has_feature()
399 static inline void set_feature(enum features_id feature_id) in set_feature()
406 static inline void clear_feature(enum features_id feature_id) in clear_feature()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h686 unsigned int feature_id; member
/external/expat/expat/tests/
Druntests.c3818 get_feature(enum XML_FeatureEnum feature_id, long *presult) { in get_feature()