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

  /external/pdfium/xfa/src/fdp/src/fde/
fde_devbasic.h 11 int32_t iHeight;
  /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/ti/omap4-aah/hwc/
hal_public.h 95 int iHeight;
  /hardware/ti/omap4xxx/hwc/
hal_public.h 95 int iHeight;
  /hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
img_gralloc_public.h 147 int iHeight;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
img_gralloc_public.h 147 int iHeight;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 97 OMX_U32 iHeight;
120 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
123 VPP_DPRINT("CMMFVideoImageConv::Picture Size w = %d x h= %d", iWidth, iHeight);
125 OMX_MALLOC(pComponentPrivate->overlay->iOvlyConvBufPtr, ((2*iWidth*iHeight)+ (2*(iWidth+2)*(iHeight+3*KDeepFiltering))));
128 if((iHeight & 1) !=0)
134 pComponentPrivate->overlay->iRBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0;
135 pComponentPrivate->overlay->iGBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+1;
136 pComponentPrivate->overlay->iBBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+2;
154 ConvertFormatFromPlanar((pComponentPrivate->overlay->iOvlyConvBufPtr+(2*(iWidth+pComponentPrivate->overlay->iAlign)*(iHeight+3*KDeepFiltering))),
    [all...]
  /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/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 796 FX_FLOAT iHeight = m_rtClient.height;
805 bShowVertScr = (fs.y > iHeight);
    [all...]
  /external/mesa3d/include/EGL/
eglext.h 250 EGLint iHeight;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp     [all...]
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 259 EGLint iHeight;
  /frameworks/native/opengl/include/EGL/
eglext.h 259 EGLint iHeight;
  /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...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 1519 milliseconds