Searched refs:SAD (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_SADQuar.c27 * This function will calculate SAD of pSrc with average of two Ref blocks
41 * This function calculates the SAD between one block (pSrc) and the
54 * [out] pDstSAD Pointer of result SAD
73 OMX_S32 SAD = 0; local
85 SAD += armAbs(pSrc [y * iSrcStep + x] - ((
91 *pDstSAD = SAD;
H A DomxVCM4P10_MotionEstimationMB.c61 * Calculate SAD value for the selected MB encoding mode and update
62 * pDstBlockSAD parameter. These SAD values are calculated 4x4 blocks at
81 * [out] pDstBlockSAD - pointer to 16 element array for SAD corresponding to 4x4 blocks
420 /* Calculate SAD from predicted buffer */
424 OMX_S32 SAD; local
429 /* SAD for each 4x4 block in scan order */
444 &SAD,
447 *(pDstBlockSAD + 4 * Block8x8 + Block4x4) = (SAD < 0x7fff) ? (OMX_U16) SAD : ARM_VCM4P10_MAX_MODE_VALUE;
1739 * each MB. For implementations that cannot compute the SAD value
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSmileys.java46 public static int SAD = 1; field in class:Smileys
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTone.java121 SAD(0x31), enum constant in enum:Tone

Completed in 101 milliseconds