Home
last modified time | relevance | path

Searched refs:reconstruct (Results 1 - 8 of 8) sorted by relevance

/third_party/libsnd/src/G72x/
H A Dg723_40.c110 dq = reconstruct (i & 0x10, _dqlntab [i], y) ; /* quantized diff */ in g723_40_encoder()
143 dq = reconstruct (i & 0x10, _dqlntab [i], y) ; /* estimation diff. */ in g723_40_decoder()
H A Dg723_16.c115 dq = reconstruct (i & 2, _dqlntab [i], y) ; /* quantized diff. */ in g723_16_encoder()
151 dq = reconstruct (i & 0x02, _dqlntab [i], y) ; /* unquantize pred diff */ in g723_16_decoder()
H A Dg721.c105 dq = reconstruct (i & 8, _dqlntab [i], y) ; /* quantized est diff */ in g721_encoder()
144 dq = reconstruct (i & 0x08, _dqlntab [i], y) ; /* quantized diff. */ in g721_decoder()
H A Dg723_24.c93 dq = reconstruct (i & 4, _dqlntab [i], y) ; /* quantized diff. */ in g723_24_encoder()
129 dq = reconstruct (i & 0x04, _dqlntab [i], y) ; /* unquantize pred diff */ in g723_24_decoder()
H A Dg72x_priv.h91 int reconstruct (int sign, int dqln, int y) ;
H A Dg72x.c371 * reconstruct ()
378 reconstruct ( in reconstruct() function
/third_party/libunwind/libunwind/src/arm/
H A Dgetcontext.S49 @ reconstruct r13 at call site, then store
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex13 For \Prog{libunwind} to do its job, it needs to be able to reconstruct
24 information needed to reconstruct the frame-state for each instruction

Completed in 4 milliseconds