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

  /external/pdfium/core/fpdfapi/font/
cpdf_cmapparser.cpp 112 size_t nSegs = m_CodeRanges.size();
113 if (nSegs == 1) {
117 } else if (nSegs > 1) {
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.h 62 void SetSegments(const ByteString* pStrs, const float* pKerning, int nSegs);
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 149 opus_int k, i, nSamples, nSegs, Qnrg, b_Q14, warping_Q16, scale = 0;
208 nSegs = silk_SMULBB( SUB_FRAME_LENGTH_MS, psEnc->sCmn.nb_subfr ) / 2;
209 for( k = 0; k < nSegs; k++ ) {
222 if( energy_variation_Q7 > SILK_FIX_CONST( ENERGY_VARIATION_THRESHOLD_QNT_OFFSET, 7 ) * (nSegs-1) ) {
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 155 opus_int k, nSamples, nSegs;
205 nSegs = silk_SMULBB( SUB_FRAME_LENGTH_MS, psEnc->sCmn.nb_subfr ) / 2;
206 for( k = 0; k < nSegs; k++ ) {
217 if( energy_variation > ENERGY_VARIATION_THRESHOLD_QNT_OFFSET * (nSegs-1) ) {
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 568 Int i, j, nSegs;
573 nSegs = 0;
576 nSegs++;
579 if (nSegs > nStarts) {
582 return -nSegs;
586 aspacem_assert(nSegs <= nStarts);
594 aspacem_assert(j == nSegs); /* this should not fail */
595 return nSegs;
    [all...]

Completed in 262 milliseconds