HomeSort by relevance Sort by last modified time
    Searched refs:gray (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gray_tbl.cpp 47 This file contains the declaration for the gray encoding and decoding tables,
86 extern const Word16 gray[];
88 const Word16 gray[8] = {0, 1, 3, 2, 6, 4, 5, 7}; variable
130 [1] gray.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
  /development/tools/yuv420sp2rgb/
cmdline.h 10 int *gray,
cmdline.c 16 {"gray", no_argument, 0, 'g'},
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
61 int *gray,
70 ASSERT(gray); *gray = 0;
132 case 'g': *gray = 1; break;
yuv420sp2rgb.c 55 int gray,
70 if (gray) {
195 int gray,
263 gray, rotate,
273 int height, width, gray, rotate; local
282 &gray,
317 INFO("gray only: %d\n", gray);
333 height, width, gray,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c1035pf.h 42 code_10i40_35bits(). Added extern declaration for gray[] defined
88 extern Word16 gray[];
c1035pf.cpp 138 the gray encoder table
164 *ind = (tmp & 0x8) | gray[tmp & 0x7];
168 *ind = gray[tmp & 0x7];
210 *pInd = (tmp & 0x8) | gray[tmp & 0x7];
214 *pInd = gray[tmp & 0x7];
  /external/opencv/otherlibs/highgui/
utils.h 59 ushort* gray, int gray_step,
62 uchar* gray, int gray_step,
65 uchar* gray, int gray_step,
67 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step,
84 uchar* gray, int gray_step, CvSize size );
86 uchar* gray, int gray_step, CvSize size );
94 uchar* gray, int gray_step, CvSize size );
utils.cpp 84 uchar* gray, int gray_step,
89 for( ; size.height--; gray += gray_step )
94 gray[i] = (uchar)t;
103 ushort* gray, int gray_step,
108 for( ; size.height--; gray += gray_step )
113 gray[i] = (ushort)t;
122 uchar* gray, int gray_step,
127 for( ; size.height--; gray += gray_step )
132 gray[i] = (uchar)t;
140 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
ImageDiff.cpp 107 int gray = distance * qreal(255); local
108 diffImage.setPixel(x, y, qRgb(gray, gray, gray));
  /external/llvm/docs/_static/
llvm.css 17 tr, td { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
18 th { border: 2px solid gray; font-weight: bold; font-size: 105%;
67 { border: solid 1px gray; background: #eeeeee;
75 border: solid 1px gray;
106 .td_left { border: 2px solid gray; text-align: left; }
  /external/libpng/contrib/gregbook/
readpng.c 187 *red = *green = *blue = pBackground->gray? 255 : 0;
189 *red = *green = *blue = (255/3) * pBackground->gray;
191 *red = *green = *blue = (255/15) * pBackground->gray;
readpng2.c 446 mainprog_ptr->bg_blue = pBackground->gray? 255 : 0;
449 mainprog_ptr->bg_blue = (255/3) * pBackground->gray;
452 mainprog_ptr->bg_blue = (255/15) * pBackground->gray;
  /external/skia/gm/
texdata.cpp 47 static const SkPMColor gray = SkPackARGB32(0x40, 0x40, 0x40, 0x40); local
58 gTextureData[offset + y * stride + x] = gray;
79 gTextureData[offset + y * stride + x] = gray;
  /external/chromium/chrome/browser/resources/net_internals/
main.css 18 border-bottom: 1px solid gray;
35 border-top: 1px solid gray;
97 color: gray;
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 68 color: gray;
  /external/libpng/
pngrtran.c 798 /* Detect gray background and attempt to enable optimization
799 * for gray --> RGB case
803 * background color might actually be gray yet not be flagged as such.
819 png_ptr->background.gray = png_ptr->background.red;
826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
832 png_ptr->background.gray *= (png_uint_16)0xff;
834 = png_ptr->background.blue = png_ptr->background.gray;
837 png_ptr->trans_values.gray *= (png_uint_16)0xff;
839 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
844 png_ptr->background.gray *= (png_uint_16)0x55
3857 png_uint_16 gray = (png_uint_16)(trans_value ? trans_value->gray : 0); local
    [all...]
pngwtran.c 247 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
248 shift_dec[channels] = bit_depth->gray;
266 if (bit_depth->gray == 1 && row_info->bit_depth == 2)
268 else if (row_info->bit_depth == 4 && bit_depth->gray == 3)
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 741 /* Detect gray background and attempt to enable optimization
742 * for gray --> RGB case */
745 * background color might actually be gray yet not be flagged as such.
761 png_ptr->background.gray = png_ptr->background.red;
768 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
774 png_ptr->background.gray *= (png_uint_16)0xff;
776 = png_ptr->background.blue = png_ptr->background.gray;
779 png_ptr->trans_values.gray *= (png_uint_16)0xff;
781 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
785 png_ptr->background.gray *= (png_uint_16)0x55
3722 png_uint_16 gray = (png_uint_16)(trans_value ? trans_value->gray : 0); local
    [all...]
pngwtran.c 240 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
241 shift_dec[channels] = bit_depth->gray;
259 if (bit_depth->gray == 1 && row_info->bit_depth == 2)
261 else if (row_info->bit_depth == 4 && bit_depth->gray == 3)
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 68 Color gray = new Color(null, 128, 128, 128); field in interface:IColorConstants
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 1201 int gray = png_ptr->background.gray; local
4653 png_uint_16 gray = (png_uint_16)(trans_color ? trans_color->gray : 0); local
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 50 border-color: gray;
66 border: 1px outset gray;
91 border-color: gray;
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 47 static uint16_t grayToRGB16(U8CPU gray) {
48 SkASSERT(gray <= 255);
49 return SkPackRGB16(gray >> 3, gray >> 2, gray >> 3);
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 220 new ColorSprite(new ConstantColor(Color.gray),
  /external/skia/legacy/src/images/
SkScaledBitmapSampler.cpp 120 unsigned gray = src[0] >> 4; local
121 dst[x] = SkPackARGB4444(0xF, gray, gray, gray);

Completed in 412 milliseconds

1 2 3 4