OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ORIG
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/tests/unit/src/com/android/tv/util/
ImageCacheTest.java
33
private static final Bitmap
ORIG
= Bitmap.createBitmap(100, 100, Bitmap.Config.RGB_565);
36
private static final ScaledBitmapInfo INFO_200 = createScaledBitmapInfo(KEY,
ORIG
, 200, 200);
37
private static final ScaledBitmapInfo INFO_100 = createScaledBitmapInfo(KEY,
ORIG
, 100, 100);
38
private static final ScaledBitmapInfo INFO_50 = createScaledBitmapInfo(KEY,
ORIG
, 50, 50);
39
private static final ScaledBitmapInfo INFO_25 = createScaledBitmapInfo(KEY,
ORIG
, 25, 25);
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h
49
DOWN_THREEFOUR = 1, // From
orig
to 3/4.
50
DOWN_ONEHALF = 2, // From
orig
or 3/4 to 1/2.
52
UP_ORIG = -2, // From 1/2 or 3/4 to
orig
.
56
ORIG
= 0,
Completed in 372 milliseconds