Home
last modified time | relevance | path

Searched refs:SSAMPLES (Results 1 – 1 of 1) sorted by relevance

/external/libopus/tests/
Dtest_opus_encode.c52 #define SSAMPLES (SAMPLES/3) macro
153 inbuf = (opus_int16*)malloc(sizeof(*inbuf)*SSAMPLES); in test_encode()
154 generate_music(inbuf, SSAMPLES/2); in test_encode()
176 } while (samp_count < ((SSAMPLES/2)-MAX_FRAME_SAMP)); in test_encode()
465 }while(i<(SSAMPLES-MAX_FRAME_SAMP)); in run_test1()
542 }while(i<(SSAMPLES/12-MAX_FRAME_SAMP)); in run_test1()