OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Levinson
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
levinson.h
34
Filename: /audio/gsm_amr/c/src/include/
levinson
.h
111
be passed to
Levinson
in each call.
124
Word16
Levinson
(
lpc.cpp
63
#include "
levinson
.h"
443
//
Levinson
Durbin
444
Levinson
(st->levinsonSt, rHigh, rLow, &a[MP1], rc);
450
//
Levinson
Durbin
451
Levinson
(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc);
459
//
Levinson
Durbin
460
Levinson
(st->levinsonSt, rHigh, rLow, &a[MP1 * 3], rc);
507
/*
Levinson
Durbin */
508
Levinson
(st->levinsonSt, rHigh, rLow, &a[MP1], rc, pOverflow);
514
/*
Levinson
Durbin *
[
all
...]
levinson.cpp
34
Pathname: ./audio/gsm-amr/c/src/
levinson
.c
38
Levinson
43
This file contains the function the implements the
Levinson
-Durbin algorithm
45
initialize, allocate, and deallocate memory used by the
Levinson
function.
56
#include "
levinson
.h"
96
be used by
Levinson
function
111
Levinson
function.
121
levinson
.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
224
This function initializes the state memory used by the
Levinson
function to
235
levinson
.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 200
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h
199
#define
Levinson
voAWB_Levinson
acelp.h
51
void
Levinson
(
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
levinson.c
18
* File:
levinson
.c *
20
* Description:
LEVINSON
-DURBIN algorithm in double precision *
24
*
LEVINSON
.C *
27
*
LEVINSON
-DURBIN algorithm in double precision *
107
void
Levinson
(
voAMRWBEnc.c
392
* -
Levinson
-durbin algorithm to find a[] *
403
Levinson
(r_h, r_l, A, rc, st->mem_levinson); /*
Levinson
Durbin */
[
all
...]
Completed in 111 milliseconds