HomeSort by relevance Sort by last modified time
    Searched refs:iWidth (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c 36 * multiple of iWidth.
37 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
44 * If iWidth==4, 4-byte alignment required.
45 * If iWidth==8, 8-byte alignment required.
46 * If iWidth==16, 16-byte alignment required.
49 * If iWidth==4, 4-byte alignment required.
50 * If iWidth==8, 8-byte alignment required.
51 * If iWidth==16, 16-byte alignment required.
60 * - iWidth or iHeight have values other than 4, 8, or 16
61 * - iWidth==4 but pDstLeft and/or pDstRight is/are not aligned on a 4-byte boundary
    [all...]
armVCM4P10_Interpolate_Luma.c 34 * [in] iWidth Width of the current block
47 OMX_U32 iWidth,
55 for (x = 0; x < iWidth; x++)
76 * [in] iWidth Width of the current block
94 OMX_U32 iWidth,
126 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
132 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
137 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
144 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
149 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight)
    [all...]
armVCM4P10_InterpolateHalfDiag_Luma.c 37 * [in] iWidth Width of the current block
51 OMX_U32 iWidth,
66 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
70 for (x = 0; x < iWidth; x++)
80 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff;
87 for (x = 0; x < iWidth; x++)
89 pos = y * iWidth + x;
92 5 * Buf [pos + 1 * iWidth] +
93 20 * Buf [pos + 2 * iWidth] +
94 20 * Buf [pos + 3 * iWidth] -
    [all...]
omxVCM4P10_InterpolateHalfVer_Luma.c 37 * multiple of iWidth.
38 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
45 * If iWidth==4, 4-byte alignment required.
46 * If iWidth==8, 8-byte alignment required.
47 * If iWidth==16, 16-byte alignment required.
50 * If iWidth==4, 4-byte alignment required.
51 * If iWidth==8, 8-byte alignment required.
52 * If iWidth==16, 16-byte alignment required.
61 * - iWidth or iHeight have values other than 4, 8, or 16
62 * - iWidth==4 but pDstUp and/or pDstDown is/are not aligned on a 4-byte boundary
    [all...]
armVCM4P10_Interpolate_Chroma.c 33 * [in] iWidth Width of the current block
50 OMX_U32 iWidth,
68 armRetArgErrIf(iWidth == 0, OMX_Sts_BadArgErr)
81 for (x = 0; x < iWidth; x++)
96 for (x = 0; x < iWidth; x++)
armVCM4P10_InterpolateHalfHor_Luma.c 35 * [in] iWidth Width of the current block
49 OMX_U32 iWidth,
62 for (x = 0; x < iWidth; x++)
armVCM4P10_InterpolateHalfVer_Luma.c 36 * [in] iWidth Width of the current block
50 OMX_U32 iWidth,
64 for (x = 0; x < iWidth; x++)
armVCM4P10_SADQuar.c 38 * [in] iWidth Width of the block
54 OMX_U32 iWidth
68 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 27 iWidth RN 4
103 M_LDR iWidth, Width
117 SUB temp, iWidth, #1
122 ORR iWidth, iWidth, temp, LSL #16
163 ;// iWidth packed with MSB (top 16 bits)
165 ;// (iWidth -1) and LSB (lower 16 bits)
168 SUBS iWidth, iWidth, #1<<17
214 ADD iWidth, iWidth, #1<<1
    [all...]
omxVCM4P10_InterpolateLuma_s.s 82 iWidth RN 5
111 ;// r5 - iWidth
135 M_LDR iWidth, ptrWidth
138 M_PRINTF "roi.width %d\n", iWidth
401 SUBS iWidth, iWidth, #4
410 M_LDR iWidth, ptrWidth
414 SUB pSrc, pSrc, iWidth
415 SUB pDst, pDst, iWidth
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
armVCCOMM_Average.c 12 * This function will calculate Average of two blocks if size iWidth X iHeight
36 * [in] iWidth Width of the blocks
51 OMX_U32 iWidth,
64 for (x = 0; x < iWidth; x++)
armVCCOMM_SAD.c 35 * [in] iWidth Width of the block
49 OMX_U32 iWidth
62 for (x = 0; x < iWidth; x++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 838 * [in] iWidth Width of the current block
852 OMX_U32 iWidth,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 838 * [in] iWidth Width of the current block
852 OMX_U32 iWidth,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 838 * [in] iWidth Width of the current block
852 OMX_U32 iWidth,
    [all...]
  /external/libpng/contrib/visupng/
PngFile.h 23 int iWidth, int iHeight, png_color BkgColor);
  /external/chromium_org/third_party/mesa/src/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);
  /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);
  /hardware/ti/omap4xxx/hwc/
hal_public.h 94 int iWidth;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 255 const TInt tmp = size.iWidth;
256 size.iWidth = size.iHeight;
455 if(aSize.iWidth > size.iWidth)
496 for(TInt i = 0; i < aSz.iWidth; i++)
528 const TInt targetWidth = HwRect().Size().iWidth;
688 pos.iX = asz.iWidth - pos.iX;
698 pos.iX /= asz.iWidth;
700 pos.iX *= iSwSize.iWidth;
717 const TInt dh = (sz.iHeight << 16) / sz.iWidth;
    [all...]
dsa.cpp 406 const TInt scanLineWidth = iDsa.SwSize().iWidth;
708 const TInt tmp = size.iWidth;
709 size.iWidth = size.iHeight;
903 if(aSize.iWidth > size.iWidth)
950 for(TInt i = 0; i < aSz.iWidth; i++)
997 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight);
1152 pos.iX = asz.iWidth - pos.iX;
1162 pos.iX /= asz.iWidth;
1164 pos.iX *= iSwSize.iWidth;
    [all...]
dsa_new.cpp 64 const TInt scanLineWidth = iDsa.SwSize().iWidth;
419 const TInt tmp = size.iWidth;
420 size.iWidth = size.iHeight;
662 if(aSize.iWidth > size.iWidth)
709 for(TInt i = 0; i < aSz.iWidth; i++)
765 targetPtr += (aSourceRect.iTl.iY + aUpdateRect.iTl.iY ) * SwSize().iWidth;
772 const TInt targetWidth32 = SwSize().iWidth;
882 Wipe(iTargetBpp * SwSize().iWidth * SwSize().iHeight);
1083 pos.iX = asz.iWidth - pos.iX
    [all...]
SDL_epocvideo.cpp 267 Private->iRect.w = sz.iWidth;
410 if(width > screenSize.iWidth || height > screenSize.iHeight)
414 width = screenSize.iWidth;
433 if(width == screenSize.iWidth && height == screenSize.iHeight)
486 Private->iScreenPos.iX = Max(0, (screenSize.iWidth - width) / 2);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 360 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel;
363 SDL_TRACE1("Screen width %d", screenInfo.iScreenSize.iWidth);
402 Private->EPOC_BytesPerScanLine = Private->EPOC_WsScreen->SizeInPixels().iWidth * Private->EPOC_BytesPerPixel;
579 if ((width>Private->EPOC_ScreenSize.iWidth) && (width>height)) {
589 if (w > Private->EPOC_ScreenSize.iWidth) {
593 if (scaledWidth > Private->EPOC_ScreenSize.iWidth)
611 Private->EPOC_ScreenOffset.iX = (Private->EPOC_ScreenSize.iWidth - w) / 2;
645 if ((w < Private->EPOC_ScreenSize.iWidth)
687 for (int x = 0; x < Private->EPOC_ScreenSize.iWidth; x++) {
876 const TInt targetScanlineLength = Private->EPOC_ScreenSize.iWidth;
    [all...]

Completed in 644 milliseconds

1 2