Home
last modified time | relevance | path

Searched refs:MSE (Results 1 – 25 of 44) sorted by relevance

12

/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/
DMotionEST.py6 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):
DExhaust.py5 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):
DUtil.py10 def MSE(blk1, blk2): function
DSearchSmooth.py5 from Util import MSE
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvariance_vsx.c231 #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/
Dcontrol.youtube_mse_eme7 PURPOSE = "Verify that YouTube page HTML5 MSE/EME works"
15 This test verifies HTML5 MSE/EME correctness.
/external/llvm-project/polly/test/MaximalStaticExpansion/
Dworking_phi_two_scalars.ll2 … -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.
Dread_from_original.ll2 …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.
Dload_after_store_same_statement.ll2 …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…
Dtoo_many_writes.ll2 … -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.
Dworking_phi_expansion.ll2 … -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.
Dworking_deps_between_inners_phi.ll2 …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/
Dvariance.c186 #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/
Dexclude-debug-dwo.s8 # CHECK: .debug_str.dwo {{.*}} MSE
/external/tensorflow/tensorflow/python/keras/saving/
Dsave_weights_test.py295 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,
Dsave_test.py176 loss=keras.losses.MSE,
219 loss=keras.losses.MSE,
382 loss=keras.losses.MSE,
425 loss=keras.losses.MSE,
655 loss=keras.losses.MSE,
Dsaved_model_experimental_test.py62 loss=keras.losses.MSE,
104 loss=keras.losses.MSE,
/external/llvm-project/llvm/lib/CodeGen/
DModuloSchedule.cpp2014 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/
DModuloSchedule.cpp2002 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/
Dtensorflow.keras.losses.pbtxt84 name: "MSE"
Dtensorflow.losses.pbtxt84 name: "MSE"
Dtensorflow.metrics.pbtxt168 name: "MSE"
Dtensorflow.keras.metrics.pbtxt168 name: "MSE"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.losses.pbtxt80 name: "MSE"
/external/libaom/libaom/aom_dsp/
Dvariance.c219 #define MSE(W, H) \ macro
263 MSE(16, 16)
264 MSE(16, 8)
265 MSE(8, 16)
266 MSE(8, 8)

12