Home
last modified time | relevance | path

Searched refs:pos_next (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac3plusdsp.c610 int i, s, sb, t, pos_now, pos_next; in ff_atrac3p_ipqf() local
631 pos_next = mod23_lut[pos_now + 2]; // pos_next = (pos_now + 1) % 23; in ff_atrac3p_ipqf()
636 hist->buf2[pos_next][i] * ipqf_coeffs2[t][i]; in ff_atrac3p_ipqf()
638 hist->buf2[pos_next][7 - i] * ipqf_coeffs2[t][i + 8]; in ff_atrac3p_ipqf()
641 pos_now = mod23_lut[pos_next + 2]; // pos_now = (pos_now + 2) % 23; in ff_atrac3p_ipqf()
642 pos_next = mod23_lut[pos_now + 2]; // pos_next = (pos_next + 2) % 23; in ff_atrac3p_ipqf()
/third_party/quickjs/
Dquickjs.c26064 int pos_next, pos_expr; in js_parse_for_in_of() local
26089 pos_next = s->cur_func->byte_code.size; in js_parse_for_in_of()
26218 int chunk_size = pos_expr - pos_next; in js_parse_for_in_of()
26219 int offset = bc->size - pos_next; in js_parse_for_in_of()
26222 dbuf_put(bc, bc->buf + pos_next, chunk_size); in js_parse_for_in_of()
26223 memset(bc->buf + pos_next, OP_nop, chunk_size); in js_parse_for_in_of()
26229 if (ls->pos >= pos_next && ls->pos < pos_expr) in js_parse_for_in_of()
28905 int pos, pos_next, op, size, idx, addr, line, line1, in_source; in dump_byte_code() local
28910 for (pos = 0; pos < len; pos = pos_next) { in dump_byte_code()
28916 pos_next = pos + oi->size; in dump_byte_code()
[all …]