Home
last modified time | relevance | path

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

/external/libopus/tests/
Dtest_opus_encode.c145 int samp_count = 0; in test_encode() local
161 len = opus_encode(enc, &inbuf[samp_count*channels], frame_size, packet, MAX_PACKET); in test_encode()
175 samp_count += frame_size; in test_encode()
176 } while (samp_count < ((SSAMPLES/2)-MAX_FRAME_SAMP)); in test_encode()