HomeSort by relevance Sort by last modified time
    Searched refs:sumD (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 131 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[i - 1]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 736 /* 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[0] = 0
    [all...]
dtx.h 102 int32 sumD[DTX_HIST_SIZE];
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h 53 Word32 sumD[DTX_HIST_SIZE];

Completed in 495 milliseconds