Searched refs:delayElem (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
692 * [in] delayElem First 32 bit Operand
701 OMX_S32 armSatMac_S16S32_S32(OMX_S32 mac, OMX_S32 delayElem, OMX_S16 filTap ) argument
706 result = armSatMulS16S32_S32(filTap,delayElem);
718 result = delayElem * filTap;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
692 * [in] delayElem First 32 bit Operand
701 OMX_S32 armSatMac_S16S32_S32(OMX_S32 mac, OMX_S32 delayElem, OMX_S16 filTap ) argument
706 result = armSatMulS16S32_S32(filTap,delayElem);
718 result = delayElem * filTap;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c687 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
689 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
692 * [in] delayElem First 32 bit Operand
701 OMX_S32 armSatMac_S16S32_S32(OMX_S32 mac, OMX_S32 delayElem, OMX_S16 filTap ) argument
706 result = armSatMulS16S32_S32(filTap,delayElem);
718 result = delayElem * filTap;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
408 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
411 * [in] delayElem First 32 bit Operand
422 OMX_S32 delayElem,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
408 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
411 * [in] delayElem First 32 bit Operand
422 OMX_S32 delayElem,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM.h406 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac
408 * mac = mac + Saturate_in_32Bits(delayElem * filTap)
411 * [in] delayElem First 32 bit Operand
422 OMX_S32 delayElem,

Completed in 3557 milliseconds