/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/ |
D | MotionEST.py | 6 from Util import drawMF, MSE 47 def block_dist(self, cur_r, cur_c, mv, metric=MSE): 65 def distortion(self, mask=None, metric=MSE):
|
D | Exhaust.py | 5 from Util import MSE 20 def __init__(self, cur_f, ref_f, blk_size, wnd_size, metric=MSE): 72 def __init__(self, cur_f, ref_f, blk_size, wnd_size, beta, metric=MSE): 158 metric=MSE):
|
D | Util.py | 10 def MSE(blk1, blk2): function
|
D | SearchSmooth.py | 5 from Util import MSE
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | variance_vsx.c | 231 #define MSE(W, H) \ macro 268 MSE(16, 16) 269 MSE(16, 8) 270 MSE(8, 16) 271 MSE(8, 8)
|
/external/autotest/test_suites/ |
D | control.youtube_mse_eme | 7 PURPOSE = "Verify that YouTube page HTML5 MSE/EME works" 15 This test verifies HTML5 MSE/EME correctness.
|
/external/llvm-project/polly/test/MaximalStaticExpansion/ |
D | working_phi_two_scalars.ll | 2 … -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1 | FileCheck %s --check-prefix=MSE 26 ; MSE-DAG: MemRef_tmp_05__phi read from its original value. 27 ; MSE-DAG: MemRef_tmp2_06__phi read from its original value.
|
D | read_from_original.ll | 2 …y -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1| FileCheck %s --check-prefix=MSE 25 ; MSE: The expansion of MemRef_B would lead to a read from the original array.
|
D | load_after_store_same_statement.ll | 2 …b -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1| FileCheck %s --check-prefix=MSE 29 ; MSE: MemRef_B has read after write to the same element in same statement. The dependences found d…
|
D | too_many_writes.ll | 2 … -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1 | FileCheck %s --check-prefix=MSE 26 ; MSE: MemRef_B has more than 1 write access.
|
D | working_phi_expansion.ll | 2 … -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1 | FileCheck %s --check-prefix=MSE 24 ; MSE: MemRef_tmp_04__phi read from its original value.
|
D | working_deps_between_inners_phi.ll | 2 …y -polly-mse -pass-remarks-analysis="polly-mse" -analyze < %s 2>&1| FileCheck %s --check-prefix=MSE 31 ; MSE: MemRef_tmp_06__phi read from its original value.
|
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 186 #define MSE(W, H) \ macro 218 MSE(16, 16) 219 MSE(16, 8) 220 MSE(8, 16) 221 MSE(8, 8)
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | exclude-debug-dwo.s | 8 # CHECK: .debug_str.dwo {{.*}} MSE
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | save_weights_test.py | 295 ref_model.compile(loss=keras.losses.MSE, 307 model.compile(loss=keras.losses.MSE, 335 ref_model.compile(loss=keras.losses.MSE, 348 model.compile(loss=keras.losses.MSE,
|
D | save_test.py | 176 loss=keras.losses.MSE, 219 loss=keras.losses.MSE, 382 loss=keras.losses.MSE, 425 loss=keras.losses.MSE, 655 loss=keras.losses.MSE,
|
D | saved_model_experimental_test.py | 62 loss=keras.losses.MSE, 104 loss=keras.losses.MSE,
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ModuloSchedule.cpp | 2014 ModuloScheduleExpander MSE(MF, Schedule, *LIS, in validateAgainstModuloScheduleExpander() local 2016 MSE.expand(); in validateAgainstModuloScheduleExpander() 2017 MachineBasicBlock *ExpandedKernel = MSE.getRewrittenKernel(); in validateAgainstModuloScheduleExpander() 2020 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2083 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2177 ModuloScheduleExpander MSE( in runOnLoop() local 2179 MSE.expand(); in runOnLoop() 2180 MSE.cleanup(); in runOnLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ModuloSchedule.cpp | 2002 ModuloScheduleExpander MSE(MF, Schedule, *LIS, in validateAgainstModuloScheduleExpander() local 2004 MSE.expand(); in validateAgainstModuloScheduleExpander() 2005 MachineBasicBlock *ExpandedKernel = MSE.getRewrittenKernel(); in validateAgainstModuloScheduleExpander() 2008 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2071 MSE.cleanup(); in validateAgainstModuloScheduleExpander() 2165 ModuloScheduleExpander MSE( in runOnLoop() local 2167 MSE.expand(); in runOnLoop() 2168 MSE.cleanup(); in runOnLoop()
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.losses.pbtxt | 84 name: "MSE"
|
D | tensorflow.losses.pbtxt | 84 name: "MSE"
|
D | tensorflow.metrics.pbtxt | 168 name: "MSE"
|
D | tensorflow.keras.metrics.pbtxt | 168 name: "MSE"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.losses.pbtxt | 80 name: "MSE"
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 219 #define MSE(W, H) \ macro 263 MSE(16, 16) 264 MSE(16, 8) 265 MSE(8, 16) 266 MSE(8, 8)
|