OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workBuffer
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c
68
static Word16 AutoToParcor(Word32
workBuffer
[], Word32 reflCoeff[], Word16 numOfCoeff);
686
* ptr. to
workbuffer
(required size: 2*order)
690
static Word16 AutoToParcor(Word32
workBuffer
[], Word32 reflCoeff[], Word16 numOfCoeff) {
699
num =
workBuffer
[0];
700
temp =
workBuffer
[numOfCoeff];
703
workBuffer
[i + numOfCoeff] =
workBuffer
[i + 1];
705
workBuffer
[i + numOfCoeff] = temp;
711
if (
workBuffer
[0] < L_abs(
workBuffer
[i + numOfCoeff]))
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h
98
LVM_INT16 *
workBuffer
;
EffectBundle.cpp
266
pContext->pBundledContext->
workBuffer
= NULL;
434
if (pContext->pBundledContext->
workBuffer
!= NULL) {
435
free(pContext->pBundledContext->
workBuffer
);
727
if (pContext->pBundledContext->
workBuffer
!= NULL) {
728
free(pContext->pBundledContext->
workBuffer
);
730
pContext->pBundledContext->
workBuffer
=
732
if (pContext->pBundledContext->
workBuffer
== NULL) {
737
pOutTmp = pContext->pBundledContext->
workBuffer
;
[
all
...]
/external/aac/libAACenc/src/
aacenc_tns.cpp
211
FIXP_DBL *RESTRICT
workBuffer
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp
[
all
...]
Completed in 311 milliseconds