HomeSort by relevance Sort by last modified time
    Searched refs:iWidth (Results 1 - 25 of 34) 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);
PngFile.c 288 int iWidth, int iHeight, png_color bkgColor)
335 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
349 ulRowBytes = iWidth * ciChannels;
  /device/samsung/crespo/include/
hal_public.h 95 int iWidth;
  /hardware/ti/omap4xxx/hwc/
hal_public.h 94 int iWidth;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 72 iWidth RN 5
179 M_LDR iWidth, ptrWidth
530 SUBS iWidth, iWidth, #4
537 M_LDR iWidth, ptrWidth
541 SUB pSrc, pSrc, iWidth
542 SUB pDst, pDst, iWidth
armVCM4P10_Interpolate_Chroma_s.s 41 iWidth RN 4
134 M_LDRD iWidth, iHeight, Width
165 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 266 Private->EPOC_BytesPerScanLine = screenInfo.iScreenSize.iWidth * Private->EPOC_BytesPerPixel;
289 Private->EPOC_BytesPerScanLine = Private->EPOC_WsScreen->SizeInPixels().iWidth * Private->EPOC_BytesPerPixel;
293 _this->info.current_w = Private->EPOC_ScreenSize.iWidth;
384 Private->EPOC_ScreenOffset = (Private->EPOC_ScreenSize.iWidth - current->w) / 2;
404 if (fullScreen.w < Private->EPOC_ScreenSize.iWidth
405 && fullScreen.w < Private->EPOC_ScreenSize.iWidth) {
413 for (int x=0; x < Private->EPOC_ScreenSize.iWidth; x++) {
497 TInt targetScanlineLength = Private->EPOC_ScreenSize.iWidth;
548 + Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight),
572 + (Private->EPOC_ScreenSize.iWidth * Private->EPOC_ScreenSize.iHeight)),
    [all...]
  /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
JetSegGraph.py 59 self.iWidth = 0
83 self.iWidth = self.iEnd - self.iStart
267 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)

Completed in 357 milliseconds

1 2