Home
last modified time | relevance | path

Searched refs:end_sub (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1538 int start_sub, end_sub; in output_audio_block() local
1548 end_sub = (s->cpl_end_freq - 37) / 12; in output_audio_block()
1550 put_bits(&s->pb, 4, end_sub - 3); in output_audio_block()
1555 for (bnd = start_sub+1; bnd < end_sub; bnd++) in output_audio_block()
/third_party/python/Objects/
H A Dunicodeobject.c9737 Py_ssize_t end_sub; in tailmatch() local
9755 end_sub = PyUnicode_GET_LENGTH(substring) - 1; in tailmatch()
9764 PyUnicode_READ(kind_self, data_self, offset + end_sub) == in tailmatch()
9765 PyUnicode_READ(kind_sub, data_sub, end_sub)) { in tailmatch()
9779 for (i = 1; i < end_sub; ++i) { in tailmatch()

Completed in 22 milliseconds