Home
last modified time | relevance | path

Searched refs:tandem_adjust_ulaw (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg72x.h49 #define tandem_adjust_ulaw lsx_g72x_tandem_adjust_ulaw macro
151 int tandem_adjust_ulaw(int sr,
H A Dg721.c161 return (tandem_adjust_ulaw(sr, se, y, i, 8, qtab_721)); in g721_decoder()
H A Dg723_24.c145 return (tandem_adjust_ulaw(sr, se, y, i, 4, qtab_723_24)); in g723_24_decoder()
H A Dg723_40.c165 return (tandem_adjust_ulaw(sr, se, y, i, 0x10, qtab_723_40)); in g723_40_decoder()
H A Dg72x.c541 int tandem_adjust_ulaw(int sr, int se, int y, int i, int sign, short const *qtab) in tandem_adjust_ulaw() function