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

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_SAD_8x.c 36 * iHeight - Height of the block
52 * - iHeight is not 4, 8 or 16
61 OMX_U32 iHeight
68 armRetArgErrIf((iHeight != 16) && (iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8);
omxVCCOMM_Average_16x.c 39 * iHeight - Height of the blocks
56 * - iHeight is not 8 or 16.
66 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight);
omxVCCOMM_SAD_16x.c 36 * iHeight - Height of the block
52 * - iHeight is not 8 or 16
61 OMX_U32 iHeight
68 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16);
omxVCCOMM_Average_8x.c 39 * iHeight - Height of the blocks
56 * - iHeight is not 4, 8, or 16.
66 OMX_U32 iHeight
76 armRetArgErrIf((iHeight != 4) && (iHeight != 8) && (iHeight != 16), OMX_Sts_BadArgErr)
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight);
armVCCOMM_Average.c 12 * This function will calculate Average of two blocks if size iWidth X iHeight
37 * [in] iHeight Height of the blocks
52 OMX_U32 iHeight
62 for (y = 0; y < iHeight; y++)
armVCCOMM_SAD.c 34 * [in] iHeight Height of the block
48 OMX_U32 iHeight,
60 for (y = 0; y < iHeight; y++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SADQuar_8x.c 41 * iHeight - Height of the block; must be equal either 4, 8, or 16.
50 * - iHeight is not equal to either 4, 8, or 16.
65 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 16) && (iHeight != 8) &&
74 (iHeight != 4), OMX_Sts_BadArgErr)
81 iRefStep0, iRefStep1, pDstSAD, iHeight, 8);
omxVCM4P10_InterpolateHalfHor_Luma.c 38 * iHeight - Height of the current block; must be equal to 4, 8, or 16
60 * - iWidth or iHeight have values other than 4, 8, or 16
75 OMX_U32 iHeight
94 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
103 iHeight);
116 iHeight);
armVCM4P10_Interpolate_Luma.c 35 * [in] iHeight Height of the current block
48 OMX_U32 iHeight
53 for (y = 0; y < iHeight; y++)
77 * [in] iHeight Height of the current block
95 OMX_U32 iHeight,
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...]
omxVCM4P10_Average_4x.c 37 * iHeight - Height of the blocks; must be either 4 or 8.
54 * - iHeight is not equal to either 4 or 8
64 OMX_U32 iHeight
71 armRetArgErrIf((iHeight != 4) && (iHeight != 8), OMX_Sts_BadArgErr)
78 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight);
omxVCM4P10_SADQuar_16x.c 41 * iHeight - Height of the block; must be equal to either 8 or 16
50 * - iHeight is not equal to either 8 or 16.
65 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 16) && (iHeight != 8), OMX_Sts_BadArgErr)
80 iRefStep0, iRefStep1, pDstSAD, iHeight, 16);
omxVCM4P10_SADQuar_4x.c 41 * iHeight - Height of the block; must be equal to either 4 or 8.
50 * - iHeight is not equal to either 4 or 8.
65 OMX_U32 iHeight
73 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr);
79 iRefStep0, iRefStep1, pDstSAD, iHeight, 4);
omxVCM4P10_SAD_4x.c 36 * iHeight -Height of the block; must be equal to either 4 or 8.
47 * - iHeight is not equal to either 4 or 8.
58 OMX_U32 iHeight
65 armRetArgErrIf((iHeight != 8) && (iHeight != 4), OMX_Sts_BadArgErr)
71 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4);
omxVCM4P10_InterpolateHalfVer_Luma.c 39 * iHeight - Height of the current block; must be equal to either 4, 8, or 16
61 * - iWidth or iHeight have values other than 4, 8, or 16
74 OMX_U32 iHeight
93 armRetArgErrIf((iHeight != 16) && (iHeight != 8)&& (iHeight != 4), OMX_Sts_BadArgErr)
102 iHeight);
115 iHeight);
armVCM4P10_Interpolate_Chroma.c 34 * [in] iHeight Height of the current block
51 OMX_U32 iHeight,
69 armRetArgErrIf(iHeight == 0, OMX_Sts_BadArgErr)
79 for (y = 0; y < iHeight; y++)
94 for (y = 0; y < iHeight; y++)
armVCM4P10_InterpolateHalfHor_Luma.c 36 * [in] iHeight Height of the current block
50 OMX_U32 iHeight
60 for (y = 0; y < iHeight; y++)
armVCM4P10_InterpolateHalfVer_Luma.c 37 * [in] iHeight Height of the current block
51 OMX_U32 iHeight
62 for (y = 0; y < iHeight; y++)
armVCM4P10_SADQuar.c 37 * [in] iHeight Height of the block
53 OMX_U32 iHeight,
66 for (y = 0; y < iHeight; y++)
armVCM4P10_InterpolateHalfDiag_Luma.c 38 * [in] iHeight Height of the current block
52 OMX_U32 iHeight
66 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
68 for (y = 0; y < iHeight + 5; y++)
85 for (y = 0; y < iHeight; y++)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 29 iHeight RN 9
77 SUBS iHeight, iHeight, #1
88 SUBS iHeight, iHeight, #1
104 SUBS iHeight, iHeight, #1
120 SUBS iHeight, iHeight, #1
179 SUBS iHeight, iHeight, #
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 29 iHeight RN 9
77 SUBS iHeight, iHeight, #1
88 SUBS iHeight, iHeight, #1
104 SUBS iHeight, iHeight, #1
120 SUBS iHeight, iHeight, #1
179 SUBS iHeight, iHeight, #
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 42 iHeight RN 5
134 M_LDRD iWidth, iHeight, Width
201 SUBS iHeight, iHeight, #4
231 SUBS iHeight, iHeight, #2
257 SUBS iHeight, iHeight, #2
277 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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 839 * [in] iHeight Height of the current block
853 OMX_U32 iHeight
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 839 * [in] iHeight Height of the current block
853 OMX_U32 iHeight
    [all...]

Completed in 443 milliseconds

1 2 3