Searched refs:delta (Results 1 - 24 of 24) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_quant_common.h27 int16_t vp9_dc_quant(int qindex, int delta);
28 int16_t vp9_ac_quant(int qindex, int delta);
H A Dvp9_quant_common.c124 int16_t vp9_dc_quant(int qindex, int delta) { argument
125 return dc_qlookup[clamp(qindex + delta, 0, MAXQ)];
128 int16_t vp9_ac_quant(int qindex, int delta) { argument
129 return ac_qlookup[clamp(qindex + delta, 0, MAXQ)];
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk81 after++; # we always have to after the 1st time stamp to get a time delta
127 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;
[all...]
H A Dperf_unittest.c73 unsigned long count = 0, delta; local
89 delta = TIME_DELTA(t2, t1);
90 sum_d += delta;
91 sum_dd += delta * delta;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_log.c167 unsigned long delta = 0; local
172 delta = TIME_DELTA(perf->tempTime, perf->time);
174 *time_loc = delta; /* save time stamp */
H A Dperf_rt.c342 static void delay_add(PERF_RTdata_delay *dDelay, unsigned long delta) argument
344 dDelay->x += delta;
345 dDelay->xx += delta * (double) delta;
591 unsigned long delta = TIME_DELTA(perf->time, me->dRate[i].last_timestamp); local
592 me->dRate[i].x += delta;
593 me->dRate[i].tx += delta;
594 me->dRate[i].xx += delta * (double) delta;
595 me->dRate[i].txx += delta * (doubl
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.c230 const int64_t delta = (((uint64_t)inlength << 32) + outlength / 2) / local
246 y += delta;
250 y = delta * x + offset;
254 y -= delta;
258 for (x = 0, y = offset; x < outlength; ++x, y += delta) {
273 for (x = 0, y = offset; x < x1; ++x, y += delta) {
286 for (; x <= x2; ++x, y += delta) {
297 for (; x < outlength; ++x, y += delta) {
H A Dvp9_bitstream.c699 const int delta = lf->ref_deltas[i]; local
700 const int changed = delta != lf->last_ref_deltas[i];
703 lf->last_ref_deltas[i] = delta;
704 vp9_wb_write_literal(wb, abs(delta) & 0x3F, 6);
705 vp9_wb_write_bit(wb, delta < 0);
710 const int delta = lf->mode_deltas[i]; local
711 const int changed = delta != lf->last_mode_deltas[i];
714 lf->last_mode_deltas[i] = delta;
715 vp9_wb_write_literal(wb, abs(delta) & 0x3F, 6);
716 vp9_wb_write_bit(wb, delta <
[all...]
/hardware/qcom/gps/msm8909/utils/
H A DLocTimer.cpp676 double delta = getDeltaSeconds(mTimeOfBirth, now); local
677 printf("%lf: %lf\n", delta, delta * 100 / mTimeOut);
678 return delta / mTimeOut;
/hardware/qcom/gps/msm8996/utils/
H A DLocTimer.cpp674 double delta = getDeltaSeconds(mTimeOfBirth, now); local
675 printf("%lf: %lf\n", delta, delta * 100 / mTimeOut);
676 return delta / mTimeOut;
/hardware/qcom/gps/msm8998/utils/
H A DLocTimer.cpp679 double delta = getDeltaSeconds(mTimeOfBirth, now); local
680 printf("%lf: %lf\n", delta, delta * 100 / mTimeOut);
681 return delta / mTimeOut;
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx506 void EBOLED::drawRoundedCornersFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, int16_t delta, uint8_t color) { argument
525 drawLineVertical(x0+x, y0-y, 2*y+1+delta, color);
526 drawLineVertical(x0+y, y0-x, 2*x+1+delta, color);
529 drawLineVertical(x0-x, y0-y, 2*y+1+delta, color);
530 drawLineVertical(x0-y, y0-x, 2*x+1+delta, color);
H A Deboled.h349 void drawRoundedCornersFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, int16_t delta, uint8_t color);
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp464 int64_t delta = mTimeWindow[WINDOW_SIZE-1] - mTimeWindow[0];
465 if (delta == 0)
468 *fps = ceil(1.0 / delta * 1E6 * (WINDOW_SIZE-1));
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp1978 int delta; local
1998 delta = abs((currentVideoSize.width *currentVideoSize.height)-
2004 delta) {
2006 delta = abs((currentVideoSize.width *
2016 delta = abs(
2024 delta) {
2026 delta = abs(
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp1978 int delta; local
1998 delta = abs((currentVideoSize.width *currentVideoSize.height)-
2004 delta) {
2006 delta = abs((currentVideoSize.width *
2016 delta = abs(
2024 delta) {
2026 delta = abs(
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c262 unsigned int delta = -1; local
270 if (abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value) < delta) {
272 delta = abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value);
H A Dmpeg2vaenc.c262 unsigned int delta = -1; local
270 if (abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value) < delta) {
272 delta = abs(1000 * frame_rate_tab[i].value - 1000 * frame_rate_value);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c887 vpx_codec_pts_t round, delta; local
894 delta = (dst_end_time_stamp - dst_time_stamp);
900 ((delta * ctx->cfg.g_timebase.den + round)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c779 vpx_codec_pts_t round, delta; local
797 delta = (dst_end_time_stamp - dst_time_stamp);
803 ((delta * ctx->cfg.g_timebase.den + round)
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h259 void changeRefCount(AudioSystem::stream_type stream, int delta);
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_isp.h732 uint32_t delta[MS_NUM_SLAVE_MAX]; member in struct:msm_isp_ms_delta_info
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_isp.h506 * and used to calculate delta */
717 /* This structure reports delta between master and slave */
720 uint32_t delta[MS_NUM_SLAVE_MAX]; member in struct:msm_isp_ms_delta_info
732 /* delta between master and slave */
744 /* delta between master and slave */
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp3545 void AudioPolicyManagerBase::AudioOutputDescriptor::changeRefCount(AudioSystem::stream_type stream, int delta) argument
3549 mOutput1->changeRefCount(stream, delta);
3550 mOutput2->changeRefCount(stream, delta);
3552 if ((delta + (int)mRefCount[stream]) < 0) {
3553 ALOGW("changeRefCount() invalid delta %d for stream %d, refCount %d", delta, stream, mRefCount[stream]);
3557 mRefCount[stream] += delta;

Completed in 736 milliseconds