HomeSort by relevance Sort by last modified time
    Searched defs:CLIP (Results 1 - 15 of 15) sorted by null

  /external/libavc/encoder/
irc_cbr_buffer_control.h 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/libmpeg2/common/
impeg2_macros.h 29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/fec/
vtest615.c 35 #define CLIP 255
122 symbols[6*i+0] = addnoise(parity(sr & V615POLYA),gain,Gain,OFFSET,CLIP);
123 symbols[6*i+1] = addnoise(parity(sr & V615POLYB),gain,Gain,OFFSET,CLIP);
124 symbols[6*i+2] = addnoise(parity(sr & V615POLYC),gain,Gain,OFFSET,CLIP);
125 symbols[6*i+3] = addnoise(parity(sr & V615POLYD),gain,Gain,OFFSET,CLIP);
126 symbols[6*i+4] = addnoise(parity(sr & V615POLYE),gain,Gain,OFFSET,CLIP);
127 symbols[6*i+5] = addnoise(parity(sr & V615POLYF),gain,Gain,OFFSET,CLIP);
  /external/libpng/contrib/gregbook/
rpng2-win.c 136 #define CLIP(a,min,max) MAX(min,MIN((a),max))
    [all...]
rpng2-x.c 143 #define CLIP(a,min,max) MAX(min,MIN((a),max))
    [all...]
  /hardware/intel/img/psb_video/src/
tng_jpegES.c 133 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
    [all...]
pnw_hostjpeg.h 295 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/python/cpython2/Modules/
audioop.c 57 #define CLIP 32635
172 if ( pcm_val > CLIP ) pcm_val = CLIP; /* clip the magnitude */
    [all...]
  /external/python/cpython3/Modules/
audioop.c 46 #define CLIP 32635
160 if ( pcm_val > CLIP ) pcm_val = CLIP; /* clip the magnitude */
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 346 CLIP = 2
351 Season.SPRING < Part.CLIP
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 243 milliseconds