OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b2_h
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/Inputs/merge-typedefs/
b2.h
1
#ifndef
B2_H
2
#define
B2_H
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c
217
Word16 b0_h, b0_l, b1_h, b1_l,
b2_h
, b2_l;
local
223
b2_h
= t0 >> 16;
226
t0 = ((
b2_h
* x)<<1) + (((b2_l * x)>>15)<<1);
237
t0 += (
b2_h
* (-16384))<<1;
246
b2_h
= b1_h;
252
t0 += (
b2_h
* (-32768))<<1; /* t0 = x*b1 - b2 */
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp
175
Word16 b0_h, b0_l, b1_h, b1_l,
b2_h
, b2_l;
183
b2_h
= 256; // b2 = 1.0
194
t0 = L_mac (t0,
b2_h
, (Word16) 0x8000); // t0 = 2.0*x*b1 - b2
201
b2_h
= b1_h;
207
t0 = L_mac (t0,
b2_h
, (Word16) 0x8000); // t0 = x*b1 - b2
Completed in 495 milliseconds