Home
last modified time | relevance | path

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

/third_party/libsnd/src/G72x/
Dg72x.c165 *blocksize = G721_32_BYTES_PER_BLOCK ; in g72x_reader_init()
168 pstate->blocksize = G721_32_BYTES_PER_BLOCK ; in g72x_reader_init()
219 *blocksize = G721_32_BYTES_PER_BLOCK ; in g72x_writer_init()
222 pstate->blocksize = G721_32_BYTES_PER_BLOCK ; in g72x_writer_init()
Dg72x.h58 G721_32_BYTES_PER_BLOCK = (G721_32_BITS_PER_SAMPLE * G72x_BLOCK_SIZE) / 8, enumerator
/third_party/libsnd/src/
Dg72x.c96 bytesperblock = G721_32_BYTES_PER_BLOCK ; in g72x_init()