HomeSort by relevance Sort by last modified time
    Searched refs:p_max (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 435 p_max = lag of the max correlation found (Word16)
484 Word16 p_max;
492 p_max = lag_max;
512 p_max = i;
517 p1 = &scal_sig[-p_max];
545 return (p_max);
594 Word16 p_max; local
604 p_max = lag_max;
626 p_max = i;
630 p1 = &scal_sig[-p_max];
    [all...]
pitch_ol.cpp 111 p_max = lag of the max correlation found (Word16)
142 p_max = lag of the max correlation found (Word16)
207 Word16 p_max = 0; // initialization only needed to keep gcc silent
210 p_max = lag_max;
217 p_max = i;
224 p = &scal_sig[-p_max];
266 return (p_max);
331 Word16 p_max = 0; /* initialization only needed to keep gcc silent */ local
338 p_max = lag_max;
348 p_max = i
    [all...]
  /external/openssl/crypto/x509v3/
v3_asid.c 642 ASN1_INTEGER *p_min, *p_max, *c_min, *c_max; local
656 extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
657 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
v3_addr.c 1088 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1105 p_min, p_max, length);
1106 if (memcmp(p_max, c_max, length) < 0)
    [all...]

Completed in 538 milliseconds