Searched refs:feature_id (Results 1 – 5 of 5) sorted by relevance
29 SEG_LVL_FEATURES feature_id) { in vp9_segfeature_active() argument31 (seg->feature_mask[segment_id] & (1 << feature_id)); in vp9_segfeature_active()40 SEG_LVL_FEATURES feature_id) { in vp9_enable_segfeature() argument41 seg->feature_mask[segment_id] |= 1 << feature_id; in vp9_enable_segfeature()44 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { in vp9_seg_feature_data_max() argument45 return seg_feature_data_max[feature_id]; in vp9_seg_feature_data_max()48 int vp9_is_segfeature_signed(SEG_LVL_FEATURES feature_id) { in vp9_is_segfeature_signed() argument49 return seg_feature_data_signed[feature_id]; in vp9_is_segfeature_signed()53 SEG_LVL_FEATURES feature_id, int seg_data) { in vp9_set_segdata() argument54 assert(seg_data <= seg_feature_data_max[feature_id]); in vp9_set_segdata()[all …]
54 SEG_LVL_FEATURES feature_id);60 SEG_LVL_FEATURES feature_id);62 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id);64 int vp9_is_segfeature_signed(SEG_LVL_FEATURES feature_id);68 SEG_LVL_FEATURES feature_id,73 SEG_LVL_FEATURES feature_id);
27 SEG_LVL_FEATURES feature_id);30 SEG_LVL_FEATURES feature_id);
56 SEG_LVL_FEATURES feature_id) { in vp9_disable_segfeature() argument57 seg->feature_mask[segment_id] &= ~(1 << feature_id); in vp9_disable_segfeature()61 SEG_LVL_FEATURES feature_id) { in vp9_clear_segdata() argument62 seg->feature_data[segment_id][feature_id] = 0; in vp9_clear_segdata()
408 inline DisplayError AddFeature(uint32_t feature_id, PPFeatureInfo *feature) { in AddFeature() argument409 if (feature_id < kMaxNumPPFeatures) in AddFeature()410 feature_[feature_id] = feature; in AddFeature()