OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_num
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
pitch.c
54
opus_val16
best_num
[2];
local
62
best_num
[0] = -1;
63
best_num
[1] = -1;
83
if (MULT16_32_Q15(num,best_den[1]) > MULT16_32_Q15(
best_num
[1],Syy))
85
if (MULT16_32_Q15(num,best_den[0]) > MULT16_32_Q15(
best_num
[0],Syy))
87
best_num
[1] =
best_num
[0];
90
best_num
[0] = num;
94
best_num
[1] = num;
vq.c
256
opus_val32
best_num
= -VERY_LARGE16;
local
279
/* The idea is to check for num/den >=
best_num
/best_den, but that way
282
if (MULT16_16(best_den, Rxy) > MULT16_16(Ryy,
best_num
))
285
best_num
= Rxy;
Completed in 42 milliseconds