HomeSort by relevance Sort by last modified time
    Searched refs:ssd (Results 1 - 12 of 12) sorted by null

  /external/opencv3/modules/cudastereo/src/cuda/
stereobm.cu 98 unsigned int ssd[N_DISPARITIES];
101 ssd[0] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 0 * (BLOCK_W + 2 * RADIUS));
103 ssd[1] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 1 * (BLOCK_W + 2 * RADIUS));
105 ssd[2] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 2 * (BLOCK_W + 2 * RADIUS));
107 ssd[3] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 3 * (BLOCK_W + 2 * RADIUS));
109 ssd[4] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 4 * (BLOCK_W + 2 * RADIUS));
111 ssd[5] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 5 * (BLOCK_W + 2 * RADIUS));
113 ssd[6] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 6 * (BLOCK_W + 2 * RADIUS));
115 ssd[7] = CalcSSD<RADIUS>(col_ssd_cache, col_ssd + 7 * (BLOCK_W + 2 * RADIUS));
117 int mssd = ::min(::min(::min(ssd[0], ssd[1]), ::min(ssd[4], ssd[5])), ::min(::min(ssd[2], ssd[3]), ::min(ssd[6], ssd[7])))
    [all...]
  /external/e2fsprogs/contrib/
e2croncheck 21 VG=ssd
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 230 ssd; local
235 ssd=0.0;
238 ssd+=((_srgbHuPhash[i]-channelPerceptualHash_._srgbHuPhash[i])*
240 ssd+=((_hclpHuPhash[i]-channelPerceptualHash_._hclpHuPhash[i])*
243 return(ssd);
552 ssd; local
562 ssd=0.0;
565 ssd+=_channels[i].sumSquaredDifferences(_channels[i]);
567 return(ssd);
  /external/vboot_reference/scripts/image_signing/
tofactory.sh 11 # * Blank SSD (no GPT)
29 DEFINE_string ssd "/dev/sda" "Path to SSD / target drive" "s"
30 DEFINE_boolean wipe_ssd $FLAGS_TRUE "Wipe SSD after firmware updates" ""
115 echo "To restore original BIOS and SSD:"
174 # Wipe SSD
176 debug_msg "Wiping SSD"
177 $NOTHING cgpt create -z "$FLAGS_ssd" || err_die "Unable to wipe SSD"
181 # and SSD contents, so we shouldn't be attempting an autoupdate this
sign_official_build.sh 28 ssd (sign an SSD image)
338 # Update the SSD install-able vblock file on stateful partition.
340 # This is deprecated because all new images should have a SSD boot-able kernel
595 # The SSD key is only used in non-recovery mode.
596 echo -n "With SSD Key (Recovery Mode OFF, Dev Mode OFF): " && \
599 echo -n "With SSD Key (Recovery Mode OFF, Dev Mode ON): " && \
715 if [[ "${TYPE}" == "ssd" ]]; then
716 sign_image_file "SSD" "${INPUT_IMAGE}" "${OUTPUT_IMAGE}" 2 \
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 24 --> StatisticsScores: includes average, ssd, and count
71 """Calculate the sample standard deviation (ssd) from a given sample.
460 """A statistics class to compute the average, ssd, and count of
467 self.ssd = _calc_sample_standard_deviation(scores)
469 self.all_data = (self.average, self.ssd, self.count)
  /packages/services/Car/car_product/sepolicy/
file_contexts 43 /dev/block/platform/msm_sdcc\.1/by-name/ssd u:object_r:ssd_block_device:s0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
invalid-ar.s 121 mov.i r1 = ar.ssd
regs.d     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-hppa.c 7418 ssd_chain_struct *ssd; local
    [all...]
  /external/libexif/
configure     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1078 milliseconds