Home
last modified time | relevance | path

Searched refs:SHAPE_KBD (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/include/
Dmdct.h133 typedef enum { SHAPE_SINE = 0, SHAPE_KBD, SHAPE_LOL } WINDOW_SHAPE; enumerator
/external/aac/libAACdec/src/
Dstereo.cpp664 } else if ((previousShape == SHAPE_SINE) && (currentShape == SHAPE_KBD)) { in CJointStereo_ApplyMS()
666 } else if ((previousShape == SHAPE_KBD) && (currentShape == SHAPE_KBD)) { in CJointStereo_ApplyMS()