Searched refs:limited (Results 1 - 16 of 16) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | pep384_macrocheck.py | 6 the limited API. 72 limited = [0] # nothing 84 line = yield limited[-1] 90 limited.append(-1) 93 limited.append(1) 98 limited.pop() 103 limited.append(1) 106 limited.append(-limited.pop()) # negate top 114 limited [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_premultiply.c | 520 int full, limited; in filter_frame() local 528 limited = base->color_range == AVCOL_RANGE_MPEG; in filter_frame() 543 s->premultiply[0] = s->premultiply[1] = s->premultiply[2] = limited ? unpremultiply8offset : unpremultiply8; in filter_frame() 565 s->premultiply[0] = s->premultiply[1] = s->premultiply[2] = limited ? unpremultiply16offset : unpremultiply16; in filter_frame() 569 s->premultiply[0] = s->premultiply[1] = s->premultiply[2] = limited ? unpremultiplyf32offset : unpremultiplyf32; in filter_frame() 572 s->premultiply[0] = limited ? unpremultiply8offset : unpremultiply8; in filter_frame() 579 s->premultiply[0] = limited ? unpremultiply16offset : unpremultiply16; in filter_frame() 595 s->premultiply[0] = s->premultiply[1] = s->premultiply[2] = limited ? premultiply8offset : premultiply8; in filter_frame() 617 s->premultiply[0] = s->premultiply[1] = s->premultiply[2] = limited ? premultiply16offset : premultiply16; in filter_frame() 621 s->premultiply[0] = s->premultiply[1] = s->premultiply[2] = limited in filter_frame() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | libswscale.mak | 26 -vf scale=in_color_matrix=bt709:in_range=limited:out_color_matrix=bt601:out_range=full:flags=+accurate_rnd+bitexact 34 -vf scale=in_color_matrix=bt601:in_range=limited:out_color_matrix=bt601:out_range=full:flags=+accurate_rnd+bitexact
|
H A D | ffmpeg.mak | 74 # Time-limited run with a sample that doesn't require seeking and
|
/third_party/ffmpeg/libavutil/ |
H A D | imgutils.c | 593 int rgb, limited; in av_image_fill_black() local 600 limited = !rgb && range != AVCOL_RANGE_JPEG; in av_image_fill_black() 652 if (c == 0 && limited) { in av_image_fill_black() 657 // (Assume even limited YUV uses full range alpha.) in av_image_fill_black()
|
/third_party/lwip/src/api/ |
H A D | api_lib.c | 1032 ssize_t limited; in netconn_write_vectors_partly() local 1038 limited = SSIZE_MAX; in netconn_write_vectors_partly() 1039 size = (size_t)limited; in netconn_write_vectors_partly()
|
/third_party/skia/src/pathops/ |
H A D | SkOpAngle.cpp | 514 bool limited[2] = {false, false}; in endsIntersect() local 537 limited[index] = approximately_equal_orderable(t, tEnd); in endsIntersect() 568 if (limited[0] && limited[1] && rayLonger) { in endsIntersect()
|
/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 554 TextRange limited = EMPTY_RANGE; 561 } else if (limited.fStart == EMPTY_INDEX) { 562 limited.fStart = i; 564 limited.fEnd = i;
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 41 " limited set of magic variables, 'build' allows general
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_name.tex | 35 completely unavailable or may be limited to those exported via a
|
H A D | libunwind-dynamic.tex | 319 naturally, the performance penalty is limited to a simple O(N) check.
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 547 @ they are limited by 2^26+2^6. This in turn means that *sum* 561 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 563 @ input H0 is limited by (5*4+1)*3 addends, or 58 bits, while
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv4.pl | 547 @ they are limited by 2^26+2^6. This in turn means that *sum* 561 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 563 @ input H0 is limited by (5*4+1)*3 addends, or 58 bits, while
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | xvididct.asm | 34 ; but in a limited edition.
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 474 @ they are limited by 2^26+2^6. This in turn means that *sum* 488 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 490 @ input H0 is limited by (5*4+1)*3 addends, or 58 bits, while
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 474 @ they are limited by 2^26+2^6. This in turn means that *sum* 488 @ In key setup procedure pre-reduced H0 is limited by 5*4+1 and 490 @ input H0 is limited by (5*4+1)*3 addends, or 58 bits, while
|
Completed in 15 milliseconds