Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmovenchint.c171 int match_h_pos, match_n_pos; in match_segments() local
183 match_n_pos = n_pos; in match_segments()
184 while (match_n_pos > 0 && match_h_pos > 0 && in match_segments()
185 needle[match_n_pos - 1] == haystack[match_h_pos - 1]) { in match_segments()
186 match_n_pos--; in match_segments()
193 *match_n_offset_ptr = match_n_pos; in match_segments()