HomeSort by relevance Sort by last modified time
    Searched refs:iWidth (Results 1 - 25 of 69) 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...]
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...]
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_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...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_devbasic.h 10 int32_t iWidth;
  /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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
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++)
armVCCOMM_SAD.c 50 * [in] iWidth Width of the block
64 OMX_U32 iWidth
77 for (x = 0; x < iWidth; x++)
  /hardware/intel/img/hwcomposer/merrifield/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...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.h 49 int32_t& iWidth,
89 int32_t& iWidth,
97 void CreateGlyphBitmap(int32_t iWidth,
fx_gdifont.cpp 299 int32_t& iWidth,
302 iWidth = (int32_t)(int16_t)m_WidthCache.GetAt(wUnicode, 0);
303 if (iWidth == 0 || iWidth == -1) {
308 if (!::GetCharWidthI(m_hDC, iGlyph, 1, NULL, &iWidth)) {
309 iWidth = -1;
312 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) {
316 iWidth = -1;
319 m_WidthCache.SetAtGrow(wUnicode, (int16_t)iWidth);
322 return iWidth > 0;
    [all...]
fx_gefont.cpp 393 int32_t& iWidth,
395 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode);
398 int32_t& iWidth,
402 iWidth = m_pCharWidthMap->GetAt(wUnicode, 0);
403 if (iWidth < 1) {
405 !m_pProvider->GetCharWidth(this, wUnicode, iWidth, bCharCode)) {
410 iWidth = m_pFont->GetGlyphWidth(iGlyph);
411 if (iWidth < 0) {
412 iWidth = -1;
415 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) {
    [all...]
fx_gefont.h 34 int32_t& iWidth,
81 int32_t& iWidth,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBuffer.cpp 55 mWidth = grallocHandle->iWidth;
  /external/libpng/contrib/visupng/
PngFile.h 23 int iWidth, int iHeight, png_color BkgColor);
  /external/lzma/CPP/Windows/Control/
CommandBar.h 34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
  /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);

Completed in 812 milliseconds

1 2 3