/frameworks/media/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeYUVtoRGB565.c | 50 * each row, and then uses that result in a linear interpolation down each column. 227 result in a linear interpolation donw each column. Each estimated pixel in the
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_stack.h | 229 * are: this relation is linear in the size of the sequences, and 246 * are: this relation is linear in the size of the sequences, the
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 229 * are: this relation is linear in the size of the sequences, and 246 * are: this relation is linear in the size of the sequences, the
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 229 * are: this relation is linear in the size of the sequences, and 246 * are: this relation is linear in the size of the sequences, the
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 229 * are: this relation is linear in the size of the sequences, and 246 * are: this relation is linear in the size of the sequences, the
|
/external/llvm/lib/CodeGen/ |
RegAllocLinearScan.cpp | 1 //===-- RegAllocLinearScan.cpp - Linear Scan register allocator -----------===// 10 // This file implements a linear scan register allocator. 70 linearscanRegAlloc("linearscan", "linear scan register allocator", 198 return "Linear Scan Register Allocator"; 236 /// linearScan - the linear scan algorithm 391 "Linear Scan Register Allocator", false, false) 401 "Linear Scan Register Allocator", false, false) 452 // We cannot handle complicated live ranges. Simple linear stuff only. 588 // linear scan algorithm 590 dbgs() << "********** LINEAR SCAN **********\n [all...] |
/external/skia/src/effects/ |
SkGradientShader.cpp | 599 uint16_t* linear = fCache16; // just computed linear data 604 mapped[i] = linear[index]; 605 mapped[i + kCache16Count] = linear[index + kCache16Count]; 647 SkPMColor* linear = fCache32; // just computed linear data 652 mapped[i] = linear[index]; 653 mapped[i + kCache32Count] = linear[index + kCache32Count]; [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
SweepGradientTest.java | 125 // linear interpolation
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
LineNumberList.java | 113 * order, so we have to do a linear search. TODO: If
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LineNumberList.java | 113 * order, so we have to do a linear search. TODO: If
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 54 * Runs algorithm. TODO: This is n^2, and could be made linear-ish with
|
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/ |
rsrenderstates.rs | 287 // Linear clamp 296 // Linear Wrap 324 rsgDrawText("Filtering: linear clamp", 10, 290); 325 rsgDrawText("Filtering: linear wrap", 10, 590);
|
/external/chromium/chrome/browser/autofill/ |
autofill_download.h | 123 // the search is linear (newest first), so do not make the constant very big.
|
/external/chromium/chrome/browser/chromeos/ |
setting_level_bubble.cc | 87 animation_.SetTweenType(ui::Tween::LINEAR);
|
/external/chromium/chrome/browser/extensions/ |
extension_metrics_module.cc | 116 Histogram::ClassType histogram_type(type == "histogram-linear" ?
|
/external/chromium/chrome/browser/resources/ |
active_downloads.html | 18 background-image: -webkit-linear-gradient(#D0DAF8, #A6BAF7); 68 background: -webkit-gradient(linear, left top, left bottom, 73 background: -webkit-gradient(linear, left top, left bottom, 78 background: -webkit-gradient(linear, left top, left bottom,
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options_page.css | 57 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
|
/external/chromium/chrome/browser/resources/shared/css/ |
tree.css | 72 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
translate_infobar_base_gtk.cc | 39 background_color_animation_->SetTweenType(ui::Tween::LINEAR);
|
/external/chromium/chrome/browser/ui/views/infobars/ |
translate_infobar_base.cc | 60 background_color_animation_->SetTweenType(ui::Tween::LINEAR);
|
/external/chromium/net/http/ |
http_request_headers.h | 7 // the order of the headers. This means that any lookups are linear time
|
/external/chromium/net/tools/flip_server/ |
simple_buffer.cc | 156 // read_size bytes long. Since we want linear time extensions in the case
|
/external/collada/src/1.4/dom/ |
domRigid_constraint.cpp | 418 mea->setName( "linear" ); 493 meta->setName( "linear" ); 553 mea->setName( "linear" ); 634 meta->setName( "linear" );
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
InnerClassesAttribute_info.java | 33 // TODO: avoid linear loop by keeping all class indices in a bitset
|
/external/freetype/src/sfnt/ |
ttkern.c | 259 else /* linear search */
|