HomeSort by relevance Sort by last modified time
    Searched full:iwidth (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c 51 * multiple of iWidth.
52 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
59 * If iWidth==4, 4-byte alignment required.
60 * If iWidth==8, 8-byte alignment required.
61 * If iWidth==16, 16-byte alignment required.
64 * If iWidth==4, 4-byte alignment required.
65 * If iWidth==8, 8-byte alignment required.
66 * If iWidth==16, 16-byte alignment required.
75 * - iWidth or iHeight have values other than 4, 8, or 16
76 * - iWidth==4 but pDstLeft and/or pDstRight is/are not aligned on a 4-byte boundary
    [all...]
omxVCM4P10_InterpolateHalfVer_Luma.c 52 * multiple of iWidth.
53 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
60 * If iWidth==4, 4-byte alignment required.
61 * If iWidth==8, 8-byte alignment required.
62 * If iWidth==16, 16-byte alignment required.
65 * If iWidth==4, 4-byte alignment required.
66 * If iWidth==8, 8-byte alignment required.
67 * If iWidth==16, 16-byte alignment required.
76 * - iWidth or iHeight have values other than 4, 8, or 16
77 * - iWidth==4 but pDstUp and/or pDstDown is/are not aligned on a 4-byte boundary
    [all...]
armVCM4P10_Interpolate_Luma.c 49 * [in] iWidth Width of the current block
62 OMX_U32 iWidth,
70 for (x = 0; x < iWidth; x++)
91 * [in] iWidth Width of the current block
109 OMX_U32 iWidth,
141 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
147 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
152 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
159 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
164 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight)
    [all...]
armVCM4P10_InterpolateHalfDiag_Luma.c 52 * [in] iWidth Width of the current block
66 OMX_U32 iWidth,
81 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
85 for (x = 0; x < iWidth; x++)
95 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff;
102 for (x = 0; x < iWidth; x++)
104 pos = y * iWidth + x;
107 5 * Buf [pos + 1 * iWidth] +
108 20 * Buf [pos + 2 * iWidth] +
109 20 * Buf [pos + 3 * iWidth] -
    [all...]
armVCM4P10_Interpolate_Chroma.c 48 * [in] iWidth Width of the current block
65 OMX_U32 iWidth,
83 armRetArgErrIf(iWidth == 0, OMX_Sts_BadArgErr)
96 for (x = 0; x < iWidth; x++)
111 for (x = 0; x < iWidth; x++)
armVCM4P10_InterpolateHalfHor_Luma.c 50 * [in] iWidth Width of the current block
64 OMX_U32 iWidth,
77 for (x = 0; x < iWidth; x++)
armVCM4P10_InterpolateHalfVer_Luma.c 51 * [in] iWidth Width of the current block
65 OMX_U32 iWidth,
79 for (x = 0; x < iWidth; x++)
armVCM4P10_SADQuar.c 53 * [in] iWidth Width of the block
69 OMX_U32 iWidth
83 for (x = 0; x < iWidth; x++)
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 98 OMX_U32 iWidth;
121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth;
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))));
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))),
167 static OMX_U32 iWidth ;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 41 iWidth RN 4
117 M_LDR iWidth, Width
131 SUB temp, iWidth, #1
136 ORR iWidth, iWidth, temp, LSL #16
177 ;// iWidth packed with MSB (top 16 bits)
179 ;// (iWidth -1) and LSB (lower 16 bits)
182 SUBS iWidth, iWidth, #1<<17
228 ADD iWidth, iWidth, #1<<1
    [all...]
omxVCM4P10_InterpolateLuma_s.s 96 iWidth RN 5
125 ;// r5 - iWidth
149 M_LDR iWidth, ptrWidth
152 M_PRINTF "roi.width %d\n", iWidth
415 SUBS iWidth, iWidth, #4
424 M_LDR iWidth, ptrWidth
428 SUB pSrc, pSrc, iWidth
429 SUB pDst, pDst, iWidth
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
armVCCOMM_SAD.c 50 * [in] iWidth Width of the block
64 OMX_U32 iWidth
77 for (x = 0; x < iWidth; x++)
armVCCOMM_Average.c 27 * This function will calculate Average of two blocks if size iWidth X iHeight
51 * [in] iWidth Width of the blocks
66 OMX_U32 iWidth,
79 for (x = 0; x < iWidth; x++)
  /external/libvncserver/
tightvnc-1.3dev5-vncviewer-alpha-cursor.patch 27 + static int iwidth = 128;
31 + if (iwidth > si.framebufferWidth) {
32 + iwidth = si.framebufferWidth;
34 + if (iwidth > si.framebufferHeight) {
35 + iwidth = si.framebufferHeight;
39 + image = XGetImage(dpy, desktopWin, 0, 0, iwidth, iwidth,
118 + pixel = *(upix + (y-rsY)*iwidth + (x-rsX));
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 70 int iWidth,
94 if (iWidth <= 0 || iHeight <= 0) {
111 if (iWidth > stw_dev->max_2d_length) {
113 iWidth = stw_dev->max_2d_length;
162 rect.right = rect.left + iWidth;
201 assert(rect.right - rect.left == iWidth);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 165 int iwidth = mOverlayIcon.getIntrinsicWidth(); local
169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR);
171 mOverlayIcon.setBounds((vwidth - iwidth) / 2,
173 (vwidth + iwidth) / 2,
177 mOverlayIcon.setBounds((int) (vwidth - scale * iwidth) / 2,
179 (int) (vwidth + scale * iwidth) / 2,
  /external/libpng/contrib/visupng/
PngFile.h 23 int iWidth, int iHeight, png_color BkgColor);
  /external/pdfium/core/src/fpdftext/
txtproc.h 41 void WriteOutput(CFX_WideString& str, FX_FLOAT leftx, FX_FLOAT width, int iWidth);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBuffer.cpp 50 mWidth = grallocHandle->iWidth;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBuffer.cpp 50 mWidth = grallocHandle->iWidth;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 853 * [in] iWidth Width of the current bloc
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 853 * [in] iWidth Width of the current bloc
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 853 * [in] iWidth Width of the current bloc
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 86 iWidth RN 5
193 M_LDR iWidth, ptrWidth
544 SUBS iWidth, iWidth, #4
551 M_LDR iWidth, ptrWidth
555 SUB pSrc, pSrc, iWidth
556 SUB pDst, pDst, iWidth
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 105 self.iWidth = 0
116 self.iWidth = self.iWidth + width
117 self.SetSize((self.iWidth + 10, -1))
156 self.iWidth = 0
167 self.iWidth = self.iWidth + width
168 self.SetSize((self.iWidth + 10, -1))
214 self.iWidth = 0

Completed in 516 milliseconds

1 2 3