Searched refs:G723_24_BITS_PER_SAMPLE (Results 1 – 3 of 3) sorted by relevance
41 G723_24_BITS_PER_SAMPLE = 3, enumerator48 G723_24_SAMPLES_PER_BLOCK = G723_24_BITS_PER_SAMPLE * (G72x_BLOCK_SIZE / G723_24_BITS_PER_SAMPLE),55 G723_24_BYTES_PER_BLOCK = (G723_24_BITS_PER_SAMPLE * G72x_BLOCK_SIZE) / 8,
154 case G723_24_BITS_PER_SAMPLE : /* 3 bits per sample. */ in g72x_reader_init()208 case G723_24_BITS_PER_SAMPLE : /* 3 bits per sample. */ in g72x_writer_init()
101 codec = G723_24_BITS_PER_SAMPLE ; in g72x_init()103 bitspersample = G723_24_BITS_PER_SAMPLE ; in g72x_init()