Searched refs:u8_to_alaw (Results 1 – 2 of 2) sorted by relevance
259 static const uint8_t u8_to_alaw[G711_TABLE_SIZE] = U8_TO_ALAW; variable312 *dst = _INTPCM_TO_G711(u8_to_alaw, value); in local_pcm_write()370 *dst = _INTPCM_TO_G711(u8_to_alaw, value); in local_pcm_write_calc()
125 const uint8_t u8_to_alaw[G711_TABLE_SIZE]; member154 *dst = _INTPCM_TO_G711(xlaw_conv_tables.u8_to_alaw, v >> 24); in intpcm_write_alaw()