HomeSort by relevance Sort by last modified time
    Searched defs:iHeight (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 59 int32_t iHeight = bitmap_rect.Height();
61 if (iWidth * iHeight < 1)
64 if (iPitch * iHeight <= _FPDFAPI_IMAGESIZE_LIMIT_ &&
65 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 43 iHeight RN 9
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #
    [all...]
omxVCM4P10_InterpolateLuma_s.s 95 iHeight RN 4
124 ;// r4 - iHeight
150 M_LDR iHeight, ptrHeight
153 M_PRINTF "roi.height %d\n", iHeight
423 SUBS iHeight, iHeight, #4
armVCM4P10_Interpolate_Chroma_s.s 42 iHeight RN 5
118 M_LDR iHeight, Height
227 SUBS iHeight, iHeight, #2
265 SUBS iHeight, iHeight, #2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 43 iHeight RN 9
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 56 iHeight RN 5
148 M_LDRD iWidth, iHeight, Width
215 SUBS iHeight, iHeight, #4
245 SUBS iHeight, iHeight, #2
271 SUBS iHeight, iHeight, #2
291 SUBS iHeight, iHeight, #
    [all...]
omxVCM4P10_InterpolateLuma_s.s 85 iHeight RN 4
194 M_LDR iHeight, ptrHeight
550 SUBS iHeight, iHeight, #4
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_common_public.h 138 int iHeight;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_common_public.h 138 int iHeight;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 172 final int iHeight = blockHeight(iBlock);
174 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
177 blockData[index].length, iHeight * blockWidth(jBlock));
236 final int iHeight = pEnd - pStart;
243 final T[] block = buildArray(field, iHeight * jWidth);
288 final int iHeight = pEnd - pStart;
293 blocks[blockIndex] = buildArray(field, iHeight * jWidth);
699 final int iHeight = out.blockHeight(iBlock);
710 final int heightExcess = iHeight + rowsShift - BLOCK_SIZE;
728 outBlock, jWidth, iHeight - heightExcess, 0)
    [all...]
BlockRealMatrix.java 169 final int iHeight = blockHeight(iBlock);
171 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
174 blockData[index].length, iHeight * blockWidth(jBlock));
230 final int iHeight = pEnd - pStart;
237 final double[] block = new double[iHeight * jWidth];
278 final int iHeight = pEnd - pStart;
283 blocks[blockIndex] = new double[iHeight * jWidth];
673 final int iHeight = blockHeight(iBlock);
677 for (int i = 0; i < iHeight; ++i) {
724 final int iHeight = out.blockHeight(iBlock)
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 124 UInt32 iHeight;
131 &iHeight,
136 iHeight,
1124 PyDoc_STR("(UInt32 iWidth, UInt32 iHeight, TXNFrameID iTXNFrameID) -> None")},
    [all...]
  /development/ndk/platforms/android-18/include/EGL/
eglext.h 250 EGLint iHeight;
  /development/ndk/platforms/android-19/include/EGL/
eglext.h 250 EGLint iHeight;
  /development/ndk/platforms/android-21/include/EGL/
eglext.h 250 EGLint iHeight;
  /development/ndk/platforms/android-23/include/EGL/
eglext.h 259 EGLint iHeight;
  /development/ndk/platforms/android-24/include/EGL/
eglext.h 259 EGLint iHeight;
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 259 EGLint iHeight;
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglext.h 250 EGLint iHeight;
  /external/mesa3d/include/EGL/
eglext.h     [all...]
  /external/swiftshader/include/EGL/
eglext.h     [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]

Completed in 1300 milliseconds

1 2