OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b1_h
(Results
1 - 2
of
2
) sorted by null
/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
230
b1_h
= t0 >> 16;
235
t0 = ((
b1_h
* x)<<1) + (((b1_l * x)>>15)<<1);
246
b2_h =
b1_h
;
248
b1_h
= b0_h;
251
t0 = ((
b1_h
* x)<<1) + (((b1_l * x)>>15)<<1);
/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;
188
L_Extract (t0, &
b1_h
, &b1_l); // b1 = 2*x + f[1]
192
t0 = Mpy_32_16 (
b1_h
, b1_l, x); // t0 = 2.0*x*b1
201
b2_h =
b1_h
;
203
b1_h
= b0_h;
206
t0 = Mpy_32_16 (
b1_h
, b1_l, x); // t0 = x*b1;
248
Word16
b1_h
;
local
264
b1_h
= (Word16)(t0 >> 16);
265
b1_l = (Word16)((t0 >> 1) - (
b1_h
<< 15));
271
t0 = ((Word32)
b1_h
* x)
[
all
...]
Completed in 720 milliseconds