Searched refs:incr (Results 1 - 6 of 6) 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/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp520 LVM_INT32 incr = (((LVM_INT32)pContext->rightVolume << 16) - vr) / frameCount; local
529 vr += incr;

Completed in 5952 milliseconds