Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c121 int num_terms, shift, joint_stereo, false_stereo; member
943 info.nterms = s->num_terms; in analyze_mono()
945 if (allocate_buffers2(s, s->num_terms)) in analyze_mono()
984 s->num_terms = i; in analyze_mono()
1035 s->num_terms = 0; in wv_mono()
1104 s->num_terms = nterms; in wv_mono()
1752 info.nterms = s->num_terms; in analyze_stereo()
1754 if (allocate_buffers2(s, s->num_terms)) in analyze_stereo()
1806 s->num_terms = i; in analyze_stereo()
1827 s->num_terms in wv_stereo()
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc2209 size_t num_terms = terms_.size(); in FlushTerms() local
2211 if (num_terms == 0) { in FlushTerms()
2213 } else if (num_terms == 1) { in FlushTerms()

Completed in 7 milliseconds