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

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Ddtx.h29 #define DTX_HIST_SIZE_MIN_ONE 7 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx.h75 #define DTX_HIST_SIZE_MIN_ONE 7 macro
H A Ddtx_decoder_amr_wb.cpp739 tmp = DTX_HIST_SIZE_MIN_ONE;
741 for (i = 0; i < DTX_HIST_SIZE_MIN_ONE; i++)
754 for (i = DTX_HIST_SIZE_MIN_ONE; i > 0; i--)
785 ptr = DTX_HIST_SIZE_MIN_ONE;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Ddtx.c444 tmp = DTX_HIST_SIZE_MIN_ONE;
446 for (i = 0; i < DTX_HIST_SIZE_MIN_ONE; i++)
459 for (i = DTX_HIST_SIZE_MIN_ONE; i > 0; i--)
489 ptr = DTX_HIST_SIZE_MIN_ONE;

Completed in 91 milliseconds