Home
last modified time | relevance | path

Searched refs:mem_hf (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
De_pv_amrwbdec.h103 int16 mem_hf[2 * L_FILT16k]; /* HF band-pass filter memory */ member
Dsynthesis_amr_wb.cpp414 st->mem_hf, in synthesis_amr_wb()
Dpvamrwbdecoder.cpp215 band_pass_6k_7k_init(dec_state->mem_hf); in pvDecoder_AmrWb_Reset()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dcod_main.h76 Word16 mem_hf[2 * L_FILT16k]; /* HF band-pass filter memory */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c131 Init_Filt_6k_7k(cod_state->mem_hf); in Reset_encoder()
1499 Filt_6k_7k_asm(HF, L_SUBFR16k, st->mem_hf); in synthesis()
1511 Filt_6k_7k(HF, L_SUBFR16k, st->mem_hf); in synthesis()