Home
last modified time | relevance | path

Searched refs:last_i (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
Drandom_seed.c75 uint64_t last_i = i; in get_generic_seed() local
81 last_i = i = 0; in get_generic_seed()
98 if (last_i && i - last_i > 4 || i - last_i > 64 || TEST && i - last_i > 8) in get_generic_seed()
/third_party/node/test/parallel/
Dtest-timers-ordering.js32 let last_i = 0; variable
38 assert.strictEqual(i, last_i + 1, `order is broken: ${i} != ${last_i} + 1`);
39 last_i = i;
/third_party/ffmpeg/libavcodec/
Dmpegvideo_enc.c3804 int last_i; in dct_quantize_trellis_c() local
3866 last_i= start_i; in dct_quantize_trellis_c()
3977 last_i= i+1; in dct_quantize_trellis_c()
4002 last_i= i+1; in dct_quantize_trellis_c()
4036 last_i= i; in dct_quantize_trellis_c()
4046 last_non_zero= last_i - 1; in dct_quantize_trellis_c()
4086 i= last_i; in dct_quantize_trellis_c()