Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc.c1483 int start_sub, end_sub; in output_audio_block() local
1493 end_sub = (s->cpl_end_freq - 37) / 12; in output_audio_block()
1495 put_bits(&s->pb, 4, end_sub - 3); in output_audio_block()
1500 for (bnd = start_sub+1; bnd < end_sub; bnd++) in output_audio_block()
/third_party/python/Objects/
Dunicodeobject.c10064 Py_ssize_t end_sub; in tailmatch() local
10082 end_sub = PyUnicode_GET_LENGTH(substring) - 1; in tailmatch()
10091 PyUnicode_READ(kind_self, data_self, offset + end_sub) == in tailmatch()
10092 PyUnicode_READ(kind_sub, data_sub, end_sub)) { in tailmatch()
10106 for (i = 1; i < end_sub; ++i) { in tailmatch()