Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 172) sorted by relevance

1234567

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_intra_prediction.c162 static void Get4x4NeighbourPels(u8 *a, u8 *l, u8 *data, u8 *above, u8 *left,
164 static void Intra16x16VerticalPrediction(u8 *data, u8 *above);
166 static void Intra16x16DcPrediction(u8 *data, u8 *above, u8 *left,
168 static void Intra16x16PlanePrediction(u8 *data, u8 *above, u8 *left);
169 static void IntraChromaDcPrediction(u8 *data, u8 *above, u8 *left,
172 static void IntraChromaVerticalPrediction(u8 *data, u8 *above);
173 static void IntraChromaPlanePrediction(u8 *data, u8 *above, u8 *left);
175 static void Intra4x4VerticalPrediction(u8 *data, u8 *above);
177 static void Intra4x4DcPrediction(u8 *data, u8 *above, u8 *left, u32 A, u32 B);
178 static void Intra4x4DiagonalDownLeftPrediction(u8 *data, u8 *above);
[all …]
Dh264bsd_intra_prediction.h56 u8 *above, u8 *left, u32 constrainedIntraPred);
58 u8 *above, u8 *left, u32 constrainedIntraPred);
61 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred);
63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dsobeloperator.cpp48 const int above = (i > 0) ? curr - 4 * width : curr; in computeGradient() local
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) + in computeGradient()
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 + in computeGradient()
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) + in computeGradient()
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above); in computeGradient()
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.cpp105 SLVec3D above = *pAbove; in I3DMacroscopic_SetOrientationVectors() local
109 thiz->mOrientationVectors.mAbove = above; in I3DMacroscopic_SetOrientationVectors()
110 thiz->mOrientationVectors.mUp = above; // wrong in I3DMacroscopic_SetOrientationVectors()
DI3DLocation.cpp172 SLVec3D above = *pAbove; in I3DLocation_SetOrientationVectors() local
177 thiz->mOrientationVectors.mAbove = above; in I3DLocation_SetOrientationVectors()
/frameworks/webview/chromium/
DLICENSE7 // * Redistributions of source code must retain the above copyright
9 // * Redistributions in binary form must reproduce the above
/frameworks/base/obex/
DNOTICE8 - Redistributions of source code must retain the above copyright notice,
11 - Redistributions in binary form must reproduce the above copyright notice,
/frameworks/base/cmds/uiautomator/library/
Dapicheck_msg_last.txt4 an SDK. Please fix the errors listed above.
Dapicheck_msg_current.txt7 errors above.
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt13 * Redistributions of source code must retain the above copyright
15 * Redistributions in binary form must reproduce the above copyright
/frameworks/data-binding/compilerCommon/
DXMLParser.g49 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
DBindingExpression.g48 1. Redistributions of source code must retain the above copyright
10 2. Redistributions in binary form must reproduce the above copyright
449 | // covers all characters above 0xFF which are not a surrogate
460 | // covers all characters above 0xFF which are not a surrogate
DXMLLexer.g49 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
/frameworks/native/opengl/libs/
DAndroid.bp62 // In particular, DO NOT add libutils or anything "above" libcutils
83 // In particular, DO NOT add libutils nor anything "above" libui
/frameworks/compile/mclinker/
DLICENSE.TXT23 * Redistributions of source code must retain the above copyright notice,
26 * Redistributions in binary form must reproduce the above copyright notice,
/frameworks/base/core/java/android/text/
DStaticLayout.java889 int above, int below, int top, int bottom, int v,
918 fm.ascent = above;
933 above = fm.ascent;
963 mTopPadding = top - above;
967 above = top;
984 double ex = (below - above) * (spacingmult - 1) + spacingadd;
1004 mMaxLineHeight = v + (maxLineBelow - above);
1007 v += (below - above) + extra;
/frameworks/base/tests/utils/SleepUtils/
DREADME11 above, supported operations are:
/frameworks/native/opengl/include/KHR/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/EGL/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/wilhelm/include/SLES/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/wilhelm/include/OMXAL/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/GLES2/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/native/opengl/include/GLES3/
DNOTICE11 The above copyright notice and this permission notice shall be included
/frameworks/base/data/keyboards/
DVendor_046d_Product_c299.kl19 # 4 way buttons above hat
DVendor_046d_Product_c294.kl19 # 4 way buttons above hat

1234567