Searched defs:square (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c60 frame_t square[SQUARE_FRAMES]; variable
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768;
158 square[i].right = square[i].left;
193 buffer = square;
194 size = sizeof(square);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp198 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
294 inline int square(int x) { function
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
322 score += (etc1_uint32) square(decodedB - pixelB);
479 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B

Completed in 7940 milliseconds