Searched refs:endin (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_earwax.c | 100 static inline int16_t *scalarproduct(const int16_t *in, const int16_t *endin, in scalarproduct() argument 106 while (in < endin) { in scalarproduct() 135 int16_t *taps, *endin, *dst, *src; in convolve() local 149 endin = src + in->nb_samples - NUMTAPS; in convolve() 150 scalarproduct(src, endin, s->filter[filter_ch], dst); in convolve() 153 memcpy(taps, endin, NUMTAPS * sizeof(*taps)); in convolve()
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 7489 const char *endin = in + size; in decode_code_page_errors() local 7536 while (in < endin) in decode_code_page_errors() 7562 while (insize <= 4 && (in + insize) <= endin); in decode_code_page_errors() 7568 if (in + insize >= endin && !final) in decode_code_page_errors() 7577 &startin, &endin, &startinpos, &endinpos, &exc, &in, in decode_code_page_errors() 7847 Py_ssize_t endin = unicode_offset + insize; in encode_code_page_errors() local 7913 while (pos < endin) in encode_code_page_errors()
|
Completed in 25 milliseconds