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

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_SAD_8x.c 51 * iHeight - Height of the block
67 * - iHeight is not 4, 8 or 16
76 OMX_U32 iHeight
83 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8);
omxVCCOMM_Average_16x.c 54 * iHeight - Height of the blocks
71 * - iHeight is not 8 or 16.
81 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight);
omxVCCOMM_SAD_16x.c 51 * iHeight - Height of the block
67 * - iHeight is not 8 or 16
76 OMX_U32 iHeight
83 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16);
omxVCCOMM_Average_8x.c 54 * iHeight - Height of the blocks
71 * - iHeight is not 4, 8, or 16.
81 OMX_U32 iHeight
91 armRetArgErrIf((iHeight != 4) && (iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight);
armVCCOMM_Average.c 27 * This function will calculate Average of two blocks if size iWidth X iHeight
52 * [in] iHeight Height of the blocks
67 OMX_U32 iHeight
77 for (y = 0; y < iHeight; y++)
armVCCOMM_SAD.c 49 * [in] iHeight Height of the block
63 OMX_U32 iHeight,
75 for (y = 0; y < iHeight; y++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SADQuar_8x.c 56 * iHeight - Height of the block; must be equal either 4, 8, or 16.
65 * - iHeight is not equal to either 4, 8, or 16.
80 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 16) && (iHeight != 8) &&
89 (iHeight != 4), OMX_Sts_BadArgErr)
96 iRefStep0, iRefStep1, pDstSAD, iHeight, 8);
omxVCM4P10_InterpolateHalfHor_Luma.c 53 * iHeight - Height of the current block; must be equal to 4, 8, or 16
75 * - iWidth or iHeight have values other than 4, 8, or 16
90 OMX_U32 iHeight
109 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
118 iHeight);
131 iHeight);
armVCM4P10_Interpolate_Luma.c 50 * [in] iHeight Height of the current block
63 OMX_U32 iHeight
68 for (y = 0; y < iHeight; y++)
92 * [in] iHeight Height of the current block
110 OMX_U32 iHeight,
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...]
omxVCM4P10_Average_4x.c 52 * iHeight - Height of the blocks; must be either 4 or 8.
69 * - iHeight is not equal to either 4 or 8
79 OMX_U32 iHeight
86 armRetArgErrIf((iHeight != 4) && (iHeight != 8), OMX_Sts_BadArgErr)
93 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight);
omxVCM4P10_SADQuar_16x.c 56 * iHeight - Height of the block; must be equal to either 8 or 16
65 * - iHeight is not equal to either 8 or 16.
80 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
95 iRefStep0, iRefStep1, pDstSAD, iHeight, 16);
omxVCM4P10_SADQuar_4x.c 56 * iHeight - Height of the block; must be equal to either 4 or 8.
65 * - iHeight is not equal to either 4 or 8.
80 OMX_U32 iHeight
88 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr);
94 iRefStep0, iRefStep1, pDstSAD, iHeight, 4);
omxVCM4P10_SAD_4x.c 51 * iHeight -Height of the block; must be equal to either 4 or 8.
62 * - iHeight is not equal to either 4 or 8.
73 OMX_U32 iHeight
80 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
86 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4);
omxVCM4P10_InterpolateHalfVer_Luma.c 54 * iHeight - Height of the current block; must be equal to either 4, 8, or 16
76 * - iWidth or iHeight have values other than 4, 8, or 16
89 OMX_U32 iHeight
108 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
117 iHeight);
130 iHeight);
armVCM4P10_Interpolate_Chroma.c 49 * [in] iHeight Height of the current block
66 OMX_U32 iHeight,
84 armRetArgErrIf(iHeight == 0, OMX_Sts_BadArgErr)
94 for (y = 0; y < iHeight; y++)
109 for (y = 0; y < iHeight; y++)
armVCM4P10_InterpolateHalfHor_Luma.c 51 * [in] iHeight Height of the current block
65 OMX_U32 iHeight
75 for (y = 0; y < iHeight; y++)
armVCM4P10_InterpolateHalfVer_Luma.c 52 * [in] iHeight Height of the current block
66 OMX_U32 iHeight
77 for (y = 0; y < iHeight; y++)
armVCM4P10_SADQuar.c 52 * [in] iHeight Height of the block
68 OMX_U32 iHeight,
81 for (y = 0; y < iHeight; y++)
armVCM4P10_InterpolateHalfDiag_Luma.c 53 * [in] iHeight Height of the current block
67 OMX_U32 iHeight
81 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
83 for (y = 0; y < iHeight + 5; y++)
100 for (y = 0; y < iHeight; y++)
  /external/pdfium/xfa/src/fdp/src/fde/
fde_devbasic.h 11 int32_t iHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 43 iHeight RN 9
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 43 iHeight RN 9
91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 56 iHeight RN 5
148 M_LDRD iWidth, iHeight, Width
215 SUBS iHeight, iHeight, #4
245 SUBS iHeight, iHeight, #2
271 SUBS iHeight, iHeight, #2
291 SUBS iHeight, iHeight, #
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 97 OMX_U32 iHeight;
120 iHeight = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameHeight;
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))));
128 if((iHeight & 1) !=0)
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))),
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBuffer.cpp 51 mHeight = grallocHandle->iHeight;

Completed in 896 milliseconds

1 2 3