Home
last modified time | relevance | path

Searched refs:reconstruct (Results 1 – 25 of 45) sorted by relevance

12

/third_party/libsnd/src/G72x/
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()
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()
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()
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()
Dg72x_priv.h91 int reconstruct (int sign, int dqln, int y) ;
Dg72x.c378 reconstruct ( in reconstruct() function
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstivtc.c340 reconstruct (GstIvtc * ivtc, GstVideoFrame * dest_frame, int i1, int i2) in reconstruct() function
589 reconstruct (ivtc, &dest_frame, anchor_index, anchor_index + 1); in gst_ivtc_construct_frame()
595 reconstruct (ivtc, &dest_frame, anchor_index, anchor_index - 1); in gst_ivtc_construct_frame()
602 reconstruct (ivtc, &dest_frame, anchor_index, anchor_index + 1); in gst_ivtc_construct_frame()
/third_party/libunwind/src/arm/
Dgetcontext.S49 @ reconstruct r13 at call site, then store
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationCorrections.txt25 # safely reconstruct the exact state of the data tables at
/third_party/icu/icu4c/source/data/unidata/
DNormalizationCorrections.txt25 # safely reconstruct the exact state of the data tables at
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_sample_locations.txt30 storing values that can: be used to reconstruct depth at each sample
/third_party/python/Doc/library/
Dcopyreg.rst35 can be used to reconstruct the object when called with the tuple of arguments
Dpprint.rst177 used to reconstruct the value using :func:`eval`. This always returns ``False``
232 used to reconstruct the value using :func:`eval`. Note that this returns
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DNormalizationCorrections.txt25 # safely reconstruct the exact state of the data tables at
/third_party/skia/third_party/externals/icu/source/data/unidata/
DNormalizationCorrections.txt25 # safely reconstruct the exact state of the data tables at
/third_party/openGLES/extensions/NV/
DNV_sample_locations.txt49 by storing values that can be used to reconstruct depth at each sample
242 by storing values that can be used to reconstruct depth at each sample
256 implementation to reconstruct depth values for a group of neighboring
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_sample_locations.txt49 by storing values that can be used to reconstruct depth at each sample
242 by storing values that can be used to reconstruct depth at each sample
256 implementation to reconstruct depth values for a group of neighboring
/third_party/openGLES/extensions/ARB/
DARB_sample_locations.txt65 by storing values that can be used to reconstruct depth at each sample
261 by storing values that can be used to reconstruct depth at each sample
275 implementation to reconstruct depth values for a group of neighboring
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sample_locations.txt55 by storing values that can be used to reconstruct depth at each sample
251 by storing values that can be used to reconstruct depth at each sample
265 implementation to reconstruct depth values for a group of neighboring
/third_party/libexif/
DNEWS227 * If someone wants to reconstruct past changes and log them here,
/third_party/python/Objects/
Dlnotab_notes.txt149 The above is sufficient to reconstruct line numbers for tracebacks, but not for
/third_party/libunwind/doc/
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
/third_party/python/Doc/tutorial/
Dfloatingpoint.rst185 This precise hexadecimal representation can be used to reconstruct
/third_party/openGLES/extensions/QCOM/
DQCOM_framebuffer_foveated.txt306 unresolve could not reconstruct the full quality region A. The
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_framebuffer_foveated.txt306 unresolve could not reconstruct the full quality region A. The

12