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

  /external/ImageMagick/coders/
clip.h 27 MagickCoderExports(CLIP)
coders-list.h 30 AddMagickCoder(CLIP)
  /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/libavc/encoder/
irc_cbr_buffer_control.h 44 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
irc_cbr_buffer_control.c 238 CLIP(i4_tgt_bits, i4_max_tgt_bits, i4_min_tgt_bits);
  /external/libmpeg2/common/
impeg2_macros.h 29 #define CLIP(Number,Max,Min) if((Number) > (Max)) (Number) = (Max); \
  /external/libhevc/encoder/
cbr_buffer_control.h 43 #define CLIP(Number, Max, Min) \
rate_control_api.c     [all...]
cbr_buffer_control.c 238 /*To avoid file size deviation in case of VBR mode of rate control, clip the max deviaiton allowed based on number of frames to enode*/
352 CLIP(i4_tgt_bits, i4_max_tgt_bits, i4_min_tgt_bits);
406 /*Clip min target bit*/
    [all...]
bit_allocation.c     [all...]
  /external/libaom/libaom/av1/common/
restoration.h 27 #define CLIP(x, lo, hi) ((x) < (lo) ? (lo) : (x) > (hi) ? (hi) : (x))
  /external/libmpeg2/decoder/
impeg2d_mc.c     [all...]
  /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...]
  /external/python/cpython2/Modules/
audioop.c 65 #define CLIP 32635
180 if ( pcm_val > CLIP ) pcm_val = CLIP; /* clip the magnitude */
    [all...]
  /external/python/cpython3/Modules/
audioop.c 53 #define CLIP 32635
167 if ( pcm_val > CLIP ) pcm_val = CLIP; /* clip the magnitude */
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 241 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
program_parse.y 171 %token CLIP COLOR
    [all...]
  /external/libaom/libaom/av1/encoder/
pickrst.c     [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 372 CLIP = 2
377 Season.SPRING < Part.CLIP
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1144 milliseconds