Home
last modified time | relevance | path

Searched refs:Coder_State (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/src/
DvoAMRWBEnc.c77 Coder_State * st /* (i/o) : State structure */
84 Coder_State *cod_state; in Reset_encoder()
85 cod_state = (Coder_State *) st; in Reset_encoder()
161 Coder_State *st; in coder()
215 st = (Coder_State *) spe_state; in coder()
1340 Coder_State * st /* (i/o) : State structure */ in synthesis()
1566 Coder_State *gData = (Coder_State*)hCodec; in AMR_Enc_Encode()
1605 Coder_State *st; in voAMRWB_Init()
1637 … if ((st = (Coder_State *)mem_malloc(pMemOP, sizeof(Coder_State), 32, VO_INDEX_ENC_AMRWB)) == NULL) in voAMRWB_Init()
1702 Coder_State *gData; in voAMRWB_SetInputData()
[all …]
Dbits.c38 Coder_State *st /*i/o: coder global parameters struct */ in PackBits()
Dp_med_ol.c34 Coder_State *st, /* i/o: codec global structure */ in Pitch_med_ol()
/frameworks/av/media/codecs/amrwb/enc/inc/
Dbits.h81 int PackBits(Word16 prms[], Word16 coding_mode, Word16 mode, Coder_State *st);
Dcod_main.h97 } Coder_State; typedef
Dacelp.h328 Coder_State *st, /* i/o : global codec structure */