OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inPtr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
ilbc_specific_functions.c
31
const int16_t *
inptr
= in;
local
35
(*outptr++) = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(*
inptr
++,
46
const int16_t *
inptr
= in;
local
50
(*outptr++) = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(*
inptr
++,
73
int16_t *
inPtr
;
77
inPtr
= in;
81
(*outPtr++) += (int16_t)((WEBRTC_SPL_MUL_16_16((*
inPtr
++), gain)
90
int16_t *
inPtr
;
94
inPtr
= in;
98
(*outPtr++) = (int16_t)((WEBRTC_SPL_MUL_16_16((*
inPtr
++), gain
[
all
...]
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_TestData.cpp
108
const uint64_t*
inPtr
= testx[0];
111
uint64_t input = *
inPtr
++;
/external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp
724
const deUint8*
inPtr
= inBasePtr + inStride*inNdx + attribute.offset + compNdx*sizeof(deUint32);
726
deUint32 inVal = *(const deUint32*)
inPtr
;
739
float inF = *(const float*)
inPtr
;
[
all
...]
Completed in 2684 milliseconds