/third_party/ffmpeg/libavfilter/ |
H A D | vf_bwdif.c | 71 int d = (prev2[0] + next2[0]) >> 1; \ 73 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \ 83 int b = ((prev2[mrefs2] + next2[mrefs2]) >> 1) - c; \ 84 int f = ((prev2[prefs2] + next2[prefs2]) >> 1) - e; \ 94 interpol = (((coef_hf[0] * (prev2[0] + next2[0]) \ 95 - coef_hf[1] * (prev2[mrefs2] + next2[mrefs2] + prev2[prefs2] + next2[prefs2]) \ 96 + coef_hf[2] * (prev2[mrefs4] + next2[mrefs4] + prev2[prefs4] + next2[prefs4])) >> 2) \ 122 next2 145 uint8_t *next2 = parity ? cur : next; filter_line_c() local 162 uint8_t *next2 = parity ? cur : next; filter_edge() local 190 uint16_t *next2 = parity ? cur : next; filter_line_c_16bit() local 207 uint16_t *next2 = parity ? cur : next; filter_edge_16bit() local [all...] |
H A D | vf_yadif.c | 53 int d = (prev2[0] + next2[0])>>1; \ 55 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \ 69 int b = (prev2[2 * mrefs] + next2[2 * mrefs])>>1; \ 70 int f = (prev2[2 * prefs] + next2[2 * prefs])>>1; \ 89 next2++; \ 102 uint8_t *next2 = parity ? cur : next; in filter_line_c() local 121 uint8_t *next2 = parity ? cur : next; in filter_edges() local 135 next2 = (uint8_t*)(parity ? cur : next); in filter_edges() 154 uint16_t *next2 = parity ? cur : next; in filter_line_c_16bit() local 170 uint16_t *next2 in filter_edges_16bit() local [all...] |
H A D | vf_estdif.c | 64 const uint8_t *const next2, 72 const uint16_t *const next2, 169 const type *const next2, \ 185 const type *const next2, \ 194 next2[av_clip(x - k*3, 0, end)]) + 8) >> 4, \ 205 const type *const next2, \ 214 next2[av_clip(x - k*3, 0, end)]) + \
|
/third_party/typescript/tests/baselines/reference/ |
H A D | awaitUnionPromise.js | 8 next2(): Promise<T> | Promise<AsyncEnumeratorDone>; 16 let b = await x.next2(); 40 let b = yield x.next2();
|
/third_party/node/test/parallel/ |
H A D | test-fs-write-stream-autoclose-option.js | 33 process.nextTick(next2); 38 function next2() { function
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | cookie.c | 99 goto next2; in lws_cookie_parse_date() 109 goto next2; in lws_cookie_parse_date() 120 goto next2; in lws_cookie_parse_date() 129 goto next2; in lws_cookie_parse_date() 132 goto next2; in lws_cookie_parse_date() 135 next2: in lws_cookie_parse_date()
|
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 241 snd_config_iterator_t i, next, i2, next2; in pre_process_config() local 265 snd_config_for_each(i2, next2, n) { in pre_process_config() 709 snd_config_iterator_t i2, next2; in pre_process_create_items() local 724 snd_config_for_each(i2, next2, n) { in pre_process_create_items()
|
H A D | pre-process-object.c | 1961 snd_config_iterator_t i, next, i2, next2; in tplg_pre_process_objects() local 1974 snd_config_for_each(i2, next2, n) { in tplg_pre_process_objects()
|
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt-processor.c | 438 snd_config_iterator_t i, i2, next, next2; in SND_TOPOLOGY_PLUGIN_DEFINE_FUNC() local 465 snd_config_for_each(i2, next2, n) { in SND_TOPOLOGY_PLUGIN_DEFINE_FUNC()
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 169 next2 (uint64_t *x2, struct gen *g) in next2() function 187 uint64_t x = next2 (&x2, g); in next_f2() 201 uint64_t x = next2 (&x2, g); in next_d2()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 620 Char next2 = subject[pos + 2]; in RawMatch() local 623 (subject[pos] | (next1 << 8) | (next2 << 16) | (next3 << 24)); in RawMatch() 632 Char next2 = subject[pos + 2]; in RawMatch() local 635 (subject[pos] | (next1 << 8) | (next2 << 16) | (next3 << 24)); in RawMatch()
|
/third_party/alsa-lib/src/ucm/ |
H A D | parser.c | 495 snd_config_iterator_t i, i2, next, next2; in evaluate_macro() local 528 snd_config_for_each(i2, next2, n) { in evaluate_macro() 2216 snd_config_iterator_t i2, next2; in parse_master_section() local 2218 snd_config_for_each(i2, next2, n) { in parse_master_section() 2572 snd_config_iterator_t i, next, i2, next2; in parse_toplevel_path() local 2600 snd_config_for_each(i2, next2, n) { in parse_toplevel_path()
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrcase.cpp | 1601 const UChar *next1, *next2; 1617 next1=next2=NULL; 1634 next2=s2; 1639 next2=stack2[0].s; 1641 if(next2!=NULL) { 1643 m2=next2;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrcase.cpp | 1606 const char16_t *next1, *next2; 1622 next1=next2=nullptr; 1639 next2=s2; 1644 next2=stack2[0].s; 1646 if(next2!=nullptr) { 1648 m2=next2;
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrcase.cpp | 1519 const UChar *next1, *next2; in _cmpFold() local 1535 next1=next2=NULL; in _cmpFold() 1552 next2=s2; in _cmpFold() 1557 next2=stack2[0].s; in _cmpFold() 1559 if(next2!=NULL) { in _cmpFold() 1561 m2=next2; in _cmpFold()
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 551 const Instruction* next2 = GetInstructionAtOffset(2 * isize); in IsConsistentMOPSTriplet() local 566 next2->IsMOPSEpilogueOf(this, mops_type); in IsConsistentMOPSTriplet()
|
/third_party/python/Python/ |
H A D | compile.c | 2906 basicblock *next2 = next; in compiler_jump_if() local 2908 next2 = compiler_new_block(c); in compiler_jump_if() 2909 if (next2 == NULL) in compiler_jump_if() 2913 if (!compiler_jump_if(c, (expr_ty)asdl_seq_GET(s, i), next2, cond2)) in compiler_jump_if() 2918 if (next2 != next) in compiler_jump_if() 2919 compiler_use_next_block(c, next2); in compiler_jump_if() 2923 basicblock *end, *next2; in compiler_jump_if() local 2927 next2 = compiler_new_block(c); in compiler_jump_if() 2928 if (next2 == NULL) in compiler_jump_if() 2930 if (!compiler_jump_if(c, e->v.IfExp.test, next2, in compiler_jump_if() [all...] |