Home
last modified time | relevance | path

Searched refs:Buf (Results 1 – 5 of 5) 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.cpp47 llvm::SmallString<100> Buf; in HandleDiagnostic() local
76 Info.FormatDiagnostic(Buf); in HandleDiagnostic()
77 (*mSOS) << Buf.str() << '\n'; in HandleDiagnostic()
Dllvm-rs-cc.cpp297 const char *Buf = MemBuf->getBufferStart(); in ExpandArgsFromBuf() local
301 for (const char *P = Buf; ; ++P) { in ExpandArgsFromBuf()