OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cor_max
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp
139
Word16 max16, t016,
cor_max
;
189
cor_max
= div_s(max16, t016);
193
cor_max
= 0;
200
*cor_hp_max = shr(
cor_max
, shift); // Q15
204
*cor_hp_max = shl(
cor_max
, negate(shift)); // Q15
250
Word16 max16, t016,
cor_max
;
local
312
cor_max
= div_s(max16, t016);
316
cor_max
= 0;
323
*cor_hp_max = shr(
cor_max
, shift, pOverflow); /* Q15 */
327
*cor_hp_max = shl(
cor_max
, negate(shift), pOverflow); /* Q15 *
[
all
...]
pitch_ol.cpp
99
cor_max
= pointer to the normalized correlation of selected lag (Word16)
105
cor_max
contains the newly calculated normalized correlation of the
131
cor_max
= pointer to the normalized correlation of selected lag (Word16)
136
cor_max
contains the newly calculated normalized correlation of the
183
Word16 *
cor_max
, // o : normalized correlation of selected lag
198
Word16 *
cor_max
, // o : normalized correlation of selected lag
259
*
cor_max
= extract_h (L_shl (t0, 15)); // divide by 2
263
*
cor_max
= extract_l(t0);
301
Word16 *
cor_max
, /* o : normalized correlation of selected lag */
317
Word16 *
cor_max
, /* o : normalized correlation of selected lag *
[
all
...]
p_ol_wgh.cpp
421
cor_max
= pointer to the normalized correlation of selected lag (Word16)
428
cor_max
contains the newly calculated normalized correlation of the
474
Word16 *
cor_max
, // o : normalized correlation of selected lag
543
*
cor_max
= 0;
579
Word16 *
cor_max
, /* o : normalized correlation of selected lag */
660
*
cor_max
= 0;
Completed in 590 milliseconds