HomeSort by relevance Sort by last modified time
    Searched full:psrc (Results 101 - 125 of 264) sorted by null

1 2 3 45 6 7 8 91011

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrixF.cpp 764 @Input pSrc 2D array of floats. 4 Eq linear problem is 5x4
775 float ** const pSrc, // 2D array of floats. 4 Eq linear problem is 5x4 matrix, constants in first column.
788 _RPT1(_CRT_WARN, "%.8f |", pSrc[i][0]);
790 _RPT1(_CRT_WARN, " %.8f", pSrc[i][j]);
797 _ASSERT(pSrc[0][1] != 0);
798 pRes[0] = pSrc[0][0] / pSrc[0][1];
808 if(pSrc[i][nCnt] != 0)
816 f = pSrc[nCnt-1][j];
817 pSrc[nCnt-1][j] = pSrc[i][j]
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 124 pSrc RN 0 ;// source data buffer
140 ;// pSrc = r0 = Pointer to input data
234 LDR xi4, [pSrc], #4 ;// j0
235 LDR xi5, [pSrc, #4*16-4] ;// j4
236 LDR xi6, [pSrc, #2*16-4] ;// j2
237 LDR xi7, [pSrc, #6*16-4] ;// j6
294 LDR xi0, [pSrc, #1*16-4] ;// j1
295 LDR xi1, [pSrc, #7*16-4] ;// j7
296 LDR xi2, [pSrc, #5*16-4] ;// j5
297 LDR xi3, [pSrc, #3*16-4] ;// j
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 124 pSrc RN 0 ;// source data buffer
140 ;// pSrc = r0 = Pointer to input data
234 LDR xi4, [pSrc], #4 ;// j0
235 LDR xi5, [pSrc, #4*16-4] ;// j4
236 LDR xi6, [pSrc, #2*16-4] ;// j2
237 LDR xi7, [pSrc, #6*16-4] ;// j6
294 LDR xi0, [pSrc, #1*16-4] ;// j1
295 LDR xi1, [pSrc, #7*16-4] ;// j7
296 LDR xi2, [pSrc, #5*16-4] ;// j5
297 LDR xi3, [pSrc, #3*16-4] ;// j
    [all...]
  /external/pdfium/core/fxge/
cfx_pathdata.h 61 void Append(const CFX_PathData* pSrc, const CFX_Matrix* pMatrix);
  /external/pdfium/core/fxge/win32/
dwrite_int.h 42 bool DwCreateRenderingTarget(CFX_DIBitmap* pSrc, void** renderTarget);
  /external/pdfium/xfa/fde/
cfde_path.h 27 void AddPath(const CFDE_Path* pSrc, bool bConnect);
cfde_path.cpp 166 void CFDE_Path::AddPath(const CFDE_Path* pSrc, bool bConnect) {
167 if (!pSrc)
170 if (pSrc->m_Path.GetPoints().empty())
173 LineTo(pSrc->m_Path.GetPoint(0));
175 m_Path.Append(&pSrc->m_Path, nullptr);
  /frameworks/wilhelm/src/android/
BufferQueueSource.cpp 81 char *pSrc = NULL;
100 pSrc = ((char*)oldFront->mDataBuffer) + (offset - mStreamToBqOffset);
123 if (NULL != pSrc) {
124 memcpy(data, pSrc, size);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 586 // per-Transform-call) indexes, pDst and pSrc are overall indexes.
588 pDst, pSrc := 0, 0
598 // Invariant: pDst == pPrefix && pSrc == pPrefix.
600 n := copy(src, s[pSrc:])
601 nDst, nSrc, err = t.Transform(dst, src[:n], pSrc+n == len(s))
603 pSrc += nSrc
610 pPrefix = pSrc
624 // Post-condition: pDst == pPrefix + nDst && pSrc == pPrefix + nSrc.
626 // We have transformed the first pSrc bytes of the input s to become pDst
643 if (err == nil && pSrc == len(s)) |
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 586 // per-Transform-call) indexes, pDst and pSrc are overall indexes.
588 pDst, pSrc := 0, 0
598 // Invariant: pDst == pPrefix && pSrc == pPrefix.
600 n := copy(src, s[pSrc:])
601 nDst, nSrc, err = t.Transform(dst, src[:n], pSrc+n == len(s))
603 pSrc += nSrc
610 pPrefix = pSrc
624 // Post-condition: pDst == pPrefix + nDst && pSrc == pPrefix + nSrc.
626 // We have transformed the first pSrc bytes of the input s to become pDst
643 if (err == nil && pSrc == len(s)) |
    [all...]
  /external/libpng/mips/
filter_msa_intrinsics.c 44 #define LW(psrc) \
46 uint8_t *psrc_lw_m = (uint8_t *) (psrc); \
115 #define LW(psrc) \
117 uint8_t *psrc_lw_m = (uint8_t *) (psrc); \
183 #define LW(psrc) \
185 uint8_t *psrc_lw_m = (uint8_t *) (psrc); \
250 #define LD_B(RTYPE, psrc) *((RTYPE *) (psrc))
252 #define LD_B2(RTYPE, psrc, stride, out0, out1) \
254 out0 = LD_B(RTYPE, (psrc)); \
    [all...]
  /external/libvncserver/common/
zywrletemplate.c 101 #define ZYWRLE_LOAD_PIXEL15(pSrc,R,G,B) { \
102 R = (((unsigned char*)pSrc)[S_1]<< 1)& 0xF8; \
103 G = ((((unsigned char*)pSrc)[S_1]<< 6)|(((unsigned char*)pSrc)[S_0]>> 2))& 0xF8; \
104 B = (((unsigned char*)pSrc)[S_0]<< 3)& 0xF8; \
115 #define ZYWRLE_LOAD_PIXEL16(pSrc,R,G,B) { \
116 R = ((unsigned char*)pSrc)[S_1] & 0xF8; \
117 G = ((((unsigned char*)pSrc)[S_1]<< 5)|(((unsigned char*)pSrc)[S_0]>> 3))& 0xFC; \
118 B = (((unsigned char*)pSrc)[S_0]<< 3)& 0xF8;
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 130 bool CFX_DIBitmap::Copy(const CFX_DIBSource* pSrc) {
134 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat()))
137 SetPalette(pSrc->GetPalette());
138 SetAlphaMask(pSrc->m_pAlphaMask);
139 for (int row = 0; row < pSrc->GetHeight(); row++)
140 FXSYS_memcpy(m_pBuffer + row * m_Pitch, pSrc->GetScanline(row), m_Pitch);
575 void CFX_DIBSource::SetPalette(const uint32_t* pSrc) {
577 if (!pSrc || GetBPP() > 8)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 849 * [in] pSrc Pointer to top-left corner of block used to interpolate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 849 * [in] pSrc Pointer to top-left corner of block used to interpolate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 849 * [in] pSrc Pointer to top-left corner of block used to interpolate
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
fifo.hpp 107 const float* pSrc = (const float*)entry;
112 __m256 vSrc = _simd_load_ps(pSrc + i*KNOB_SIMD_WIDTH);
  /external/pdfium/xfa/fgas/crt/
fgas_codepage.h 143 const FX_CHAR* pSrc,
148 int32_t FX_UTF8Decode(const FX_CHAR* pSrc,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 67 pSrc RN 1
124 VLD4 {dIn0,dIn1,dIn2,dIn3},[pSrc]
  /bionic/libc/arch-mips/string/
strcpy.c 139 const char *psrc = (const char *) src; \
140 for (; (*pdst = *psrc) != '\0'; ++psrc, ++pdst); \
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
internal.go 41 // in psrc match the ones in src.
42 psrc := append([]byte("package p;"), src...)
43 file, err = parser.ParseFile(fset, filename, psrc, parserMode)
  /prebuilts/go/darwin-x86/src/go/format/
internal.go 41 // in psrc match the ones in src.
42 psrc := append([]byte("package p;"), src...)
43 file, err = parser.ParseFile(fset, filename, psrc, parserMode)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
internal.go 41 // in psrc match the ones in src.
42 psrc := append([]byte("package p;"), src...)
43 file, err = parser.ParseFile(fset, filename, psrc, parserMode)
  /prebuilts/go/linux-x86/src/go/format/
internal.go 41 // in psrc match the ones in src.
42 psrc := append([]byte("package p;"), src...)
43 file, err = parser.ParseFile(fset, filename, psrc, parserMode)
  /external/valgrind/coregrind/m_debuginfo/
tinfl.c 389 mz_uint8 *pSrc;
455 pSrc = pOut_buf_start + ((dist_from_out_buf_start - dist) & out_buf_size_mask);
457 if ((MZ_MAX(pOut_buf_cur, pSrc) + counter) > pOut_buf_end)
469 const mz_uint8 *pSrc_end = pSrc + (counter & ~7);
472 ((mz_uint32 *)pOut_buf_cur)[0] = ((const mz_uint32 *)pSrc)[0];
473 ((mz_uint32 *)pOut_buf_cur)[1] = ((const mz_uint32 *)pSrc)[1];
475 } while ((pSrc += 8) < pSrc_end);
480 pOut_buf_cur[0] = pSrc[0];
482 pOut_buf_cur[1] = pSrc[1];
491 pOut_buf_cur[0] = pSrc[0]
    [all...]

Completed in 9098 milliseconds

1 2 3 45 6 7 8 91011