Searched refs:complex_high (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dvad1.h121 Word16 complex_high; /* flags for complex detection */ member in struct:__anon506
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp1377 st->complex_high = shr(st->complex_high, 1, pOverflow);
1384 st->complex_high |= 0x4000;
1402 return ((Word16)(st->complex_high & 0x7f80) == 0x7f80 ||
1737 state->complex_high = 0;

Completed in 34 milliseconds