HomeSort by relevance Sort by last modified time
    Searched full:inptr (Results 276 - 300 of 385) sorted by null

<<111213141516

  /external/libcups/cups/
ppd.c 2476 char *inptr, \/* Input pointer *\/ local
    [all...]
  /external/libjpeg-turbo/
jquant2.c 901 register JSAMPROW inptr, outptr; local
939 JSAMPROW inptr; \/* => current input pixel *\/ local
    [all...]
jdcolor.c 368 register JSAMPROW inptr, inptr0, inptr1, inptr2, inptr3, outptr; local
405 inptr = input_buf[ci][input_row];
408 outptr[ci] = inptr[col];
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 370 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8* inPtr)
383 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0);
384 Vec4 v10 = fetchVtxColor(inPtr, quadNdx*4 + 1);
385 Vec4 v01 = fetchVtxColor(inPtr, quadNdx*4 + 2);
386 Vec4 v11 = fetchVtxColor(inPtr, quadNdx*4 + 3);
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 531 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8* inPtr)
544 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0);
545 Vec4 v10 = fetchVtxColor(inPtr, quadNdx*4 + 1);
546 Vec4 v01 = fetchVtxColor(inPtr, quadNdx*4 + 2);
547 Vec4 v11 = fetchVtxColor(inPtr, quadNdx*4 + 3);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
GBBIG5.so 
  /external/libjpeg-turbo/simd/
jcsample-sse2.asm 113 mov esi, JSAMPROW [esi] ; inptr
152 add esi, byte 2*SIZEOF_XMMWORD ; inptr
jccolext-mmx.asm 92 mov esi, JSAMPROW [esi] ; inptr
438 add esi, byte RGB_PIXELSIZE*SIZEOF_MMWORD ; inptr
jcgryext-mmx.asm 87 mov esi, JSAMPROW [esi] ; inptr
324 add esi, byte RGB_PIXELSIZE*SIZEOF_MMWORD ; inptr
jcgryext-sse2-64.asm 76 mov rsi, JSAMPROW [rsi] ; inptr
339 add rsi, byte RGB_PIXELSIZE*SIZEOF_XMMWORD ; inptr
jsimd_mips.c 1100 JCOEFPTR inptr; local
1106 inptr = coef_block;
1109 jsimd_idct_ifast_cols_mips_dspr2(inptr, quantptr,
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrDec.cpp 311 const uint8_t *inPtr = rView.data() + inOffset;
318 uint8_t *input = const_cast<uint8_t *>(inPtr + inPos);
  /external/libedit/src/
keymacro.c 381 node__delete(EditLine *el, keymacro_node_t **inptr, const Char *str)
386 ptr = *inptr;
402 *inptr = ptr->sibling;
413 *inptr = ptr->sibling;
  /external/skia/src/core/
SkPtrRecorder.h 18 * return the same ID (since its a set). Subclasses can override inPtr()
  /external/skqp/src/core/
SkPtrRecorder.h 18 * return the same ID (since its a set). Subclasses can override inPtr()
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 94 const double *x, *inptr; local
113 inptr = &in[k];
114 prod = x[0] * inptr[0];
117 prod = x[n] * inptr[n];
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.h 65 OMX_U8* inPtr; //pointer to codec configuration header
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.h 65 OMX_U8* inPtr; //pointer to codec configuration header
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.h 65 OMX_U8* inPtr; //pointer to codec configuration header
  /hardware/qcom/media/msm8998/mm-core/src/common/
qc_omx_core.h 65 OMX_U8* inPtr; //pointer to codec configuration header
  /hardware/google/av/media/codecs/flac/
C2SoftFlacEnc.cpp 244 const uint8_t *inPtr = rView.data() + inOffset;
248 const int16_t *pcm16 = reinterpret_cast<const int16_t *>(inPtr + inPos);
  /external/curl/lib/
http.h 63 CURLcode Curl_add_buffer(Curl_send_buffer *in, const void *inptr, size_t size);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 60 uchar4 *in = (uchar4 *)info->inPtr[0];
  /external/libogg/src/
framing.c 1457 long inptr=0; local
1772 int inptr=0,i,j; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 1427 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; local
1979 JSAMPLE* inptr; local
    [all...]

Completed in 525 milliseconds

<<111213141516