Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dg711.c55 static int16_t seg_uend[8] = {0x3F, 0x7F, 0xFF, 0x1FF, variable
220 seg = search(pcm_val, seg_uend, 8); in st_14linear2ulaw()
/third_party/python/Modules/
Daudioop.c62 static const int16_t seg_uend[8] = { variable
171 seg = search(pcm_val, seg_uend, 8); in st_14linear2ulaw()