/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/libvpx/libvpx/vp8/decoder/ |
error_concealment.h | 37 * Copies the prediction signal to the reconstructed image.
|
/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/llvm/docs/HistoricalNotes/ |
2000-12-06-MeetingSummary.txt | 26 reconstructed from SSA form in linear time, that it would be an
|
/external/llvm/tools/llvm-objdump/ |
MCFunction.h | 10 // This file defines the data structures to hold a CFG reconstructed from
|
/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
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_lib.h | 43 \param "cur" "Pointer to the reconstructed block." 64 \param "curL" "Pointer to the reconstructed MB." 74 \param "curC" "Pointer to the reconstructed MB." 296 \param "curL" "Pointer to the current MB origin in reconstructed frame." 297 \param "picPitch" "Pitch of the reconstructed frame." 308 \param "curL" "Pointer to the current MB origin in reconstructed frame." 309 \param "picPitch" "Pitch of the reconstructed frame." 344 for all the blocks inside a macroblock.It also calls dct_luma to generate the reconstructed 366 \param "cur" "Pointer to the reconstructed block." [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
mp4enc_api.h | 323 * for reconstructed frame and bstream for MPEG4 bitstream. The application is required to allocate memory for 330 * @param vid_out is the pointer to VideoEncFrameIO structure containing the reconstructed YUV output data after encoding 355 * It also return the memory address the reconstructed frame will be copied to (in advance) and the coded layer number. 368 * and output the reconstructed frame and MPEG4 bitstream. The application is required to allocate memory for the bitstream buffer. 379 * @param vid_out is the pointer to VideoEncFrameIO structure containing the reconstructed YUV output data after encoding
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant.cpp | 124 rcoeff=> reconstructed coefficient 140 in the next block. The reconstructed DCT output is current block in normal 145 8/3/01, , add clipping to the reconstructed coefficient [-2047,2047] 535 rcoeff=> reconstructed coefficient 538 8/3/01, add clipping to the reconstructed coefficient [-2048,2047]
|