HomeSort by relevance Sort by last modified time
    Searched full:reconstructed (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/main/none/tests/x86/
bt_literal.c 11 the reconstructed original bits 0-3 as 4-7. */
14 UInt reconstructed, mashed; local
46 : "=r" (reconstructed), "=r" (mashed)
49 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
57 UInt reconstructed, mashed; local
89 : "=r" (reconstructed), "=r" (mashed)
92 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
99 UInt reconstructed, mashed; local
131 : "=r" (reconstructed), "=r" (mashed)
134 return (mashed & 0xF) | ((reconstructed & 0xF) << 4)
    [all...]
x86locked.c 645 the reconstructed original bits 0-3 as 4-7. */
649 UInt reconstructed, mashed; local
681 : "=r" (reconstructed), "=r" (mashed)
684 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
689 UInt reconstructed, mashed; local
721 : "=r" (reconstructed), "=r" (mashed)
724 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
  /external/skia/tests/
AndroidPaintTest.cpp 36 SkPaint reconstructed; local
37 Reconstruct(paint, &reconstructed);
39 REPORTER_ASSERT(reporter, options == reconstructed.getPaintOptionsAndroid());
  /external/skia/dm/
DMSerializeTask.cpp 38 SkAutoTUnref<SkPicture> reconstructed(SkPicture::CreateFromStream(rStream));
42 DrawPicture(reconstructed, &bitmap);
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.h 37 * Copies the prediction signal to the reconstructed image.
  /external/chromium_org/printing/
pdf_metafile_cg_mac_unittest.cc 57 // Test that the PDF is correctly reconstructed.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfHor_Luma.c 32 * in the reconstructed frame plane
armVCM4P10_InterpolateHalfVer_Luma.c 33 * in the reconstructed frame plane
armVCM4P10_InterpolateHalfDiag_Luma.c 34 * in the reconstructed frame plane
armVCM4P10_Interpolate_Chroma.c 30 * interpolate in the reconstructed frame plane
omxVCM4P10_InvTransformResidualAndAdd.c 29 * the reconstructed signal.
armVCM4P10_Interpolate_Luma.c 73 * interpolate in the reconstructed frame plane
omxVCM4P10_InterpolateHalfVer_Luma.c 34 * reconstructed frame plane
omxVCM4P10_TransformDequantChromaDCFromPair.c 99 * pDst - Pointer to the reconstructed 2x2 ChromaDC coefficients buffer;
omxVCM4P10_TransformDequantLumaDCFromPair.c 115 * pDst - Pointer to the reconstructed 4x4 LumaDC coefficients buffer; must
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractBox.java 219 * Verifies that a box can be reconstructed byte-exact after parsing.
222 * @return <code>true</code> if raw content exactly matches the reconstructed content
252 System.err.println("reconstructed : " + Hex.encodeHex(b2, 4));
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 246 high-pass signals and creates a reconstructed fullband
257 Out: a length FRAMESAMPLES array of output reconstructed
302 high-pass signals and creates a reconstructed fullband
313 Out: a length len array of output reconstructed
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_inter.c 45 * pRec - pointer to the reconstructed texture residuals; must be aligned
omxVCM4P2_TransRecBlockCoef_intra.c 73 * dstStep - width of the reconstructed destination buffer; must be a
85 * pRec - pointer to the reconstructed texture; must be aligned on an
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 774 the reconstructed original bits 0-3 as 4-7. */
778 ULong reconstructed, mashed; local
809 : "=r" (reconstructed), "=r" (mashed)
812 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
817 ULong reconstructed; UInt mashed; local
848 : "=r" (reconstructed), "=r" (mashed)
851 return (mashed & 0xF) | ((reconstructed & 0xF) << 4);
856 ULong reconstructed, mashed; local
887 : "=r" (reconstructed), "=r" (mashed)
890 return (mashed & 0xF) | ((reconstructed & 0xF) << 4)
    [all...]
  /external/libgsm/src/
long_term.c 29 * RPE-LTP analysis) and the previous reconstructed short term
114 /* Compute the power of the reconstructed short term residual
249 /* Compute the power of the reconstructed short term residual
429 /* Compute the power of the reconstructed short term residual
594 /* Compute the power of the reconstructed short term residual
686 /* Compute the power of the reconstructed short term residual
804 /* Compute the power of the reconstructed short term residual
933 /* Computation of the reconstructed short term residual
944 * Update of the reconstructed short term residual signal
rpe.c 393 * This procedure computes the reconstructed long term residual signal
426 /* This procedure adds the reconstructed long term residual signal
428 * analysis filter to compute the reconstructed short term residual
429 * signal dp[-40..-1]; also the reconstructed short term residual
  /external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util.h 68 // deserialized value to |url|. If the reconstructed object is invalid or does
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 26 reconstructed from SSA form in linear time, that it would be an
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_ExpandFrame_I.c 26 * This function expands a reconstructed frame in-place. The unexpanded

Completed in 458 milliseconds

1 2 3 4 5 6 7