Searched refs:qual (Results 1 - 25 of 69) sorted by relevance

123

/external/speex/libspeex/
H A Dvbr.c128 float qual=7; local
187 qual -= .7;
189 qual-=.7;
191 qual-=.7;
204 qual += .6*long_diff;
206 qual += .5*long_diff;
211 qual += .5*short_diff;
215 qual += .5;
219 qual += 2.2*((pitch_coef-.4) + (vbr->soft_pitch-.4));
221 if (qual < vb
[all...]
H A Dspeex_callbacks.c120 float qual; local
121 qual = speex_bits_unpack_unsigned(bits, 4);
122 speex_encoder_ctl(data, SPEEX_SET_VBR_QUALITY, &qual);
/external/avahi/avahi-utils/
H A DAndroid.mk39 -Wcast-qual \
43 -Wno-cast-qual \
/external/boringssl/src/crypto/x509v3/
H A Dv3_cpols.c210 POLICYQUALINFO *qual;
226 if(!(qual = POLICYQUALINFO_new())) goto merr;
227 if(!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
230 qual->pqualid = (ASN1_OBJECT*) OBJ_nid2obj(NID_id_qt_cps);
231 if (qual->pqualid == NULL) {
235 qual->d.cpsuri = M_ASN1_IA5STRING_new();
236 if (qual->d.cpsuri == NULL) {
239 if(!ASN1_STRING_set(qual->d.cpsuri, cnf->value,
255 qual = notice_section(ctx, unot, ia5org);
257 if(!qual) got
[all...]
/external/avahi/avahi-client/
H A DAndroid.mk45 -Wcast-qual \
49 -Wno-cast-qual \
/external/avahi/avahi-common/
H A DAndroid.mk44 -Wcast-qual \
48 -Wno-cast-qual \
/external/dhcpcd-6.8.2/compat/
H A Dqueue.h45 #define _TAILQ_HEAD(name, type, qual) \
47 qual type *tqh_first; /* first element */ \
48 qual type *qual *tqh_last; /* addr of last next element */ \
55 #define _TAILQ_ENTRY(type, qual) \
57 qual type *tqe_next; /* next element */ \
58 qual type *qual *tqe_prev; /* address of previous next element */\
/external/libpcap/
H A Dgencode.h277 struct qual { struct
294 struct block *gen_scode(const char *, struct qual);
295 struct block *gen_ecode(const u_char *, struct qual);
296 struct block *gen_acode(const u_char *, struct qual);
297 struct block *gen_mcode(const char *, const char *, unsigned int, struct qual);
299 struct block *gen_mcode6(const char *, const char *, unsigned int, struct qual);
301 struct block *gen_ncode(const char *, bpf_u_int32, struct qual);
/external/avahi/avahi-core/
H A DAndroid.mk69 -Wcast-qual \
73 -Wno-cast-qual \
/external/v8/tools/gcmole/
H A DMakefile37 -fno-rtti -fPIC -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing \
/external/libdaemon/libdaemon/
H A DAndroid.mk23 # -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-test.py78 qual = props["quality"]
83 print " %s :: ssid='%s' wpa=%s wpa2=%s quality=%d%% rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, qual, maxrate, freq)
/external/clang/
H A Dclang-device-build.mk3 -Wcast-qual \
H A Dclang-host-build.mk3 -Wcast-qual \
/external/avahi/avahi-daemon/
H A DAndroid.mk70 -Wcast-qual \
74 -Wno-cast-qual \
/external/valgrind/coregrind/
H A Dm_options.c227 HChar *qual; local
239 qual = VG_(getenv)(qualname);
240 if (NULL == qual) {
256 ENSURE_THIS_MUCH_SPACE(VG_(strlen)(qual));
257 j += VG_(sprintf)(&out[j], "%s", qual);
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp1917 apply_type_qualifier_to_variable(const struct ast_type_qualifier *qual, argument
1923 if (qual->flags.q.invariant) {
1934 if (qual->flags.q.constant || qual->flags.q.attribute
1935 || qual->flags.q.uniform
1936 || (qual->flags.q.varying && (state->target == fragment_shader)))
1939 if (qual->flags.q.centroid)
1942 if (qual->flags.q.attribute && state->target != vertex_shader) {
1956 if (qual->flags.q.varying) {
1974 if (qual
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dwireless.h714 __u8 qual; /* link quality (%retries, SNR, member in struct:iw_quality
752 struct iw_quality qual; /* Quality of the link */ member in struct:iw_thrspy
892 struct iw_quality qual; /* Quality of the link member in struct:iw_statistics
932 struct iw_quality qual; /* Quality part of statistics */ member in union:iwreq_data
/external/libjpeg-turbo/java/
H A DTJExample.java165 int qual = Integer.parseInt(argv[++i]);
166 if (qual >= 1 && qual <= 100)
167 outQual = qual;
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h136 UChar qual; /* C:const V:volatile R:restrict */ member in struct:__anon19372::__anon19373::__anon19388
/external/vulkan-validation-layers/loader/
H A Dvk-loader-generate.py204 def _generate_loader_dispatch_entrypoints(self, qual=""):
205 if qual:
206 qual += " "
216 func.append(qual + proto.c_func(prefix="vk", attr="VKAPI"))
/external/libcap/
H A DMake.Rules59 -Wpointer-arith -Wcast-qual -Wcast-align \
/external/skia/src/core/
H A DSkBitmapController.cpp203 SkFilterQuality qual) {
205 fQuality = qual;
201 SkDefaultBitmapControllerState(const SkBitmapProvider& provider, const SkMatrix& inv, SkFilterQuality qual) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c1279 res->res.qual = iwe->u.qual.qual;
1280 res->res.noise = iwe->u.qual.noise;
1281 res->res.level = iwe->u.qual.level;
1282 if (iwe->u.qual.updated & IW_QUAL_QUAL_INVALID)
1284 if (iwe->u.qual.updated & IW_QUAL_LEVEL_INVALID)
1286 if (iwe->u.qual.updated & IW_QUAL_NOISE_INVALID)
1288 if (iwe->u.qual.updated & IW_QUAL_DBM)
1290 if ((iwe->u.qual
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c1279 res->res.qual = iwe->u.qual.qual;
1280 res->res.noise = iwe->u.qual.noise;
1281 res->res.level = iwe->u.qual.level;
1282 if (iwe->u.qual.updated & IW_QUAL_QUAL_INVALID)
1284 if (iwe->u.qual.updated & IW_QUAL_LEVEL_INVALID)
1286 if (iwe->u.qual.updated & IW_QUAL_NOISE_INVALID)
1288 if (iwe->u.qual.updated & IW_QUAL_DBM)
1290 if ((iwe->u.qual
[all...]

Completed in 1950 milliseconds

123