Home
last modified time | relevance | path

Searched refs:delta (Results 1 – 23 of 23) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
DPERF.awk127 delta = $1 - last;
128 if (delta >= 2) {
129 print "Warning: Found a pause of", delta, "seconds";
133 x_no_pause += delta;
134 xx_no_pause += delta * delta;
137 x += delta;
138 xx += delta * delta;
Dperf_unittest.c73 unsigned long count = 0, delta; in time_get_test() local
89 delta = TIME_DELTA(t2, t1); in time_get_test()
90 sum_d += delta; in time_get_test()
91 sum_dd += delta * delta; in time_get_test()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_quant_common.c124 int16_t vp9_dc_quant(int qindex, int delta) { in vp9_dc_quant() argument
125 return dc_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant()
128 int16_t vp9_ac_quant(int qindex, int delta) { in vp9_ac_quant() argument
129 return ac_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant()
Dvp9_quant_common.h27 int16_t vp9_dc_quant(int qindex, int delta);
28 int16_t vp9_ac_quant(int qindex, int delta);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_log.c167 unsigned long delta = 0; in __PERF_LOG_log_common() local
172 delta = TIME_DELTA(perf->tempTime, perf->time); in __PERF_LOG_log_common()
174 *time_loc = delta; /* save time stamp */ in __PERF_LOG_log_common()
Dperf_rt.c342 static void delay_add(PERF_RTdata_delay *dDelay, unsigned long delta) in delay_add() argument
344 dDelay->x += delta; in delay_add()
345 dDelay->xx += delta * (double) delta; in delay_add()
591 unsigned long delta = TIME_DELTA(perf->time, me->dRate[i].last_timestamp); in __rt_Buffer() local
592 me->dRate[i].x += delta; in __rt_Buffer()
593 me->dRate[i].tx += delta; in __rt_Buffer()
594 me->dRate[i].xx += delta * (double) delta; in __rt_Buffer()
595 me->dRate[i].txx += delta * (double) delta; in __rt_Buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c230 const int64_t delta = (((uint64_t)inlength << 32) + outlength / 2) / in interpolate() local
246 y += delta; in interpolate()
250 y = delta * x + offset; in interpolate()
254 y -= delta; in interpolate()
258 for (x = 0, y = offset; x < outlength; ++x, y += delta) { in interpolate()
273 for (x = 0, y = offset; x < x1; ++x, y += delta) { in interpolate()
286 for (; x <= x2; ++x, y += delta) { in interpolate()
297 for (; x < outlength; ++x, y += delta) { in interpolate()
Dvp9_bitstream.c699 const int delta = lf->ref_deltas[i]; in encode_loopfilter() local
700 const int changed = delta != lf->last_ref_deltas[i]; in encode_loopfilter()
703 lf->last_ref_deltas[i] = delta; in encode_loopfilter()
704 vp9_wb_write_literal(wb, abs(delta) & 0x3F, 6); in encode_loopfilter()
705 vp9_wb_write_bit(wb, delta < 0); in encode_loopfilter()
710 const int delta = lf->mode_deltas[i]; in encode_loopfilter() local
711 const int changed = delta != lf->last_mode_deltas[i]; in encode_loopfilter()
714 lf->last_mode_deltas[i] = delta; in encode_loopfilter()
715 vp9_wb_write_literal(wb, abs(delta) & 0x3F, 6); in encode_loopfilter()
716 vp9_wb_write_bit(wb, delta < 0); in encode_loopfilter()
/hardware/qcom/gps/msm8909/utils/
DLocTimer.cpp674 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation() local
675 printf("%lf: %lf\n", delta, delta * 100 / mTimeOut); in deviation()
676 return delta / mTimeOut; in deviation()
/hardware/qcom/gps/msm8996/utils/
DLocTimer.cpp674 double delta = getDeltaSeconds(mTimeOfBirth, now); in deviation() local
675 printf("%lf: %lf\n", delta, delta * 100 / mTimeOut); in deviation()
676 return delta / mTimeOut; in deviation()
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx506 …ersFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, int16_t delta, uint8_t color) { in drawRoundedCornersFilled() argument
525 drawLineVertical(x0+x, y0-y, 2*y+1+delta, color); in drawRoundedCornersFilled()
526 drawLineVertical(x0+y, y0-x, 2*x+1+delta, color); in drawRoundedCornersFilled()
529 drawLineVertical(x0-x, y0-y, 2*y+1+delta, color); in drawRoundedCornersFilled()
530 drawLineVertical(x0-y, y0-x, 2*x+1+delta, color); in drawRoundedCornersFilled()
Deboled.h349 …nersFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, int16_t delta, uint8_t color);
/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp464 int64_t delta = mTimeWindow[WINDOW_SIZE-1] - mTimeWindow[0]; in calculateFps() local
465 if (delta == 0) in calculateFps()
468 *fps = ceil(1.0 / delta * 1E6 * (WINDOW_SIZE-1)); in calculateFps()
/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp1978 int delta; in getPreviewSizeFromVideoSizes() local
1998 delta = abs((currentVideoSize.width *currentVideoSize.height)- in getPreviewSizeFromVideoSizes()
2004 delta) { in getPreviewSizeFromVideoSizes()
2006 delta = abs((currentVideoSize.width * in getPreviewSizeFromVideoSizes()
2016 delta = abs( in getPreviewSizeFromVideoSizes()
2024 delta) { in getPreviewSizeFromVideoSizes()
2026 delta = abs( in getPreviewSizeFromVideoSizes()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c779 vpx_codec_pts_t round, delta; in vp9e_encode() local
797 delta = (dst_end_time_stamp - dst_time_stamp); in vp9e_encode()
803 ((delta * ctx->cfg.g_timebase.den + round) in vp9e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c887 vpx_codec_pts_t round, delta; in vp8e_encode() local
894 delta = (dst_end_time_stamp - dst_time_stamp); in vp8e_encode()
900 ((delta * ctx->cfg.g_timebase.den + round) in vp8e_encode()
/hardware/intel/common/libva/test/encode/
Dmpeg2vaenc.c262 unsigned int delta = -1; in find_frame_rate_code() local
270 if (abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value) < delta) { in find_frame_rate_code()
272 delta = abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value); in find_frame_rate_code()
Dmpeg2enc.c262 unsigned int delta = -1; in find_frame_rate_code() local
270 if (abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value) < delta) { in find_frame_rate_code()
272 delta = abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value); in find_frame_rate_code()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h259 void changeRefCount(AudioSystem::stream_type stream, int delta);
/hardware/qcom/msm8996/kernel-headers/media/
Dmsmb_isp.h719 uint32_t delta[MS_NUM_SLAVE_MAX]; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsmb_isp.h715 uint32_t delta[MS_NUM_SLAVE_MAX]; member
/hardware/libhardware_legacy/audio/
DAudioPolicyManagerBase.cpp3545 …olicyManagerBase::AudioOutputDescriptor::changeRefCount(AudioSystem::stream_type stream, int delta) in changeRefCount() argument
3549 mOutput1->changeRefCount(stream, delta); in changeRefCount()
3550 mOutput2->changeRefCount(stream, delta); in changeRefCount()
3552 if ((delta + (int)mRefCount[stream]) < 0) { in changeRefCount()
3553 …ALOGW("changeRefCount() invalid delta %d for stream %d, refCount %d", delta, stream, mRefCount[str… in changeRefCount()
3557 mRefCount[stream] += delta; in changeRefCount()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG479 Fix loopfilter delta zero transitions