HomeSort by relevance Sort by last modified time
    Searched refs:rescale (Results 1 - 23 of 23) sorted by null

  /external/libjpeg-turbo/
rdppm.c 71 JSAMPLE *rescale; /* => maxval-remapping array, or NULL */ member in struct:__anon23600
146 register JSAMPLE *rescale = source->rescale; local
152 *ptr++ = rescale[read_pbm_integer(cinfo, infile, maxval)];
165 register JSAMPLE *rescale = source->rescale; local
171 *ptr++ = rescale[read_pbm_integer(cinfo, infile, maxval)];
172 *ptr++ = rescale[read_pbm_integer(cinfo, infile, maxval)];
173 *ptr++ = rescale[read_pbm_integer(cinfo, infile, maxval)];
186 register JSAMPLE *rescale = source->rescale local
207 register JSAMPLE *rescale = source->rescale; local
245 register JSAMPLE *rescale = source->rescale; local
272 register JSAMPLE *rescale = source->rescale; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsBashforthIntegrator.java 223 interpolator.rescale(hNew);
250 interpolator.rescale(hNew);
305 interpolator.rescale(hNew);
AdamsMoultonIntegrator.java 241 interpolator.rescale(hNew);
273 interpolator.rescale(hNew);
324 interpolator.rescale(hNew);
GraggBulirschStoerIntegrator.java 428 private void rescale(final double[] y1, final double[] y2, final double[] scale) { method in class:GraggBulirschStoerIntegrator
605 rescale(y, y, scale); method
697 rescale(y, y1, scale); method
    [all...]
  /external/libvorbis/examples/
frameview.pl 239 my$oneresize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$onecrop,
248 my$tworesize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$twocrop,
295 my$rescale=0;
312 $rescale=1;
317 $rescale=1 if($1>$graph->{"maxx"});
318 $rescale=1 if($1<$graph->{"minx"});
319 $rescale=1 if($2>$graph->{"maxy"});
320 $rescale=1 if($2<$graph->{"miny"});
334 $rescale=1 if(!defined($graph->{"width"}) ||
345 if($rescale){
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_attribute_workarounds.c 70 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK); local
71 comps[i] = nir_channel(b, rescale ? scaled : val, i);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
histogram.rs 56 void rescale() {
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
histogram.rs 56 void rescale() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTestImpl.java 85 boolean rescale = false;
88 rescale = true;
92 if (rescale) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
NordsieckStepInterpolator.java 138 /** Rescale the instance.
143 public void rescale(final double stepSize) { method in class:NordsieckStepInterpolator
  /tools/tradefederation/core/src/com/android/tradefed/device/
ITestDevice.java 190 * @param rescale if screenshot should be rescaled to reduce the size of resulting image
195 public InputStreamSource getScreenshot(String format, boolean rescale)
TestDevice.java 277 public InputStreamSource getScreenshot(String format, boolean rescale)
286 compressRawImage(action.mRawScreenshot, format.toUpperCase(), rescale);
317 * @param rescale if rescaling should be done to further reduce size of compressed image.
321 byte[] compressRawImage(RawImage rawImage, String format, boolean rescale) {
324 // Rescale to reduce size if needed
327 if (rescale) {
    [all...]
NativeDevice.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 530 rescale(-1);
540 rescale(+1);
661 void rescale(int direction) { method in class:LayoutActionBar
LayoutCanvas.java 488 actionBar.rescale(1);
494 actionBar.rescale(-1);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 467 static void rescale(uint32_t& u, uint8_t& su, uint32_t& v, uint8_t& sv);
478 void rescale(uint32_t& u, uint8_t& su, uint32_t& v, uint8_t& sv) function in namespace:android
493 rescale(fragment->c[0], fragment->s[0], fb->c[0], fb->s[0]);
494 rescale(fragment->c[1], fragment->s[1], fb->c[1], fb->s[1]);
495 rescale(fragment->c[2], fragment->s[2], fb->c[2], fb->s[2]);
496 rescale(fragment->c[3], fragment->s[3], fb->c[3], fb->s[3]);
827 rescale(Cf, sf, Ct, st);
842 rescale(Cf, sf, Ct, st)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 265 static int rescale(int val, int num, int denom) { function
286 rescale((int)(oxcf->starting_buffer_level), lc->target_bandwidth, 1000);
292 rescale((int)(oxcf->optimal_buffer_level), lc->target_bandwidth, 1000);
299 rescale((int)(oxcf->maximum_buffer_size), lc->target_bandwidth, 1000);
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 2125 FT_Bool rescale = FALSE; local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 2125 FT_Bool rescale = FALSE; local
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
armv4-mont.S 56 mov r0,r0,lsl#2 @ rescale r0 for byte count
  /external/boringssl/linux-arm/crypto/fipsmodule/
armv4-mont.S 55 mov r0,r0,lsl#2 @ rescale r0 for byte count
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 800 /* Normalize/Rescale:
809 struct ureg rescale = register_param2(p, STATE_INTERNAL, local
812 emit_op2( p, OPCODE_MUL, transformed_normal, 0, normal, rescale );
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceTest.java     [all...]

Completed in 818 milliseconds