Searched defs:threshold (Results 1 - 12 of 12) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/grovegsr/
H A Dgrovegsr.cxx52 int val, threshold, sum = 0; local
60 threshold = sum / 500;
61 cout << "Threshold = " << threshold << endl;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dset_roi.cc33 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; local
71 threshold);
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";
139 delta_lf, threshold);
149 rand_deltas, threshold);
161 delta_lf, threshold);
168 delta_lf, threshold);
173 delta_lf, threshold);
[all...]
/hardware/bsp/intel/peripheral/libupm/src/gas/
H A Dgas.cxx65 Gas::findThreshold (thresholdContext* ctx, unsigned int threshold, argument
75 if (ctx->runningAverage > threshold) {
/hardware/bsp/intel/peripheral/libupm/src/mic/
H A Dmic.cxx80 Microphone::findThreshold (thresholdContext* ctx, unsigned int threshold, argument
90 if (ctx->runningAverage > threshold) {
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
H A Dpulsensor.h102 int threshold; /**< Threshold */ member in class:Pulsensor
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dmain.c35 * We return true if threshold is between before and current.
38 static inline uint32_t viddec_fw_check_watermark_boundary(uint32_t before, uint32_t current, uint32_t threshold) argument
40 return ((before >= threshold) && (current < threshold));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dpickinter.c466 unsigned int threshold = (xd->block[0].dequant[1] local
469 if(threshold < x->encode_breakout)
470 threshold = x->encode_breakout;
472 if (sse < threshold )
751 * If so then prevent it from being tested and increase the threshold
759 /* Increase the threshold for coding this mode to make it less
1114 * score. Lower threshold a bit for next time
1125 * threshold for testing that mode next time around.
H A Donyx_if.c1998 /* Set starting values of RD threshold multipliers (128 = *1) */
3398 * is above a threshold
3469 /* Reset the RD threshold multipliers to default of * 1 (128) */
5472 int vp8_set_roimap(VP8_COMP *cpi, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]) argument
5527 cpi->segment_encode_breakout[0] = threshold[0];
5528 cpi->segment_encode_breakout[1] = threshold[1];
5529 cpi->segment_encode_breakout[2] = threshold[2];
5530 cpi->segment_encode_breakout[3] = threshold[3];
H A Drdopt.c1146 /* 64 makes this threshold really big effectively making it so that we
1781 unsigned int threshold = (xd->block[0].dequant[1] local
1784 if(threshold < x->encode_breakout)
1785 threshold = x->encode_breakout;
1791 if (sse < threshold)
1801 if (sse2 * 2 < threshold)
2030 /* Test best rd so far against threshold for trying this mode. */
2075 * threshold for its testing
2081 /* Increase the threshold for coding this mode to make it
2475 * score. Lower threshold
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c52 #define SHARP_FILTER_QTHRESH 0 /* Q threshold for 8-tap sharp filter */
56 #define HIGH_PRECISION_MV_QTHRESH 200 // Q threshold for high precision
428 // Set baseline threshold values
1386 // Default rd threshold factors for mode selection
2581 // is above a threshold.
3352 unsigned int threshold[MAX_SEGMENTS]) {
3371 // Set up the quant, LF and breakout threshold segment data
3375 cpi->segment_encode_breakout[i] = threshold[i];
3349 vp9_set_roimap(VP9_COMP *cpi, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[MAX_SEGMENTS], int delta_lf[MAX_SEGMENTS], unsigned int threshold[MAX_SEGMENTS]) argument
H A Dvp9_encodeframe.c87 // Motion vector component magnitude threshold for defining fast motion.
434 int64_t threshold = threshold_multiplier * cpi->common.base_qindex; local
443 vt.part_variances->none.variance < threshold) {
450 vt.part_variances->vert[0].variance < threshold &&
451 vt.part_variances->vert[1].variance < threshold) {
460 vt.part_variances->horz[0].variance < threshold &&
461 vt.part_variances->horz[1].variance < threshold) {
549 // we get to one that's got a variance lower than our threshold, or we
2050 // The threshold set here has to be of square block size.
2102 // Adjust threshold accordin
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h692 threshold. Any Service Descriptors received above this
799 threshold and the received RSSI in order to filter requests
800 0 � ignore the configured RSSI threshold when running a Service
802 1 � use the configured RSSI threshold when running a Service
905 threshold and the received RSSI in order to filter requests
906 0 � ignore the configured RSSI threshold when running a Service
908 1 � use the configured RSSI threshold when running a Service
1004 1 byte value which defines the RSSI filter threshold.
1064 Threshold Crossing Alert (TCA) Type crosses an integral threshold in a particular direction.
1078 /* 32 bit value which represents the threshold t
1079 u32 threshold; member in struct:__anon2036
[all...]

Completed in 337 milliseconds