Home
last modified time | relevance | path

Searched refs:SAD (Results 1 – 25 of 69) sorted by relevance

123

/external/libmpeg2/common/arm/
Dicv_sad_a9.s26 @* 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
/external/libavc/encoder/arm/
Dime_distortion_metrics_a9q.s54 @* @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
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
222 @* @brief computes distortion (SAD) between 2 16x16 blocks with early exit
225 @* This functions computes SAD between 2 16x16 blocks. There is a provision
226 @* for early exit if the up-to computed SAD exceeds maximum allowed SAD. To
415 @ Compute SAD
[all …]
Dih264e_evaluate_intra16x16_modes_a9q.s229 str r8 , [r7] @MIN SAD
243 str r9 , [r7] @MIN SAD
287 str r10 , [r7] @MIN SAD
Dih264e_evaluate_intra_chroma_modes_a9q.s288 str r10 , [r7] @MIN SAD
301 str r9 , [r7] @MIN SAD
323 str r8 , [r7] @MIN SAD
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm188 pxor xmm3, xmm3 ; SAD
200 ; SAD(src1, src2)
206 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0
225 ; Finalize SAD and store
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm189 pxor xmm3, xmm3 ; SAD
201 ; SAD(src1, src2)
207 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0
226 ; Finalize SAD and store
/external/icu/icu4c/source/data/region/
Dsr_Latn_XK.txt14 UM{"Manja udaljena ostrva SAD"}
Dsr_Latn_ME.txt13 UM{"Manja udaljena ostrva SAD"}
Dsr_Latn_BA.txt15 UM{"Manja udaljena ostrva SAD"}
Dhr.txt276 UM{"Mali udaljeni otoci SAD-a"}
301 US{"SAD"}
Dsr_Latn.txt277 UM{"Udaljena ostrva SAD"}
302 US{"SAD"}
Dbs.txt301 US{"SAD"}
/external/ltp/testcases/network/stress/ns-tools/
Doutput_ipsec_conf67 Flush the SAD and SPD entries.
/external/icu/icu4c/source/data/translit/
DArab_Latn.txt13 # b) with underdot instead of cedilla for letter like SAD,
66 ص ↔ s $under ; # ARABIC LETTER SAD
Dar_ar_Latn_BGN.txt130 ص\u0651 → ṣṣ ; # ARABIC LETTER SAD + SHADDA
178 ص → ş ; # ARABIC LETTER SAD
Dfa_fa_Latn_BGN.txt130 ص\u0651 → ṣṣ ; # ARABIC LETTER SAD + SHADDA
179 ص → ṣ ; # ARABIC LETTER SAD
Dps_ps_Latn_BGN.txt137 ص\u0651 → ṣṣ ; # ARABIC LETTER SAD + SHADDA
197 ص → ṣ ; # ARABIC LETTER SAD
/external/ipsec-tools/src/racoon/doc/
DFAQ44 sets IKE ports in SAD and SPD so that the kernel is
47 option to force the ports to 0 in SAD ans SPD. Of
/external/libaom/libaom/test/
Dsad_test.cc348 unsigned int SAD(int block_idx) { in SAD() function in __anondf821f5a0111::SADTest
359 const unsigned int exp_sad = SAD(0); in CheckSAD()
367 SAD(0); in SpeedSAD()
437 unsigned int SAD(int block_idx) { in SAD() function in __anondf821f5a0111::DistWtdSADTest
449 const unsigned int exp_sad = SAD(0); in CheckSAD()
457 SAD(0); in SpeedSAD()
/external/libhevc/common/arm/
Dihevc_resi_trans.s277 VADD.U16 d0,d1,d0 @ Accumulating SAD step 1
285 VPADDL.U16 d0,d0 @ Accumulating SAD step 2
290 VPADDL.U32 d0,d0 @ Accumulating SAD step 3, SAD in d0
292 VMOV.32 r0,d0[0] @ Return SAD value
521 VADD.U16 q8,q15,q9 @ SAD calculation (1)
525 VADD.U16 q8,q8,q10 @ SAD calculation (2)
529 VADD.U16 d16,d16,d17 @ SAD calculation (3)
533 VPADDL.U16 d16,d16 @ SAD calculation (4)
539 VPADDL.U32 d16,d16 @ SAD calculation (5)
568 VMOV.32 r0,d16[0] @ SAD calculation (6) : Return value = SAD
[all …]
/external/icu/icu4c/source/data/curr/
Dsr_Latn.txt956 "SAD dolar (sledeći dan)",
960 "SAD dolar (isti dan)",
2426 few{"SAD dolara (sledeći dan)"}
2427 one{"SAD dolar (sledeći dan)"}
2428 other{"SAD dolara (sledeći dan)"}
2431 few{"SAD dolara (isti dan)"}
2432 one{"SAD dolar (isti dan)"}
2433 other{"SAD dolara (isti dan)"}
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h136 OP13(SAD)
/external/llvm/test/Transforms/LoopVectorize/X86/
Dreg-usage.ll11 ; This function has a loop of SAD pattern. Here we check when VF = 16 the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dreg-usage.ll9 ; This function has a loop of SAD pattern. Here we check when VF = 16 the
/external/libvpx/libvpx/test/
Dsad_test.cc274 unsigned int SAD(int block_idx) const { in SAD() function in __anonb7a3f77c0111::SADTest
285 const unsigned int exp_sad = SAD(0); in CheckSAD()

123