Searched refs:KBD_WINDOW (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACenc/src/ |
D | block_switch.cpp | 111 … INT blockType2windowShape[2][5] = { {SINE_WINDOW, KBD_WINDOW, WRONG_WINDOW, SINE_WINDOW, KBD_WIN… 112 … {KBD_WINDOW, SINE_WINDOW, SINE_WINDOW, KBD_WINDOW, WRONG_WINDOW} }; /* LC */
|
D | psy_const.h | 125 KBD_WINDOW = 1, enumerator
|
D | bitenc.cpp | 198 FDKwriteBits(hBitStream, (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape,1); in FDKaacEnc_encodeIcsInfo()
|