Searched refs:clip1 (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | dec_clip_tables.c | 261 static const uint8_t clip1[255 + 511 + 1] = { variable 334 static uint8_t clip1[255 + 511 + 1]; variable 344 const uint8_t* const VP8kclip1 = &clip1[255]; 361 clip1[255 + i] = (i < 0) ? 0 : (i > 255) ? 255 : i; in VP8InitClipTables()
|
D | enc.c | 83 static uint8_t clip1[255 + 510 + 1]; // clips [-255,510] to [0,255] variable 93 clip1[255 + i] = clip_8b(i); in InitTables() 255 const uint8_t* const clip = clip1 + 255 - left[-1]; in TrueMotion() 494 const uint8_t* const clip = clip1 + 255 - top[-1]; in TM4()
|
/external/skia/gm/ |
D | bug5252.cpp | 16 SkPath clip1; variable 17 clip1.addOval(SkRect::MakeWH(225, 200)); 18 canvas->clipPath(clip1); // bug
|
/external/skia/tests/ |
D | AAClipTest.cpp | 208 SkAAClip clip0, clip1; in test_empty() local 212 REPORTER_ASSERT(reporter, clip1 == clip0); in test_empty() 217 REPORTER_ASSERT(reporter, clip1 == clip0); in test_empty() 223 REPORTER_ASSERT(reporter, clip0 != clip1); in test_empty() 229 REPORTER_ASSERT(reporter, clip1 == clip0); in test_empty() 249 SkAAClip clip0, clip1; in test_irect() local 256 clip1.setRect(r1); in test_irect() 263 bool nonEmptyAA = clip2.op(clip0, clip1, op); in test_irect()
|
D | ImageFilterCacheTest.cpp | 59 SkIRect clip1 = SkIRect::MakeWH(100, 100); in test_dont_find_if_diff_key() local 61 SkImageFilterCacheKey key0(0, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() 62 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() 63 SkImageFilterCacheKey key2(0, SkMatrix::MakeTrans(5, 5), clip1, in test_dont_find_if_diff_key() 66 SkImageFilterCacheKey key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset()); in test_dont_find_if_diff_key()
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 1162 UWORD8 clip0, clip1, clip2, clip3; in ih264_deblk_luma_horz_bslt4_ssse3() local 1180 clip1 = pu1_cliptab[u1_Bs1]; in ih264_deblk_luma_horz_bslt4_ssse3() 1192 clip2, clip1, clip1, clip1, clip1, clip0, clip0, in ih264_deblk_luma_horz_bslt4_ssse3() 1777 UWORD8 clip0, clip1, clip2, clip3; in ih264_deblk_luma_vert_bslt4_mbaff_ssse3() local 1820 clip1 = pu1_cliptab[u1_Bs1]; in ih264_deblk_luma_vert_bslt4_mbaff_ssse3() 1831 clip1, clip1, clip0, clip0); in ih264_deblk_luma_vert_bslt4_mbaff_ssse3()
|