Searched defs:feature_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_seg_common.c29 SEG_LVL_FEATURES feature_id) {
31 (seg->feature_mask[segment_id] & (1 << feature_id));
40 SEG_LVL_FEATURES feature_id) {
41 seg->feature_mask[segment_id] |= 1 << feature_id;
44 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { argument
45 return seg_feature_data_max[feature_id];
48 int vp9_is_segfeature_signed(SEG_LVL_FEATURES feature_id) { argument
49 return seg_feature_data_signed[feature_id];
53 SEG_LVL_FEATURES feature_id, int seg_data) {
54 assert(seg_data <= seg_feature_data_max[feature_id]);
28 vp9_segfeature_active(const struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
39 vp9_enable_segfeature(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
52 vp9_set_segdata(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id, int seg_data) argument
63 vp9_get_segdata(const struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.c29 SEG_LVL_FEATURES feature_id) {
31 (seg->feature_mask[segment_id] & (1 << feature_id));
40 SEG_LVL_FEATURES feature_id) {
41 seg->feature_mask[segment_id] |= 1 << feature_id;
44 int vp9_seg_feature_data_max(SEG_LVL_FEATURES feature_id) { argument
45 return seg_feature_data_max[feature_id];
48 int vp9_is_segfeature_signed(SEG_LVL_FEATURES feature_id) { argument
49 return seg_feature_data_signed[feature_id];
53 SEG_LVL_FEATURES feature_id, int seg_data) {
54 assert(seg_data <= seg_feature_data_max[feature_id]);
28 vp9_segfeature_active(const struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
39 vp9_enable_segfeature(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
52 vp9_set_segdata(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id, int seg_data) argument
63 vp9_get_segdata(const struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_segmentation.c46 SEG_LVL_FEATURES feature_id) {
47 seg->feature_mask[segment_id] &= ~(1 << feature_id);
51 SEG_LVL_FEATURES feature_id) {
52 seg->feature_data[segment_id][feature_id] = 0;
45 vp9_disable_segfeature(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
50 vp9_clear_segdata(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c56 SEG_LVL_FEATURES feature_id) {
57 seg->feature_mask[segment_id] &= ~(1 << feature_id);
61 SEG_LVL_FEATURES feature_id) {
62 seg->feature_data[segment_id][feature_id] = 0;
55 vp9_disable_segfeature(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
60 vp9_clear_segdata(struct segmentation *seg, int segment_id, SEG_LVL_FEATURES feature_id) argument
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc1312 const std::string& feature_name, int* feature_id,
1316 *feature_id = iter->second;
1521 const std::string& feature_name, int feature_id) {
1522 feature_map_[feature_name] = feature_id;
1311 StringToFeature( const std::string& feature_name, int* feature_id, const FeatureMap& feature_map) argument
1520 AddSupportedFeature( const std::string& feature_name, int feature_id) argument

Completed in 511 milliseconds