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

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dgray_tbl.cpp47 This file contains the declaration for the gray encoding and decoding tables,
86 extern const Word16 gray[];
88 const Word16 gray[8] = {0, 1, 3, 2, 6, 4, 5, 7}; variable
130 [1] gray.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc1035pf.h42 code_10i40_35bits(). Added extern declaration for gray[] defined
88 extern Word16 gray[];
H A Dc1035pf.cpp138 the gray encoder table
164 *ind = (tmp & 0x8) | gray[tmp & 0x7];
168 *ind = gray[tmp & 0x7];
210 *pInd = (tmp & 0x8) | gray[tmp & 0x7];
214 *pInd = gray[tmp & 0x7];
H A Dc4_17pf.cpp127 extern const Word16 gray[];
792 index = gray[index];
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dframetovalues.cpp47 int gray = getIntensityFast(R, G, B); local
48 *(grayPtr+idx) = static_cast<unsigned char>(gray);
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css1154 color: gray;
1188 border: 1px solid gray;
1190 box-shadow: 1px 1px 7px gray;

Completed in 351 milliseconds