OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pCoef
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
pulse_nc.cpp
138
pCoef
= &(Coef[index]);
142
pCoef
=
pCoef
+ *(pPulseOffset);
145
IF (*
pCoef
> 0)
146
*(
pCoef
) = *(
pCoef
) + *(pPulseAmp);
149
*(
pCoef
) = *(
pCoef
) - *(pPulseAmp);
232
Int16 *
pCoef
;
263
pCoef
= &(coef[index])
[
all
...]
tns_inv_filter.cpp
164
pCoef
=
pCoef
+ (num_coef - 1);
211
*(pFilterInput) = (Int)(*
pCoef
);
215
*(
pCoef
) = *(
pCoef
) + mult;
217
pCoef
=
pCoef
+ direction;
333
Int32 *
pCoef
= coef;
337
pCoef
+= (num_coef - 1);
392
*(--pFilterInput) = (*
pCoef
);
[
all
...]
apply_tns.cpp
194
Int32 *
pCoef
= coef;
239
&(
pCoef
[pFilt->start_coef]),
340
pTempCoef =
pCoef
+ pFilt->start_coef;
382
&(
pCoef
[pFilt->start_coef]),
414
pCoef
+= coef_per_win;
q_normalize.cpp
114
pCoef
= &(coef[0]);
134
pCoef
= &(coef[0]);
155
*(
pCoef
++) >>= k;
159
*(
pCoef
++) = 0;
260
Int32 *
pCoef
;
292
pCoef
= &(coef[0]);
328
tmp1 = *(
pCoef
++);
329
tmp2 = *(
pCoef
++);
338
tmp1 = *(
pCoef
++);
339
tmp2 = *(
pCoef
++)
[
all
...]
huffspec_fxp.cpp
333
Int32 *
pCoef
; /* ptr to coef[], inverse quantized coefs */
623
pCoef
= coef;
650
pCoef
,
658
pCoef
+= sfbWidth;
/frameworks/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h
112
LVDBE_Coef_t *
pCoef
; /* Instance coefficients */
Completed in 64 milliseconds