Home
last modified time | relevance | path

Searched refs:Buf (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DarmVCM4P10_InterpolateHalfDiag_Luma.c71 OMX_S16 Buf [21 * 16]; /* 21 rows by 16 pixels per row */ in armVCM4P10_InterpolateHalfDiag_Luma() local
95 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff; in armVCM4P10_InterpolateHalfDiag_Luma()
106 Buf [pos] - in armVCM4P10_InterpolateHalfDiag_Luma()
107 5 * Buf [pos + 1 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma()
108 20 * Buf [pos + 2 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma()
109 20 * Buf [pos + 3 * iWidth] - in armVCM4P10_InterpolateHalfDiag_Luma()
110 5 * Buf [pos + 4 * iWidth] + in armVCM4P10_InterpolateHalfDiag_Luma()
111 Buf [pos + 5 * iWidth]; in armVCM4P10_InterpolateHalfDiag_Luma()
DomxVCM4P10_GetVLCInfo.c90 OMX_S16 Buf [16]; in omxVCM4P10_GetVLCInfo() local
116 Buf [i - MinIndex] = pSrcCoeff [pScanMatrix [i]]; in omxVCM4P10_GetVLCInfo()
121 while (!Buf [i] && i >= 0) in omxVCM4P10_GetVLCInfo()
138 Value = Buf [i]; in omxVCM4P10_GetVLCInfo()
157 Value = Buf [i]; in omxVCM4P10_GetVLCInfo()
DomxVCM4P10_SubAndTransformQDQResidual.c106 OMX_S16 Buf[16], m[16]; in omxVCM4P10_SubAndTransformQDQResidual() local
177 Buf [j * 4 + i] = in omxVCM4P10_SubAndTransformQDQResidual()
183 armVCM4P10_FwdTransformResidual4x4 (m, Buf); in omxVCM4P10_SubAndTransformQDQResidual()
200 Buf[4 * j + i] = pDstQuantCoeff [4 * j + i] = (OMX_S16)Value; in omxVCM4P10_SubAndTransformQDQResidual()
222 m [j * 4 + i] = Buf [j * 4 + i] * (1 << QPper) * in omxVCM4P10_SubAndTransformQDQResidual()
/frameworks/compile/slang/
Dslang_diagnostic_buffer.cpp70 llvm::SmallString<100> Buf; in HandleDiagnostic() local
71 Info.FormatDiagnostic(Buf); in HandleDiagnostic()
72 stream << Buf.str() << '\n'; in HandleDiagnostic()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3525 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Buffer, false); in parseBitcodeFile() local
3527 std::move(Buf), Context, true, DiagnosticHandler); in parseBitcodeFile()
3543 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Buffer, false); in getBitcodeTargetTriple() local
3544 auto R = llvm::make_unique<BitcodeReader>(Buf.release(), Context, in getBitcodeTargetTriple()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3863 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Buffer, false); in parseBitcodeFile() local
3865 std::move(Buf), Context, true, DiagnosticHandler); in parseBitcodeFile()
3881 std::unique_ptr<MemoryBuffer> Buf = MemoryBuffer::getMemBuffer(Buffer, false); in getBitcodeTargetTriple() local
3882 auto R = llvm::make_unique<BitcodeReader>(Buf.release(), Context, in getBitcodeTargetTriple()