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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_SADQuar.c 27 * 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;
85 SAD += armAbs(pSrc [y * iSrcStep + x] - ((
91 *pDstSAD = SAD;
omxVCM4P10_MotionEstimationMB.c 61 * 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;
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;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
Smileys.java 46 public static int SAD = 1;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java 119 * Sad tone.
121 SAD(0x31),
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
sad_test.cc 99 unsigned int sad = 0; local
104 sad += abs(source_data_[h * source_stride_ + w]
107 if (sad > max_sad) {
111 return sad;
175 unsigned int SAD(unsigned int max_sad, int block_idx) {
187 const unsigned int exp_sad = SAD(max_sad, 0);
207 unsigned int SAD(int block_idx) {
218 const unsigned int exp_sad = SAD(0);
  /external/libvpx/libvpx/test/
sad_test.cc 91 unsigned int sad = 0; local
96 sad += abs(source_data_[h * source_stride_ + w]
99 if (sad > max_sad) {
103 return sad;
137 unsigned int SAD(unsigned int max_sad, int block_idx = 0) {
151 exp_sad = SAD(max_sad);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sad_test.cc 91 unsigned int sad = 0; local
96 sad += abs(source_data_[h * source_stride_ + w]
99 if (sad > max_sad) {
103 return sad;
137 unsigned int SAD(unsigned int max_sad, int block_idx = 0) {
151 exp_sad = SAD(max_sad);
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 226 milliseconds