OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xlow
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c
67
Word16
xlow
, ylow, xhigh, yhigh, xmid, ymid, xint;
local
112
xlow
= vogrid[0];
113
ylow = Chebps2(
xlow
, coef, order);
118
xhigh =
xlow
;
120
xlow
= vogrid[j];
121
ylow = Chebps2(
xlow
, coef, order);
127
xmid = (
xlow
>> 1) + (xhigh >> 1); /* xmid = (
xlow
+ xhigh)/2 */
136
xlow
= xmid;
141
* xint =
xlow
- ylow*(xhigh-xlow)/(yhigh-ylow);
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp
386
Word16
xlow
, ylow, xhigh, yhigh, xmid, ymid, xint;
438
xlow
= grid[0];
439
ylow = Chebps (
xlow
, coef, NC);
446
xhigh =
xlow
;
448
xlow
= grid[j];
449
ylow = Chebps (
xlow
, coef, NC);
458
// xmid = (
xlow
+ xhigh)/2
459
xmid = add (shr (
xlow
, 1), shr (xhigh, 1));
470
xlow
= xmid;
476
* xint =
xlow
- ylow*(xhigh-xlow)/(yhigh-ylow);
571
Word16
xlow
;
local
[
all
...]
Completed in 49 milliseconds