/external/libvpx/libvpx/vpx_dsp/arm/ |
D | variance_media.asm | 45 usub8 r6, r4, r5 ; calculate difference 48 usub8 r9, r5, r4 ; calculate difference with reversed operands 52 ; calculate partial sums 53 usad8 r4, r7, lr ; calculate sum of positive differences 54 usad8 r5, r6, lr ; calculate sum of negative differences 56 ; calculate total sum 60 ; calculate sse 70 usub8 r6, r4, r5 ; calculate difference 72 usub8 r9, r5, r4 ; calculate difference with reversed operands 75 ; calculate partial sums [all …]
|
D | variance_halfpixvar16x16_h_media.asm | 48 usub8 r6, r4, r5 ; calculate difference 51 usub8 r6, r5, r4 ; calculate difference with reversed operands 55 ; calculate partial sums 56 usad8 r4, r7, lr ; calculate sum of positive differences 57 usad8 r5, r6, lr ; calculate sum of negative differences 59 ; calculate total sum 63 ; calculate sse 80 usub8 r6, r4, r5 ; calculate difference 82 usub8 r6, r5, r4 ; calculate difference with reversed operands 85 ; calculate partial sums [all …]
|
D | variance_halfpixvar16x16_v_media.asm | 49 usub8 r6, r4, r5 ; calculate difference 52 usub8 r6, r5, r4 ; calculate difference with reversed operands 56 ; calculate partial sums 57 usad8 r4, r7, lr ; calculate sum of positive differences 58 usad8 r5, r6, lr ; calculate sum of negative differences 60 ; calculate total sum 64 ; calculate sse 81 usub8 r6, r4, r5 ; calculate difference 83 usub8 r6, r5, r4 ; calculate difference with reversed operands 86 ; calculate partial sums [all …]
|
D | variance_halfpixvar16x16_hv_media.asm | 59 usub8 r6, r4, r5 ; calculate difference 62 usub8 r6, r5, r4 ; calculate difference with reversed operands 66 ; calculate partial sums 67 usad8 r4, r7, lr ; calculate sum of positive differences 68 usad8 r5, r6, lr ; calculate sum of negative differences 70 ; calculate total sum 74 ; calculate sse 102 usub8 r6, r4, r5 ; calculate difference 104 usub8 r6, r5, r4 ; calculate difference with reversed operands 107 ; calculate partial sums [all …]
|
D | sad_media.asm | 44 usada8 r4, r8, r6, r4 ; calculate sad for 4 pixels 45 usad8 r8, r7, r9 ; calculate sad for 4 pixels 56 usada8 r4, r10, r12, r4 ; calculate sad for 4 pixels 57 usada8 r8, r11, lr, r8 ; calculate sad for 4 pixels 69 usada8 r4, r6, r8, r4 ; calculate sad for 4 pixels 70 usad8 r8, r7, r9 ; calculate sad for 4 pixels 78 usada8 r4, r10, r12, r4 ; calculate sad for 4 pixels 79 usada8 r8, r11, lr, r8 ; calculate sad for 4 pixels
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | OutStreamWithCRC.h | 25 void Init(bool calculate = true) 28 _calculate = calculate; 31 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc() argument
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_perf_analyzer.hh | 70 action.calculate(); in eval_mflops() 79 action.calculate(); in time_calculate() 83 action.calculate(); in time_calculate()
|
D | STL_perf_analyzer.hh | 59 action.calculate(); in eval_mflops()
|
D | x86_perf_analyzer.hh | 60 action.calculate(); in eval_mflops()
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfo.cpp | 113 calculate(F, BPI, LI); in BlockFrequencyInfo() 116 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo 121 BFI->calculate(F, BPI, LI); in calculate() 211 BFI.calculate(F, BPI, LI); in runOnFunction()
|
/external/pdfium/testing/resources/javascript/ |
D | app_props_expected.txt | 3 Alert: app.calculate is boolean true 16 Alert: app.calculate = 3; yields 3 29 Alert: app.calculate is boolean true
|
D | document_props_expected.txt | 6 Alert: this.calculate is boolean true 38 Alert: this.calculate = 3; yields 3 71 Alert: this.calculate is boolean true
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.h | 38 void Init(bool calculate = true) 42 _calculate = calculate; 44 void EnableCalc(bool calculate) { _calculate = calculate; } in EnableCalc() argument
|
/external/autotest/server/ |
D | site_host_route.py | 16 self.calculate() 18 def calculate(self): member in HostRoute
|
/external/clang/test/SemaCXX/ |
D | blocks.cpp | 35 int calculate(unsigned n) { in calculate() function in test2::Power 41 return Power(2).calculate(10); in test()
|
/external/opencv3/doc/tutorials/imgproc/ |
D | table_of_content_imgproc.markdown | 76 Where we learn how to calculate gradients and use them to detect edges! 148 Where we learn to calculate metrics between histograms 204 Where we learn to calculate the moments of an image 212 Where we learn how to calculate distances from the image to contours
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/ |
D | sobel_derivatives.markdown | 9 - Use the OpenCV function @ref cv::Sobel to calculate the derivatives from an image. 10 - Use the OpenCV function @ref cv::Scharr to calculate a more accurate derivative for a kernel of 55 -# We calculate two derivatives: 74 -# At each point of the image we calculate an approximation of the *gradient* in that point by 141 -# Second, we calculate the "*derivatives*" in *x* and *y* directions. For this, we use the 161 Notice that to calculate the gradient in *x* direction we use: \f$x_{order}= 1\f$ and
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | readYUV420file.m | 15 % calculate number of frames 20 % calculate number of frames
|
/external/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 43 BranchProbabilityInfo(Function &F, const LoopInfo &LI) { calculate(F, LI); } in BranchProbabilityInfo() 123 void calculate(Function &F, const LoopInfo& LI);
|
D | DominanceFrontier.h | 130 calculate(DT, DT[this->Roots[0]]); in analyze() 133 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
|
D | IteratedDominanceFrontier.h | 85 void calculate(SmallVectorImpl<BasicBlock *> &IDFBlocks);
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 96 inline void calculate( void ) { in calculate() function in Action_hessenberg 199 inline void calculate( void ) { in calculate() function in Action_tridiagonalization
|
D | action_partial_lu.hh | 92 inline void calculate( void ) { in calculate() function in Action_partial_lu
|
/external/chromium-trace/catapult/experimental/heatmap/ |
D | heatmap.js | 6 this.calculate(data);
|
D | renderer.js | 13 this.calculate(data); 19 Heatmap.prototype.calculate = function(data) { method in Heatmap
|