HomeSort by relevance Sort by last modified time
    Searched defs:SAD (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_SADQuar.c 12 * This function will calculate SAD of pSrc with average of two Ref blocks
26 * This function calculates the SAD between one block (pSrc) and the
39 * [out] pDstSAD Pointer of result SAD
58 OMX_S32 SAD = 0;
70 SAD += armAbs(pSrc [y * iSrcStep + x] - ((
76 *pDstSAD = SAD;
omxVCM4P10_MotionEstimationMB.c 46 * Calculate SAD value for the selected MB encoding mode and update
47 * pDstBlockSAD parameter. These SAD values are calculated 4x4 blocks at
66 * [out] pDstBlockSAD - pointer to 16 element array for SAD corresponding to 4x4 blocks
405 /* Calculate SAD from predicted buffer */
409 OMX_S32 SAD;
414 /* SAD for each 4x4 block in scan order */
429 &SAD,
432 *(pDstBlockSAD + 4 * Block8x8 + Block4x4) = (SAD < 0x7fff) ? (OMX_U16) SAD : ARM_VCM4P10_MAX_MODE_VALUE;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
Smileys.java 46 public static int SAD = 1;
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Tone.java 119 * Sad tone.
121 SAD(0x31),
  /packages/apps/Mms/src/com/android/mms/util/
SmileyParser.java 80 public static int SAD = 1;
110 Smileys.getSmileyResource(Smileys.SAD), // 1
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 71 milliseconds