Searched refs:new_k (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_sine.c | 94 unsigned step, i, c, s, k, new_k, n2; in make_sin_table() local 110 new_k = (k + unit2 / ((uint64_t)k * n2) + 1) >> 1; in make_sin_table() 111 if (k == new_k) in make_sin_table() 113 k = new_k; in make_sin_table()
|
/third_party/littlefs/scripts/ |
H A D | summary.py | 589 for new_k, old_k in renames: 591 types_[new_k] = types[old_k] 605 for new_k, old_k in renames: 607 ops_[new_k] = ops[old_k] 621 for new_k, old_k in renames: 623 r_[new_k] = r[old_k] 684 for new_k, old_k in renames: 686 r_[new_k] = r[old_k]
|
H A D | plotmpl.py | 208 for new_k, old_k in renames: 210 r_[new_k] = r[old_k]
|
H A D | plot.py | 462 for new_k, old_k in renames: 464 r_[new_k] = r[old_k]
|
Completed in 6 milliseconds