HomeSort by relevance Sort by last modified time
    Searched defs:cr (Results 151 - 175 of 422) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/icu/source/test/intltest/
regiontst.cpp 116 { "CR" , 188, "013", URGN_TERRITORY, "019" },
507 const Region *cr = Region::getInstance(crID,status); local
508 const Region *containingRegion = cr ? cr->getContainingRegion() : NULL;
511 r->getRegionCode(),cr->getRegionCode(),containingRegion?containingRegion->getRegionCode():"NULL");
534 const Region *cr = Region::getInstance(crID,status); local
535 const Region *containingRegion = cr ? cr->getContainingRegion(URGN_CONTINENT) : NULL;
538 r->getRegionCode(),cr->getRegionCode(),containingRegion?containingRegion->getRegionCode():"NULL");
  /external/chromium_org/third_party/libjpeg_turbo/
jdcolor.c 28 int * Cr_r_tab; /* => table for Cr to R conversion */
30 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
44 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
48 * R = Y + 1.40200 * Cr
49 * G = Y - 0.34414 * Cb - 0.71414 * Cr
54 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
64 * by precalculating the constants times Cb and Cr for all possible values.
69 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
231 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
232 /* Cr=>R value is nearest int to 1.40200 * x *
508 register int y, cb, cr; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 50 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); local
51 if (cr == NULL)
54 cr->map = vpx_calloc(mi_rows * mi_cols, sizeof(*cr->map));
55 if (cr->map == NULL) {
56 vpx_free(cr);
60 return cr;
63 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) {
64 vpx_free(cr->map)
132 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; local
182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; local
    [all...]
  /external/chromium_org/third_party/pexpect/
screen.py 35 CR = 13 # Move cursor to left margin or newline.
119 def cr (self): member in class:screen
143 self.cr ()
  /external/chromium_org/third_party/skia/src/core/
SkBlitter.cpp 206 const SkIRect& cr = clipper.rect(); local
207 this->blitMask(mask, cr);
216 const SkIRect& cr = clipper.rect(); local
217 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
226 const SkIRect& cr = iter.rect(); local
227 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height())
    [all...]
SkMaskFilter.cpp 192 const SkIRect& cr = clipper.rect(); local
194 draw_nine_clipped(mask, outerR, center, fillCenter, cr, blitter);
278 const SkIRect& cr = clipper.rect(); local
280 blitter->blitMask(dstM, cr);
  /external/chromium_org/tools/cr/cr/
plugin.py 5 """The plugin management system for the cr tool.
9 The module registers a scan hook with the cr.loader system to enable it to
14 import cr namespace
15 import cr.loader namespace
19 config = cr.Config(name)
25 _selectors = cr.Config('PRIORITY')
39 cr.config.GLOBALS.extend(CONFIG_TYPES)
90 class Plugin(cr.loader.AutoExport):
134 config = cr.Config()
207 if isinstance(value, cr.Config)
    [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
video_player.js 221 cr.ui.decorate(menu, cr.ui.Menu);
561 var item = new cr.ui.MenuItem();
569 var item = new cr.ui.MenuItem();
  /external/chromium_org/ui/platform_window/win/
win_window.cc 82 RECT cr; local
83 GetClientRect(hwnd(), &cr); local
84 return gfx::Rect(cr);
166 RECT cr; local
167 GetClientRect(hwnd(), &cr); local
170 cr.right - cr.left, cr.bottom - cr.top));
  /external/harfbuzz_ng/util/
helper-cairo.cc 378 cairo_t *cr = cairo_create (surface); local
383 cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
384 cairo_set_source_rgba (cr, 1., 1., 1., br / 255.);
385 cairo_paint (cr);
386 cairo_set_source_rgba (cr, 1., 1., 1.,
392 cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
393 cairo_set_source_rgba (cr, br / 255., bg / 255., bb / 255., ba / 255.);
394 cairo_paint (cr);
395 cairo_set_operator (cr, CAIRO_OPERATOR_OVER);
396 cairo_set_source_rgba (cr, fr / 255., fg / 255., fb / 255., fa / 255.)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 142 { "CR" , 188, "013", URGN_TERRITORY, "019" },
402 const URegion *cr = uregion_getRegionFromCode(crID, &status); local
403 const URegion *containingRegion = (cr)? uregion_getContainingRegion(cr) : NULL;
406 uregion_getRegionCode(r), uregion_getRegionCode(cr), (containingRegion)?uregion_getRegionCode(containingRegion):"NULL" );
431 const URegion *cr = uregion_getRegionFromCode(crID, &status); local
432 const URegion *containingRegion = (cr)? uregion_getContainingRegionOfType(cr, URGN_CONTINENT) : NULL;
435 uregion_getRegionCode(r), uregion_getRegionCode(cr), (containingRegion)?uregion_getRegionCode(containingRegion):"NULL" );
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 116 { "CR" , 188, "013", URGN_TERRITORY, "019" },
507 const Region *cr = Region::getInstance(crID,status); local
508 const Region *containingRegion = cr ? cr->getContainingRegion() : NULL;
511 r->getRegionCode(),cr->getRegionCode(),containingRegion?containingRegion->getRegionCode():"NULL");
534 const Region *cr = Region::getInstance(crID,status); local
535 const Region *containingRegion = cr ? cr->getContainingRegion(URGN_CONTINENT) : NULL;
538 r->getRegionCode(),cr->getRegionCode(),containingRegion?containingRegion->getRegionCode():"NULL");
  /external/ipsec-tools/src/racoon/
isakmp_ident.c 417 * sig: HDR, KE, Nr [, CR ]
566 * sig: HDR*, IDi1, [ CR, ] [ CERT, ] SIG_I
1162 "CR received, ignore it. "
1251 * sig: HDR, KE, Nr [, CR ]
1332 * sig: HDR*, IDi1, [ CR, ] [ CERT, ] SIG_I
1650 vchar_t *cr = NULL; local
1771 vchar_t *cr = NULL; local
    [all...]
  /external/jpeg/
jdcolor.c 24 int * Cr_r_tab; /* => table for Cr to R conversion */
26 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
56 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
59 * R = Y + 1.40200 * Cr
60 * G = Y - 0.34414 * Cb - 0.71414 * Cr
62 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
72 * by precalculating the constants times Cb and Cr for all possible values.
77 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
114 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
115 /* Cr=>R value is nearest int to 1.40200 * x *
146 register int y, cb, cr; local
187 register int y, cb, cr; local
228 register int y, cb, cr; local
300 register int y, cb, cr; local
696 register int y, cb, cr; local
    [all...]
jdmerge.c 17 * R = Y + K1 * Cr
18 * G = Y + K2 * Cb + K3 * Cr
71 int * Cr_r_tab; /* => table for Cr to R conversion */
73 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
123 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
124 /* Cr=>R value is nearest int to 1.40200 * x */
130 /* Cr=>G value is scaled-up -0.71414 * x */
256 int cb, cr; local
276 cr = GETJSAMPLE(*inptr2++);
277 cred = Crrtab[cr];
315 int cb, cr; local
379 int cb, cr; local
453 int cb, cr; local
529 int cb, cr; local
614 int cb, cr; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 51 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); local
52 if (cr == NULL)
55 cr->map = vpx_calloc(mi_rows * mi_cols, sizeof(*cr->map));
56 if (cr->map == NULL) {
57 vpx_free(cr);
61 return cr;
64 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) {
65 vpx_free(cr->map)
133 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; local
182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; local
    [all...]
  /external/lldb/test/pexpect-2.4/
screen.py 19 CR = 13 # Move cursor to left margin or newline.
103 def cr (self): member in class:screen
127 self.cr ()
  /external/opencv/cvaux/src/
cvfacedetection.cpp 253 CvContourRect cr; local
256 cr.r = cvContourBoundingRect(external, 1 );
257 cr.pCenter.x = cr.r.x + cr.r.width / 2;
258 cr.pCenter.y = cr.r.y + cr.r.height / 2;
259 cr.iNumber = iLayer;
260 cr.iType = 6
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdcolor.c 23 int * Cr_r_tab; /* => table for Cr to R conversion */
25 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
35 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
38 * R = Y + 1.40200 * Cr
39 * G = Y - 0.34414 * Cb - 0.71414 * Cr
41 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
51 * by precalculating the constants times Cb and Cr for all possible values.
56 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
93 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
94 /* Cr=>R value is nearest int to 1.40200 * x */
126 register int y, cb, cr; local
251 register int y, cb, cr; local
    [all...]
fpdfapi_jdmerge.c 18 * R = Y + K1 * Cr
19 * G = Y + K2 * Cb + K3 * Cr
57 int * Cr_r_tab; /* => table for Cr to R conversion */
59 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
109 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
110 /* Cr=>R value is nearest int to 1.40200 * x */
116 /* Cr=>G value is scaled-up -0.71414 * x */
236 int cb, cr; local
256 cr = GETJSAMPLE(*inptr2++);
257 cred = Crrtab[cr];
298 int cb, cr; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 22 int * Cr_r_tab; /* => table for Cr to R conversion */
24 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
54 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
57 * R = Y + 1.40200 * Cr
58 * G = Y - 0.34414 * Cb - 0.71414 * Cr
60 * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
70 * by precalculating the constants times Cb and Cr for all possible values.
75 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the
112 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
113 /* Cr=>R value is nearest int to 1.40200 * x *
144 register int y, cb, cr; local
185 register int y, cb, cr; local
226 register int y, cb, cr; local
298 register int y, cb, cr; local
694 register int y, cb, cr; local
    [all...]
jdmerge.c 17 * R = Y + K1 * Cr
18 * G = Y + K2 * Cb + K3 * Cr
71 int * Cr_r_tab; /* => table for Cr to R conversion */
73 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
123 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */
124 /* Cr=>R value is nearest int to 1.40200 * x */
130 /* Cr=>G value is scaled-up -0.71414 * x */
256 int cb, cr; local
276 cr = GETJSAMPLE(*inptr2++);
277 cred = Crrtab[cr];
315 int cb, cr; local
379 int cb, cr; local
453 int cb, cr; local
529 int cb, cr; local
614 int cb, cr; local
    [all...]
  /external/skia/src/core/
SkBlitter.cpp 206 const SkIRect& cr = clipper.rect(); local
207 this->blitMask(mask, cr);
216 const SkIRect& cr = clipper.rect(); local
217 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
226 const SkIRect& cr = iter.rect(); local
227 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height())
    [all...]
SkMaskFilter.cpp 192 const SkIRect& cr = clipper.rect(); local
194 draw_nine_clipped(mask, outerR, center, fillCenter, cr, blitter);
278 const SkIRect& cr = clipper.rect(); local
280 blitter->blitMask(dstM, cr);
  /frameworks/base/graphics/java/android/graphics/
Color.java 132 final float cr = (V - r) / vtemp; local
139 H = 2 + cr - cb;
141 H = 4 + cg - cr;

Completed in 843 milliseconds

1 2 3 4 5 67 8 91011>>