HomeSort by relevance Sort by last modified time
    Searched defs:crit (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
nearest_neighbor.c 36 int32_t crit[8]; local
41 crit[i]=WEBRTC_SPL_MUL_16_16(diff, diff);
45 *index=WebRtcSpl_MinIndexW32(crit, (int16_t)arlength);
smooth.c 38 int32_t w00,w10,w11, endiff, crit; local
100 crit=0;
102 /* crit = 0.05 * w00 (Result in Q-6) */
103 crit = WEBRTC_SPL_SHIFT_W32(
108 if (errs > crit) {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
critical_section_win.h 30 CRITICAL_SECTION crit; member in class:webrtc::CriticalSectionWindows
  /external/webrtc/src/system_wrappers/source/
critical_section_win.h 30 CRITICAL_SECTION crit; member in class:webrtc::CriticalSectionWindows
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_conf.c 71 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
76 int crit, void *ext_struc);
84 int crit; local
87 crit = v3_check_critical(&value);
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
90 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
104 int crit; local
106 crit = v3_check_critical(&value);
109 value, crit, ext_type, ctx)
    [all...]
x509v3.h 660 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx); variable
663 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
664 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags); variable
  /external/openssl/crypto/x509v3/
v3_conf.c 71 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, char *value);
72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, int crit, int type, X509V3_CTX *ctx);
76 int crit, void *ext_struc);
84 int crit; local
87 crit = v3_check_critical(&value);
89 return v3_generic_extension(name, value, crit, ext_type, ctx);
90 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value);
104 int crit; local
106 crit = v3_check_critical(&value);
109 value, crit, ext_type, ctx)
    [all...]
x509v3.h 660 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx); variable
663 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
664 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags); variable
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 133 CriticalSectionWrapper* AudioProcessingImpl::crit() const { function in class:webrtc::AudioProcessingImpl
  /external/opencv/cxcore/src/
cxarray.cpp 3659 CvTermCriteria crit; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 1047 int crit, int lastpos); variable
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509.h 1047 int crit, int lastpos); variable
    [all...]
x509v3.h 660 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx); variable
663 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
664 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags); variable
  /external/openssl/crypto/x509/
x509.h 1047 int crit, int lastpos); variable
    [all...]
  /external/openssl/include/openssl/
x509.h 1047 int crit, int lastpos); variable
    [all...]
x509v3.h 660 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx); variable
663 X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc);
664 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags); variable

Completed in 5613 milliseconds