Home
last modified time | relevance | path

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

/system/bt/embdrv/g722/
Dg722_decode.cc42 #define BITS_PER_SAMPLE (8) macro
301 #if BITS_PER_SAMPLE == 8 in g722_decode()
306 #elif BITS_PER_SAMPLE == 7 in g722_decode()
311 #elif BITS_PER_SAMPLE == 6 in g722_decode()
Dg722_encode.cc43 #define BITS_PER_SAMPLE (8) macro
412 #if BITS_PER_SAMPLE == 8 in g722_encode()
414 #elif BITS_PER_SAMPLE == 7 in g722_encode()
416 #elif BITS_PER_SAMPLE == 6 in g722_encode()