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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1969 static const int32_t kFixedOne = 0x10000; local
1970 if (a00 == kFixedOne && a01 == 0 && a10 == 0 && a11 == kFixedOne) {
1973 } else if (a00 == 0 && a01 == kFixedOne && a10 == -kFixedOne && a11 == 0) {
1975 } else if (a00 == 0 && a01 == -kFixedOne && a10 == kFixedOne && a11 == 0) {
1977 } else if (a00 == -kFixedOne && a01 == 0 && a10 == 0 && a11 == -kFixedOne) {

Completed in 391 milliseconds