Searched refs:reconstruct (Results 1 - 8 of 8) sorted by relevance
/third_party/libsnd/src/G72x/ |
H A D | g723_40.c | 110 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 D | g723_16.c | 115 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 D | g721.c | 105 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 D | g723_24.c | 93 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 D | g72x_priv.h | 91 int reconstruct (int sign, int dqln, int y) ;
|
H A D | g72x.c | 371 * reconstruct () 378 reconstruct ( in reconstruct() function
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | getcontext.S | 49 @ reconstruct r13 at call site, then store
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 13 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