Searched defs:features (Results 201 - 205 of 205) sorted by path

123456789

/external/webp/src/demux/
H A Ddemux.c237 // Extract the bitstream features, tolerating failures when the data
239 WebPBitstreamFeatures features; local
242 &features);
253 frame->width_ = features.width;
254 frame->height_ = features.height;
255 frame->has_alpha_ |= features.has_alpha;
/external/webp/src/dsp/
H A Dcpu-features.c13 #include <machine/cpu-features.h>
16 #include "cpu-features.h"
253 char* features = NULL; local
319 /* Extract the list of CPU features from 'Features' field */
334 * in their features list. However, ARM mandates
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c674 uint64_t features = WebRtc_GetCPUFeaturesARM(); local
675 if ((features & kCPUFeatureNEON) != 0)
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c830 //histogram quantities: used to estimate/update thresholds for features
878 uint64_t features = WebRtc_GetCPUFeaturesARM(); local
879 if ((features & kCPUFeatureNEON) != 0)
1109 // select the weights between the features
2118 //compute histograms for determination of parameters (thresholds and weights for features)
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c13 #include <machine/cpu-features.h>
16 #include "cpu-features.h"
253 char* features = NULL; local
319 /* Extract the list of CPU features from 'Features' field */
334 * in their features list. However, ARM mandates

Completed in 8918 milliseconds

123456789