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

  /external/aac/libAACenc/src/
bitenc.h 121 * static bits which by disabling all tools e.g. MS, TNS and sbfCnt=0. The minCnt parameter
134 * depends on if hTpEnc is NULL and minCnt.
135 * \param minCnt If non-zero the value returned into *pBitDemand is the absolute minimum required amount of
148 UCHAR minCnt
bitenc.cpp     [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 59 int get_range(const std::string& s, int* minCnt, int* maxCnt)
66 *minCnt = atoi( sval.c_str() );
80 *minCnt = atoi( sval.c_str() );
85 *minCnt = *maxCnt = atoi( s.c_str());
561 int minCnt=0,maxCnt=0;
566 if( s.length()>0 && get_range( s, &minCnt, &maxCnt) ) {
572 m_pGraph->BeginCount( p_SubGraph, minCnt, maxCnt );
576 m_pGraph->BeginItemRepeat ( p_SubGraph, minCnt, -1);
718 int minCnt=-1, maxCnt=-1;
719 if( get_range( s, &minCnt, &maxCnt) )
    [all...]

Completed in 55 milliseconds