OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_FRACORDER
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c
37
for (j = 0; j <
PITCH_FRACORDER
; j++) {
settings.h
167
#define
PITCH_FRACORDER
9
pitch_filter.c
26
static const int16_t kIntrpCoef[PITCH_FRACS][
PITCH_FRACORDER
] = {
62
COMPILE_ASSERT(
PITCH_FRACORDER
== 9);
198
for (m = 0; m <
PITCH_FRACORDER
; m++) {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
144
#define
PITCH_FRACORDER
9
pitch_filter.c
37
static const double kIntrpCoef[PITCH_FRACS][
PITCH_FRACORDER
] = {
156
for (m = 0; m <
PITCH_FRACORDER
; ++m) {
176
for (m =
PITCH_FRACORDER
-1; m >= m_tmp; --m) {
Completed in 45 milliseconds