/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...] |
/external/libmpeg2/common/arm/ |
icv_sad_a9.s | 26 @* This file contains definitions of routines for SAD caclulation 42 @* @brief computes distortion (SAD) between 2 8x4 blocks 46 @* This functions computes SAD between 2 8x4 blocks. 67 @* SAD value in r0
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
Tone.java | 119 * Sad tone. 121 SAD(0x31),
|
/external/ltp/testcases/network/stress/ns-tools/ |
output_ipsec_conf | 67 Flush the SAD and SPD entries. 89 # When argument is `flush', flush the SAD and SPD 123 # Write lines for adding an SAD entry
|
/external/libavc/encoder/arm/ |
ime_distortion_metrics_a9q.s | 54 @* @brief computes distortion (SAD) between 2 16x16 blocks (fast mode) 57 @* This functions computes SAD between 2 16x16 blocks. There is a provision 58 @* for early exit if the up-to computed SAD exceeds maximum allowed SAD. To 77 @* integer evaluated sad 140 @* @brief computes distortion (SAD) between 2 16x8 blocks 144 @* This functions computes SAD between 2 16x8 blocks. There is a provision 145 @* for early exit if the up-to computed SAD exceeds maximum allowed SAD. To 164 @* integer evaluated sad [all...] |
ih264e_evaluate_intra16x16_modes_a9q.s | 28 @* This function evaluates first three 16x16 modes and compute corresponding sad 53 @* Pointer to the variable in which minimum sad is returned 229 str r8 , [r7] @MIN SAD 243 str r9 , [r7] @MIN SAD 287 str r10 , [r7] @MIN SAD
|
ih264e_evaluate_intra_chroma_modes_a9q.s | 28 @* This function evaluates first three intra chroma modes and compute corresponding sad 53 @* Pointer to the variable in which minimum sad is returned 126 b sad 139 b sad 147 b sad 157 sad: label 288 str r10 , [r7] @MIN SAD 301 str r9 , [r7] @MIN SAD 323 str r8 , [r7] @MIN SAD
|
ih264e_evaluate_intra4x4_modes_a9q.s | 46 @* This function evaluates 4x4 modes and compute corresponding sad 77 @* Lamda value for computing cost from SAD 154 ands r10, r8, #01 @VERT sad ?? 173 ands r10, r8, #02 @HORZ sad ?? 198 ands r10, r8, #04 @DC sad ?? 255 ands r10, r8, #0x08 @DIAG_DL sad ?? 284 ands r10, r8, #16 @DIAG_DR sad ?? 313 ands r10, r8, #32 @VERT_R sad ?? 355 ands r10, r8, #64 @HORZ_D sad ?? 388 ands r10, r8, #128 @VERT_L sad ? [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 166 ; unsigned int *sad, 5 186 pxor xmm3, xmm3 ; SAD 198 ; SAD(src1, src2) 204 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0 223 ; Finalize SAD and store
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_mfqe_sse2.asm | 167 ; unsigned int *sad, 5 187 pxor xmm3, xmm3 ; SAD 199 ; SAD(src1, src2) 205 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0 224 ; Finalize SAD and store
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 127 OP13(SAD)
|
/external/libvpx/libvpx/test/ |
sad_test.cc | 128 uint32_t sad = 0; local 139 sad += abs(source8[h * source_stride_ + w] - 143 sad += abs(source16[h * source_stride_ + w] - 149 return sad; 156 unsigned int sad = 0; local 172 sad += abs(source8[h * source_stride_ + w] - comp_pred); 178 sad += abs(source16[h * source_stride_ + w] - comp_pred); 183 return sad; 272 unsigned int SAD(int block_idx) const { 283 const unsigned int exp_sad = SAD(0) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | 393 case TGSI_OPCODE_SAD: // not sure about SAD, but no one has a float version 513 NV50_IR_OPCODE_CASE(SAD, SAD); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacter.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
UCharacter.java | [all...] |
/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 | |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/misc/common/robolectric/lib/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
icu4j-53.1.jar | |