OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L_H
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/declare-use/
l.h
3
#ifndef
L_H
4
#define
L_H
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.cpp
114
#define
L_H
22 /* size of truncated impulse response of A(z/g1)/A(z/g2) */
326
Word16 h[
L_H
];
366
Set_zero (&h[M + 1],
L_H
- M - 1);
367
Syn_filt (Ap4, h, h,
L_H
, &h[M + 1], 0);
372
for (i = 1; i <
L_H
; i++)
379
for (i = 1; i <
L_H
- 1; i++)
452
Word16 h[
L_H
];
494
memset(&h[M + 1], 0, sizeof(Word16)*(
L_H
- M - 1));
495
Syn_filt(Ap4, h, h,
L_H
, &h[M + 1], 0);
501
for (i =
L_H
- 1; i >= 0; i--
[
all
...]
Completed in 87 milliseconds