Searched refs:incr (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dfind_min_max.cpp29 incr = value of type Int representing the width of 2D block of data.
78 value of incr passed onto this function represents the amount the input_ptr
136 int incr)
148 /* incr = incr - BLKSIZE; */ /* 09/06/2001, already passed in as width - BLKSIZE */
166 input_ptr += incr;
132 FindMaxMin( uint8 *input_ptr, int *min_ptr, int *max_ptr, int incr) argument
H A Dderinging_luma.cpp41 int thr, blks, incr; local
47 incr = width - BLKSIZE;
63 FindMaxMin(ptr, &min_blk, &max_blk, incr);
118 FindMaxMin(ptr, &min_blk, &max_blk, incr);
176 FindMaxMin(ptr, &min_blk, &max_blk, incr);
H A Dderinging_chroma.cpp42 int sum, sum1, incr; local
47 incr = width - BLKSIZE;
127 FindMaxMin(ptr, &min_blk, &max_blk, incr);
194 FindMaxMin(ptr, &min_blk, &max_blk, incr);
H A Dchvr_filter.cpp36 int br, bc, incr, mbr, mbc; local
60 incr = width - BLKSIZE; /* Offset to next row after processing block */
448 FindMaxMin(ptr, &min_blk, &max_blk, incr);
532 FindMaxMin(ptr, &min_blk, &max_blk, incr);
H A Dmp4dec_lib.h287 void FindMaxMin(uint8 *ptr, int *min, int *max, int incr);
288 void DeringAdaptiveSmoothMMX(uint8 *img, int incr, int thres, int mxdf);
/frameworks/base/core/java/android/util/
H A DPathParser.java311 int incr = 2;
340 incr = 2;
346 incr = 1;
350 incr = 6;
356 incr = 4;
360 incr = 7;
364 for (int k = 0; k < val.length; k += incr) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java121 int incr = 1;
134 dummy.putExtra("plugged", incr > 0 ? BatteryManager.BATTERY_PLUGGED_AC : 0);
141 curLevel += incr;
143 incr *= -1;
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java349 private void addScore(int incr) { argument
350 setScore(mScore + incr);
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp498 LVM_INT32 incr = (((LVM_INT32)pContext->rightVolume << 16) - vr) / frameCount; local
507 vr += incr;

Completed in 699 milliseconds