Searched refs:Buf (Results 1 – 5 of 5) sorted by relevance
71 OMX_S16 Buf [21 * 16]; /* 21 rows by 16 pixels per row */ in armVCM4P10_InterpolateHalfDiag_Luma() local95 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()
90 OMX_S16 Buf [16]; in omxVCM4P10_GetVLCInfo() local116 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()
106 OMX_S16 Buf[16], m[16]; in omxVCM4P10_SubAndTransformQDQResidual() local177 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()
47 llvm::SmallString<100> Buf; in HandleDiagnostic() local76 Info.FormatDiagnostic(Buf); in HandleDiagnostic()77 (*mSOS) << Buf.str() << '\n'; in HandleDiagnostic()
297 const char *Buf = MemBuf->getBufferStart(); in ExpandArgsFromBuf() local301 for (const char *P = Buf; ; ++P) { in ExpandArgsFromBuf()