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

  /external/opencv/otherlibs/highgui/
utils.h 56 #define saturate(x) (uchar)(((x) & ~255) == 0 ? (x) : ~((x)>>31)) macro
  /external/libgsm/src/
add.c 20 #define saturate(x) \ macro
26 return saturate(sum);
32 return saturate(diff);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEColorMatrix.cpp 89 inline void saturate(double& red, double& green, double& blue, const float& s) function in namespace:WebCore
142 saturate(red, green, blue, values[0]);
212 ts << "SATURATE";
  /frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
basicop2.c 35 | Function Name : saturate |
60 Word16 saturate(Word32 L_var1) function
122 var_out = saturate(L_sum);
168 var_out = saturate(L_diff);
233 | var1 right by -var2 with sign extension. Saturate the result in case of |
300 | -var2 with sign extension. Saturate the result in case of underflows or |
409 var_out = saturate(L_product);
477 | Negate var1 with saturation, saturate in the case where input is -32768:|
    [all...]
basic_op.h 63 __inline Word16 saturate(Word32 L_var1);
65 Word16 saturate(Word32 L_var1);
294 __inline Word16 saturate(Word32 L_var1) function
609 var_out = saturate(L_sum);
639 var_out = saturate(L_diff);
708 var_out = saturate(L_product);
1066 var_out = saturate(L_product_arr);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 38 #define saturate(L_var1) (((L_var1) > 0X00007fffL) ? (MAX_16): (((L_var1) < (Word32) 0xffff8000L) ? (MIN_16): ((L_var1) & 0xffff))) macro
135 var_out = saturate (L_sum);
178 var_out = saturate (L_diff);
190 | var1 right by -var2 with sign extension. Saturate the result in case of |
250 | -var2 with sign extension. Saturate the result in case of underflows or |
350 var_out = saturate (L_product);
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 945 double freq, rotate, saturate, gray, intensity; local
    [all...]
rpng2-x.c 1215 double freq, rotate, saturate, gray, intensity; local
1984 double freq, rotate, saturate, gray, intensity; local
    [all...]

Completed in 243 milliseconds