Searched defs:isf_old_tx (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp726 int16 isf_old_tx[],
775 /* (squared Euclidean distances from isf1[] to isf_old_tx[][]). */
790 tmp = sub_int16(isf_old_tx[st->hist_ptr * M + j], isf_old_tx[ptr * M + j]);
725 find_frame_indices( int16 isf_old_tx[], int16 indices[], dtx_encState * st ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddtx.c44 Word16 isf_old_tx[],
431 Word16 isf_old_tx[],
480 /* (squared Euclidean distances from isf1[] to isf_old_tx[][]). */
494 tmp = sub(isf_old_tx[st->hist_ptr * M + j], isf_old_tx[ptr * M + j]);
430 find_frame_indices( Word16 isf_old_tx[], Word16 indices[], dtx_encState * st ) argument

Completed in 55 milliseconds