/external/skia/tests/ |
ClipCacheTest.cpp | 140 SkClipStack clip1(bound1); 148 cache.acquireMask(clip1.getTopmostGenID(), desc, bound1); 157 check_state(reporter, cache, clip1, texture1, bound1); 188 REPORTER_ASSERT(reporter, !cache.canReuse(clip1.getTopmostGenID(), bound1)); 194 check_state(reporter, cache, clip1, texture1, bound1);
|
AAClipTest.cpp | 205 SkAAClip clip0, clip1; local 209 REPORTER_ASSERT(reporter, clip1 == clip0); 214 REPORTER_ASSERT(reporter, clip1 == clip0); 220 REPORTER_ASSERT(reporter, clip0 != clip1); 226 REPORTER_ASSERT(reporter, clip1 == clip0); 247 SkAAClip clip0, clip1; local 254 clip1.setRect(r1); 261 bool nonEmptyAA = clip2.op(clip0, clip1, op);
|
/external/webp/src/dsp/ |
dec.c | 26 static uint8_t clip1[255 + 510 + 1]; // clips [-255,510] to [0,255] variable 46 clip1[255 + i] = (i < 0) ? 0 : (i > 255) ? 255 : i; 176 const uint8_t* const clip0 = clip1 + 255 - top[-1]; 498 p[-step] = clip1[255 + p0 + a2]; 499 p[ 0] = clip1[255 + q0 - a1]; 509 p[-2*step] = clip1[255 + p1 + a3]; 510 p[- step] = clip1[255 + p0 + a2]; 511 p[ 0] = clip1[255 + q0 - a1]; 512 p[ step] = clip1[255 + q1 - a3]; 523 p[-3*step] = clip1[255 + p2 + a3] [all...] |
enc.c | 65 static uint8_t clip1[255 + 510 + 1]; // clips [-255,510] to [0,255] variable 75 clip1[255 + i] = clip_8b(i); 260 const uint8_t* const clip = clip1 + 255 - left[-1]; 498 const uint8_t* const clip = clip1 + 255 - top[-1];
|
/external/webp/src/enc/ |
filter.c | 18 // NOTE: clip1, tables and InitTables are repeated entries of dsp.c 23 static uint8_t clip1[255 + 510 + 1]; // clips [-255,510] to [0,255] variable 41 clip1[255 + i] = (i < 0) ? 0 : (i > 255) ? 255 : i; 56 p[-step] = clip1[255 + p0 + a2]; 57 p[ 0] = clip1[255 + q0 - a1]; 67 p[-2*step] = clip1[255 + p1 + a3]; 68 p[- step] = clip1[255 + p0 + a2]; 69 p[ 0] = clip1[255 + q0 - a1]; 70 p[ step] = clip1[255 + q1 - a3];
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_conceal.c | 446 /*lint -e734 CLIP1 macro results in value that fits into 8 bits */ 447 *pData++ = CLIP1(tmp); 557 /*lint -e734 CLIP1 macro results in value that fits into 8 bits */ 558 *pData++ = CLIP1(tmp);
|
h264bsd_util.h | 138 #define CLIP1(z) (((z) < 0) ? 0 : (((z) > 255) ? 255 : (z)))
|
h264bsd_intra_prediction.c | [all...] |
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 562 M4OSA_Bool bClip1AtBeginCut; /**< [Milliseconds] The clip1 is at 565 on Clip1 (<0 means none) [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_EditAudio.c | [all...] |
M4VSS3GPP_EditVideo.c | 551 * Decode the clip1 video up to the target time 737 * Check if Clip1 is on its begin cut, or in an effect zone */ [all...] |
M4VSS3GPP_Edit.c | [all...] |
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
AccessPermissionWithDiffSigTest.java | 260 Uri grantClip1Uri = Uri.withAppendedPath(uri, "clip1"); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libaudiofile.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libaudiofile.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libaudiofile.a | [all...] |
/external/webkit/PerformanceTests/Parser/resources/ |
final-url-en | [all...] |