Searched refs:nSurvivors (Results 1 – 2 of 2) sorted by relevance
/external/libopus/silk/ |
D | NLSF_encode.c | 44 …const opus_int nSurvivors, /* I Max survivors after first stag… in silk_NLSF_encode() argument 74 ALLOC( tempIndices1, nSurvivors, opus_int ); in silk_NLSF_encode() 75 silk_insertion_sort_increasing( err_Q24, tempIndices1, psNLSF_CB->nVectors, nSurvivors ); in silk_NLSF_encode() 77 ALLOC( RD_Q25, nSurvivors, opus_int32 ); in silk_NLSF_encode() 78 ALLOC( tempIndices2, nSurvivors * MAX_LPC_ORDER, opus_int8 ); in silk_NLSF_encode() 81 for( s = 0; s < nSurvivors; s++ ) { in silk_NLSF_encode() 113 silk_insertion_sort_increasing( RD_Q25, &bestIndex, nSurvivors, 1 ); in silk_NLSF_encode()
|
D | main.h | 344 …const opus_int nSurvivors, /* I Max survivors after first stag…
|