Searched refs:iWidth (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateHalfHor_Luma.c51 * 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
83 omxVCM4P10_InterpolateHalfHor_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDstLeft, OMX_U8* pDstRight, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
[all...]
H A DarmVCM4P10_Interpolate_Luma.c49 * [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, iHeigh
57 armM4P10_Copy( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
104 armVCM4P10_Interpolate_Luma( const OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
[all...]
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c52 * [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]
61 armVCM4P10_InterpolateHalfDiag_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
[all...]
H A DomxVCM4P10_InterpolateHalfVer_Luma.c52 * 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
82 omxVCM4P10_InterpolateHalfVer_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDstUp, OMX_U8* pDstDown, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
[all...]
H A DarmVCM4P10_Interpolate_Chroma.c48 * [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++)
60 armVCM4P10_Interpolate_Chroma( OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
H A DarmVCM4P10_InterpolateHalfHor_Luma.c50 * [in] iWidth Width of the current block
64 OMX_U32 iWidth,
77 for (x = 0; x < iWidth; x++)
59 armVCM4P10_InterpolateHalfHor_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DarmVCM4P10_InterpolateHalfVer_Luma.c51 * [in] iWidth Width of the current block
65 OMX_U32 iWidth,
79 for (x = 0; x < iWidth; x++)
60 armVCM4P10_InterpolateHalfVer_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DarmVCM4P10_SADQuar.c53 * [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/
H A DarmVCM4P10_Interpolate_Chroma_s.s41 iWidth RN 4 label
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, iWidt
[all...]
H A DomxVCM4P10_InterpolateLuma_s.s96 iWidth RN 5 label
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/
H A DarmVCCOMM_Average.c27 * 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++)
59 armVCCOMM_Average( const OMX_U8* pPred0, const OMX_U8* pPred1, OMX_U32 iPredStep0, OMX_U32 iPredStep1, OMX_U8* pDstPred, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DarmVCCOMM_SAD.c50 * [in] iWidth Width of the block
64 OMX_U32 iWidth
77 for (x = 0; x < iWidth; x++)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h853 * [in] iWidth Width of the current block
867 OMX_U32 iWidth,
884 * [in] iWidth Width of the current block
898 OMX_U32 iWidth,
915 * [in] iWidth Width of the current block
929 OMX_U32 iWidth,
979 * [in] iWidth Width of the block
993 OMX_U32 iWidth);
1008 * [in] iWidth Width of the blocks
1023 OMX_U32 iWidth,
[all...]
H A DomxVC.h3925 * multiple of iWidth.
3926 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
3933 * If iWidth==4, 4-byte alignment required.
3934 * If iWidth==8, 8-byte alignment required.
3935 * If iWidth==16, 16-byte alignment required.
3938 * If iWidth==4, 4-byte alignment required.
3939 * If iWidth==8, 8-byte alignment required.
3940 * If iWidth==16, 16-byte alignment required.
3949 * - iWidth or iHeight have values other than 4, 8, or 16
3950 * - iWidth
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h853 * [in] iWidth Width of the current block
867 OMX_U32 iWidth,
884 * [in] iWidth Width of the current block
898 OMX_U32 iWidth,
915 * [in] iWidth Width of the current block
929 OMX_U32 iWidth,
979 * [in] iWidth Width of the block
993 OMX_U32 iWidth);
1008 * [in] iWidth Width of the blocks
1023 OMX_U32 iWidth,
[all...]
H A DomxVC.h3925 * multiple of iWidth.
3926 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
3933 * If iWidth==4, 4-byte alignment required.
3934 * If iWidth==8, 8-byte alignment required.
3935 * If iWidth==16, 16-byte alignment required.
3938 * If iWidth==4, 4-byte alignment required.
3939 * If iWidth==8, 8-byte alignment required.
3940 * If iWidth==16, 16-byte alignment required.
3949 * - iWidth or iHeight have values other than 4, 8, or 16
3950 * - iWidth
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h853 * [in] iWidth Width of the current block
867 OMX_U32 iWidth,
884 * [in] iWidth Width of the current block
898 OMX_U32 iWidth,
915 * [in] iWidth Width of the current block
929 OMX_U32 iWidth,
979 * [in] iWidth Width of the block
993 OMX_U32 iWidth);
1008 * [in] iWidth Width of the blocks
1023 OMX_U32 iWidth,
[all...]
H A DomxVC.h3925 * multiple of iWidth.
3926 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
3933 * If iWidth==4, 4-byte alignment required.
3934 * If iWidth==8, 8-byte alignment required.
3935 * If iWidth==16, 16-byte alignment required.
3938 * If iWidth==4, 4-byte alignment required.
3939 * If iWidth==8, 8-byte alignment required.
3940 * If iWidth==16, 16-byte alignment required.
3949 * - iWidth or iHeight have values other than 4, 8, or 16
3950 * - iWidth
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateLuma_s.s86 iWidth RN 5 label
193 M_LDR iWidth, ptrWidth
544 SUBS iWidth, iWidth, #4
551 M_LDR iWidth, ptrWidth
555 SUB pSrc, pSrc, iWidth
556 SUB pDst, pDst, iWidth
H A DarmVCM4P10_Interpolate_Chroma_s.s55 iWidth RN 4 label
148 M_LDRD iWidth, iHeight, Width
179 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
/frameworks/native/opengl/include/EGL/
H A Deglext.h249 EGLint iWidth; member in struct:EGLClientPixmapHI

Completed in 7959 milliseconds