Searched refs:sumD (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddtx.c131 st->sumD[i] = 0;
441 /* sum sumD[0..DTX_HIST_SIZE-1]. sumD[DTX_HIST_SIZE] is */
449 st->sumD[i] = L_sub(st->sumD[i], st->D[j]);
453 /* Shift the column sum sumD. The element sumD[DTX_HIST_SIZE-1] */
456 /* i.e. the element sumD[0], will be computed during this call. */
461 st->sumD[i] = st->sumD[
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx_decoder_amr_wb.cpp736 /* sum sumD[0..DTX_HIST_SIZE-1]. sumD[DTX_HIST_SIZE] is */
744 st->sumD[i] = sub_int32(st->sumD[i], st->D[j]);
748 /* Shift the column sum sumD. The element sumD[DTX_HIST_SIZE-1] */
751 /* i.e. the element sumD[0], will be computed during this call. */
756 st->sumD[i] = st->sumD[i - 1];
758 st->sumD[
[all...]
H A Ddtx.h102 int32 sumD[DTX_HIST_SIZE]; member in struct:__anon602
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Ddtx.h53 Word32 sumD[DTX_HIST_SIZE]; member in struct:__anon609

Completed in 69 milliseconds