Searched refs:Buf (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c56 OMX_S16 Buf [21 * 16]; /* 21 rows by 16 pixels per row */ local
66 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
80 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff;
91 Buf [pos] -
92 5 * Buf [pos + 1 * iWidth] +
93 20 * Buf [pos + 2 * iWidth] +
94 20 * Buf [pos + 3 * iWidth] -
95 5 * Buf [pos + 4 * iWidth] +
96 Buf [pos + 5 * iWidth];
H A DomxVCM4P10_GetVLCInfo.c75 OMX_S16 Buf [16]; local
101 Buf [i - MinIndex] = pSrcCoeff [pScanMatrix [i]];
106 while (!Buf [i] && i >= 0)
123 Value = Buf [i];
142 Value = Buf [i];
H A DomxVCM4P10_SubAndTransformQDQResidual.c91 OMX_S16 Buf[16], m[16]; local
162 Buf [j * 4 + i] =
168 armVCM4P10_FwdTransformResidual4x4 (m, Buf);
185 Buf[4 * j + i] = pDstQuantCoeff [4 * j + i] = (OMX_S16)Value;
207 m [j * 4 + i] = Buf [j * 4 + i] * (1 << QPper) *
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.cpp47 llvm::SmallString<100> Buf; local
76 Info.FormatDiagnostic(Buf);
77 (*mSOS) << Buf.str() << '\n';
H A Dllvm-rs-cc.cpp508 const char *Buf = MemBuf->getBufferStart(); local
512 for (const char *P = Buf; ; ++P) {

Completed in 61 milliseconds