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

1 2 3 4

  /external/webp/src/utils/
random_utils.h 34 void VP8InitRandom(VP8Random* const rg, float dithering);
39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits,
43 diff = rg->tab_[rg->index1_] - rg->tab_[rg->index2_];
45 rg->tab_[rg->index1_] = diff;
46 if (++rg->index1_ == VP8_RANDOM_TABLE_SIZE) rg->index1_ = 0
    [all...]
random_utils.c 33 void VP8InitRandom(VP8Random* const rg, float dithering) {
34 memcpy(rg->tab_, kRandomTable, sizeof(rg->tab_));
35 rg->index1_ = 0;
36 rg->index2_ = 31;
37 rg->amp_ = (dithering < 0.0) ? 0
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p1.cpp 10 int (&rg)(int) = g;
11 rg(i);
  /external/libxml2/
genChRanges.py 364 for rg in rangeTable:
369 if rg[0] == rg[1]: # single value - check equal
370 pline += "((c) == 0x%x)" % rg[0]
373 if rg[1] != 0xff:
374 pline += "((0x%x <= (c)) &&" % rg[0]
375 pline += " ((c) <= 0x%x))" % rg[1]
377 pline += " (0x%x <= (c))" % rg[0]
411 for rg in Functs[f][1]:
417 if rg[0] == rg[1]: # single value - check equa
    [all...]
  /packages/apps/Gallery2/jni/filters/
hsv.c 92 int rg=0; local
105 rb = ( rg = ( rr =( cv >> ABITS) ));
123 rg = X;
128 rg = cv;
133 rg = cv;
138 rg = X;
143 rg = m;
148 rg = m ;
154 rgb[rgbOff+1] = rg;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
shadows.rs 108 int rg=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
139 rg = X;
144 rg = cv;
149 rg = cv;
154 rg = X;
159 rg = m;
164 rg = m ;
173 rgb.g = rg;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
shadows.rs 108 int rg=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
139 rg = X;
144 rg = cv;
149 rg = cv;
154 rg = X;
159 rg = m;
164 rg = m ;
173 rgb.g = rg;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
shadows.rs 108 int rg=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
139 rg = X;
144 rg = cv;
149 rg = cv;
154 rg = X;
159 rg = m;
164 rg = m ;
173 rgb.g = rg;
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
shadows_f.rs 108 int rg=0;
121 rb = ( rg = ( rr =( cv >> ABITS) ));
139 rg = X;
144 rg = cv;
149 rg = cv;
154 rg = X;
159 rg = m;
164 rg = m ;
173 rgb.g = rg;
  /external/autotest/client/site_tests/security_Minijail0/src/
common.sh 21 gid=$(id -rg)
  /external/clang/test/Sema/
ext_vector_components.c 53 f = vec4.rg.r; // legal, shorten
60 vec2.rr = vec2_2.rg; // expected-error {{vector is not assignable (contains duplicate components)}}
61 vec2.gr = vec2_2.rg;
64 vec4.rg.b; // expected-error {{vector component access exceeds type 'float2'}}
68 vec4p->gb = vec4p->rg;
  /prebuilts/go/darwin-x86/src/runtime/
netpoll.go 22 // pollDesc contains 2 binary semaphores, rg and wg, to park reader and writer
52 // proceed w/o taking the lock. So closing, rg, rd, wg and wd are manipulated
54 // NOTE(dvyukov): the following code uses uintptr to store *g (rg/wg),
60 rg uintptr // pdReady, pdWait, G waiting for read or nil
101 if pd.rg != 0 && pd.rg != pdReady {
107 pd.rg = 0
126 if pd.rg != 0 && pd.rg != pdReady {
147 pd.rg =
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
netpoll.go 22 // pollDesc contains 2 binary semaphores, rg and wg, to park reader and writer
52 // proceed w/o taking the lock. So closing, rg, rd, wg and wd are manipulated
54 // NOTE(dvyukov): the following code uses uintptr to store *g (rg/wg),
60 rg uintptr // pdReady, pdWait, G waiting for read or nil
101 if pd.rg != 0 && pd.rg != pdReady {
107 pd.rg = 0
126 if pd.rg != 0 && pd.rg != pdReady {
147 pd.rg =
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/graphics/
DrawableCompatActivity.java 52 RadioGroup rg = findViewById(R.id.drawable_compat_options); local
53 rg.setOnCheckedChangeListener(new RadioGroup.OnCheckedChangeListener() {
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetTypeChooser.java 47 RadioGroup rg = (RadioGroup) findViewById(R.id.widget_type); local
48 rg.setOnCheckedChangeListener(mListener);
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid04.c 137 static void gid_verify(struct group *rg, struct group *eg, const char *when)
139 if ((getgid() != rg->gr_gid) || (getegid() != eg->gr_gid)) {
143 rg->gr_gid, eg->gr_gid);
setregid02.c 180 void gid_verify(struct group *rg, struct group *eg, char *when)
182 if ((getgid() != rg->gr_gid) || (getegid() != eg->gr_gid)) {
186 rg->gr_gid, eg->gr_gid);
setregid03.c 204 static void gid_verify(struct group *rg, struct group *eg, char *when)
206 if ((getgid() != rg->gr_gid) || (getegid() != eg->gr_gid)) {
210 rg->gr_gid, eg->gr_gid);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/
Test_return_object.java 167 RunnerGenerator rg = (RunnerGenerator) Class.forName( local
169 Runner r = rg.run();
  /external/clang/test/SemaCXX/
references.cpp 10 int (&rg)(int) = g;
11 rg(i);
  /external/webp/src/dsp/
yuv.h 112 const int rg = (r & 0xf8) | (g >> 5); local
116 rgb[1] = rg;
118 rgb[0] = rg;
128 const int rg = (r & 0xf0) | (g >> 4); local
132 argb[1] = rg;
134 argb[0] = rg;
upsampling_mips_dsp_r2.c 69 const int rg = (r & 0xf8) | (g >> 5); local
73 rgb[1] = rg;
75 rgb[0] = rg;
85 const int rg = (r & 0xf0) | (g >> 4); local
89 argb[1] = rg;
91 argb[0] = rg;
  /external/lzma/Java/SevenZip/
LzmaBench.java 28 CRandomGenerator RG = new CRandomGenerator();
48 Value = RG.GetRnd();
58 CBitRandomGenerator RG = new CBitRandomGenerator();
72 int GetRndBit() { return RG.GetRnd(1); }
75 int len = RG.GetRnd(numBits);
76 return RG.GetRnd((int)len);
82 return (GetLogRandBits(4) << 10) | RG.GetRnd(10);
84 int GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); }
85 int GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); }
317 CBenchRandomGenerator rg = new CBenchRandomGenerator(); local
    [all...]
  /external/webp/src/enc/
picture_csp_enc.c 140 static int RGBToY(int r, int g, int b, VP8Random* const rg) {
141 return (rg == NULL) ? VP8RGBToY(r, g, b, YUV_HALF)
142 : VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
145 static int RGBToU(int r, int g, int b, VP8Random* const rg) {
146 return (rg == NULL) ? VP8RGBToU(r, g, b, YUV_HALF << 2)
147 : VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
150 static int RGBToV(int r, int g, int b, VP8Random* const rg) {
151 return (rg == NULL) ? VP8RGBToV(r, g, b, YUV_HALF << 2)
152 : VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
749 VP8Random* const rg) {
887 VP8Random* rg = NULL; local
    [all...]
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
TabLayoutPreselectedUsage.java 85 RadioGroup rg = findViewById(R.id.radiogroup_tab_mode); local
86 rg.setOnCheckedChangeListener(new RadioGroup.OnCheckedChangeListener() {
110 rg = findViewById(R.id.radiogroup_tab_gravity);
111 rg.setOnCheckedChangeListener(new RadioGroup.OnCheckedChangeListener() {

Completed in 1953 milliseconds

1 2 3 4