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

1 2 3

  /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++)
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest_defines.h 61 AutoTestSize(unsigned int iWidth, unsigned int iHeight) :
62 width(iWidth), height(iHeight) {
84 AutoTestRect(unsigned int iX, unsigned int iY, unsigned int iWidth, unsigned int iHeight) :
85 size(iX, iY), origin(iWidth, iHeight) {
  /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...]
  /hardware/intel/img/hwcomposer/ips/tangier/
TngGrallocBuffer.cpp 50 mWidth = grallocHandle->iWidth;
  /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/omap4-aah/hwc/
hal_public.h 94 int 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...]
  /external/pdfium/core/src/fpdftext/
txtproc.h 40 void WriteOutput(CFX_WideString& str, FX_FLOAT leftx, FX_FLOAT width, int iWidth);

Completed in 685 milliseconds

1 2 3