Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmovenchint.c171 int match_h_pos, match_n_pos; in match_segments() local
182 match_h_pos = h_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()
187 match_h_pos--; in match_segments()
192 *match_h_offset_ptr = match_h_pos; in match_segments()

Completed in 1 milliseconds