OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbPtr
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
gain_quant.c
35
const int16_t *
cbPtr
, *cb;
61
cbPtr
= cb + loc; /* Centre of CB */
65
measure1 = scale * *
cbPtr
;
71
cbPtr
+=noMoves;
74
cbPtr
-=noMoves;
81
measure1 = scale * *
cbPtr
;
84
measure2 = scale *
cbPtr
[1];
90
measure2 = scale *
cbPtr
[-1];
/frameworks/rs/
rsGrallocConsumer.cpp
216
uint8_t *
cbPtr
= crPtr + cStride * cHeight;
218
mAlloc[idx]->mHal.drvState.lod[1].mallocPtr =
cbPtr
;
/system/core/libpixelflinger/codeflinger/
GGLAssembler.h
302
pointer_t
cbPtr
;
Completed in 251 milliseconds