Lines Matching defs:NMS_SAMPLES_PER_BLOCK
43 #define NMS_SAMPLES_PER_BLOCK 160
108 short samples [NMS_SAMPLES_PER_BLOCK] ;
457 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; )
490 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; )
527 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; )
551 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; )
578 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; )
624 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; )
657 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; k++)
660 return NMS_SAMPLES_PER_BLOCK ;
676 for (k = 0 ; k < NMS_SAMPLES_PER_BLOCK ; k++)
698 return NMS_SAMPLES_PER_BLOCK ;
723 { if (pnms->sample_curr >= NMS_SAMPLES_PER_BLOCK)
736 count = NMS_SAMPLES_PER_BLOCK - pnms->sample_curr ;
892 { count = NMS_SAMPLES_PER_BLOCK - pnms->sample_curr ;
902 if (pnms->sample_curr >= NMS_SAMPLES_PER_BLOCK)
1094 psf->sf.frames = pnms->blocks_total * NMS_SAMPLES_PER_BLOCK ;
1112 { if (pnms->sample_curr && pnms->sample_curr < NMS_SAMPLES_PER_BLOCK)
1113 { memset (pnms->samples + pnms->sample_curr, 0, (NMS_SAMPLES_PER_BLOCK - pnms->sample_curr) * sizeof (short)) ;