HomeSort by relevance Sort by last modified time
    Searched refs:iWidth (Results 1 - 25 of 59) 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++)
  /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_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++)
  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 58 int32_t iWidth = bitmap_rect.Width();
60 int32_t iPitch = (iWidth * bpp + 31) / 32 * 4;
61 if (iWidth * iHeight < 1)
65 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) {
  /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/fgas/font/
cfgas_gefont.cpp 267 int32_t& iWidth,
269 return GetCharWidthInternal(wUnicode, iWidth, true, bCharCode);
273 int32_t& iWidth,
277 iWidth = m_pCharWidthMap->GetAt(wUnicode, 0);
278 if (iWidth == 65535)
281 if (iWidth > 0)
286 bCharCode, &iWidth)) {
291 iWidth = m_pFont->GetGlyphWidth(iGlyph);
292 if (iWidth < 0)
293 iWidth = -1
    [all...]
cfgas_gefont.h 54 bool GetCharWidth(FX_WCHAR wUnicode, int32_t& iWidth, bool bCharCode);
91 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 38 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 72 int iWidth,
99 if (iWidth <= 0 || iHeight <= 0) {
146 if (iWidth > stw_dev->max_2d_length) {
148 iWidth = stw_dev->max_2d_length;
197 rect.right = rect.left + iWidth;
236 assert(rect.right - rect.left == iWidth);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug447.go 27 for _, iWidth := range intWidths {
30 itype := fmt.Sprintf("%s%d", typ, iWidth)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug447.go 27 for _, iWidth := range intWidths {
30 itype := fmt.Sprintf("%s%d", typ, iWidth)

Completed in 9738 milliseconds

1 2 3