Home
last modified time | relevance | path

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

/third_party/libsnd/src/G72x/
Dg72x.h56 G723_40_BYTES_PER_BLOCK = (G723_40_BITS_PER_SAMPLE * G72x_BLOCK_SIZE) / 8, enumerator
/third_party/libsnd/src/
Dg72x.c108 bytesperblock = G723_40_BYTES_PER_BLOCK ; in g72x_init()