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

1 2 3 4 5 6

  /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,
  /external/clang/test/CodeGenCXX/
scoped-enums-debug-info.cpp 5 enum class Color { gray };
9 f(Color::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[];
  /external/libpng/contrib/libtests/
gentests.sh 86 for ct in gray palette
94 doit "gray" "16"
96 for ct in gray-alpha rgb rgb-alpha
  /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/chromium_org/chrome/browser/resources/options/chromeos/
keyboard_overlay.css 6 color: gray;
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
example.js 7 common.naclModule.style.backgroundColor = 'gray';
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
frametovalues.cpp 47 int gray = getIntensityFast(R, G, B); local
48 *(grayPtr+idx) = static_cast<unsigned char>(gray);
  /external/pdfium/fpdfsdk/include/javascript/
color.h 20 FX_BOOL gray(OBJ_PROP_PARAMS);
63 JS_STATIC_PROP(gray, color);
  /external/chromium-trace/trace-viewer/src/ui/
value_bar.css 10 color: gray;
19 border: 1px solid gray;
41 background-color: gray;
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 346 FX_BYTE gray; local
348 pIccModule->TranslateScanline(pIccTransform, &gray, src_scan, 1);
350 gray = FXRGB2GRAY(src_scan[2], src_scan[1], *src_scan);
353 blended_color = blend_type == FXDIB_BLEND_LUMINOSITY ? gray : *dest_scan;
355 gray = bNonseparableBlend ? blended_color : _BLEND(blend_type, *dest_scan, gray);
356 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, gray, alpha_ratio);
394 FX_BYTE gray; local
396 pIccModule->TranslateScanline(pIccTransform, &gray, src_scan, 1);
398 gray = FXRGB2GRAY(src_scan[2], src_scan[1], *src_scan);
440 FX_BYTE gray; local
484 FX_BYTE gray; local
501 FX_BYTE gray; local
592 FX_BYTE gray; local
671 FX_BYTE gray; local
713 FX_BYTE gray; local
1672 FX_BYTE gray = pPalette[*src_scan]; local
1692 FX_BYTE gray = pPalette[*src_scan]; local
1710 FX_BYTE gray = pPalette[*src_scan]; local
1726 FX_BYTE gray = pPalette[*src_scan]; local
1746 FX_BYTE gray = pPalette[*src_scan]; local
1784 FX_BYTE gray = pPalette[*src_scan]; local
1820 FX_BYTE gray = pPalette[*src_scan]; local
1847 FX_BYTE gray = pPalette[*src_scan]; local
1878 FX_BYTE gray = (src_scan[(col + src_left) \/ 8] & (1 << (7 - (col + src_left) % 8))) ? set_gray : reset_gray; local
1893 FX_BYTE gray = (src_scan[(col + src_left) \/ 8] & (1 << (7 - (col + src_left) % 8))) ? set_gray : reset_gray; local
1912 FX_BYTE gray = (src_scan[(col + src_left) \/ 8] & (1 << (7 - (col + src_left) % 8))) ? set_gray : reset_gray; local
1938 FX_BYTE gray = (src_scan[(col + src_left) \/ 8] & (1 << (7 - (col + src_left) % 8))) ? set_gray : reset_gray; local
4251 FX_BYTE gray = 255; local
    [all...]
fx_dib_main.cpp 902 FX_BYTE gray[2]; local
907 gray[i] = (FX_BYTE)FXRGB2GRAY(r, g, b);
917 FXSYS_memset8(pMask->GetBuffer(), gray[0], pMask->GetPitch() * m_Height);
923 *dest_pos = gray[1];
936 FX_BYTE gray[256]; local
1273 int gray = 255 - FXRGB2GRAY(r, g, b); local
1279 int gray = FXRGB2GRAY(FXARGB_R(m_pPalette[i]), FXARGB_G(m_pPalette[i]), FXARGB_B(m_pPalette[i])); local
1306 int gray = FXRGB2GRAY(scanline[2], scanline[1], scanline[0]); local
1322 int gray = 255 - FXRGB2GRAY(r, g, b); local
1334 int gray = FXRGB2GRAY(scanline[2], scanline[1], scanline[0]); local
    [all...]
  /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/chromium_org/third_party/skia/gm/
texdata.cpp 45 static const SkPMColor gray = SkPackARGB32(0x40, 0x40, 0x40, 0x40); local
56 gTextureData[offset + y * stride + x] = gray;
77 gTextureData[offset + y * stride + x] = gray;
  /external/libpng/contrib/gregbook/
readpng.c 188 *red = *green = *blue = pBackground->gray? 255 : 0;
190 *red = *green = *blue = (255/3) * pBackground->gray;
192 *red = *green = *blue = (255/15) * pBackground->gray;
  /external/skia/gm/
texdata.cpp 45 static const SkPMColor gray = SkPackARGB32(0x40, 0x40, 0x40, 0x40); local
56 gTextureData[offset + y * stride + x] = gray;
77 gTextureData[offset + y * stride + x] = gray;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
tabbedPane.css 98 .tabbed-pane-header-tab .close-button-gray {
107 .tabbed-pane-header-tab:hover .close-button-gray,
108 .tabbed-pane-header-tab.selected .close-button-gray {
  /external/chromium_org/chrome/browser/resources/predictors/
predictors.css 28 border-color: gray;
  /external/chromium_org/third_party/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...]
  /external/qemu/distrib/libpng-1.2.46/
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...]
  /external/libpng/
pngread.c 2156 unsigned int gray = (i * 256 + 115) \/ 231; local
2409 png_uint_32 gray = back_g; local
2513 png_uint_32 gray = back_g; local
2555 png_uint_32 gray = (i * 256 + 115) \/ 231; local
2600 png_uint_32 gray = png_sRGB_table[g*51] * alpha; local
2689 png_uint_32 gray = back_g; local
3128 unsigned int gray = *inrow++; local
3156 png_byte gray = *inrow++; local
    [all...]

Completed in 899 milliseconds

1 2 3 4 5 6