Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_scroll.c32 float h_pos, v_pos; member
107 int h_pos, v_pos; in scroll() local
109 s->h_pos = fmodf(s->h_pos, in->width); in scroll()
112 h_pos = s->h_pos; in scroll()
115 if (h_pos < 0) in scroll()
116 h_pos += in->width; in scroll()
122 s->pos_h[1] = s->pos_h[2] = AV_CEIL_RSHIFT(h_pos, s->desc->log2_chroma_w) * s->bytes; in scroll()
123 s->pos_h[0] = s->pos_h[3] = h_pos * in scroll()
[all...]
/third_party/ffmpeg/libavformat/
H A Dmovenchint.c168 int h_pos; in match_segments() local
169 for (h_pos = 0; h_pos < h_len; h_pos++) { in match_segments()
173 /* Check how many bytes match at needle[n_pos] and haystack[h_pos] */ in match_segments()
174 while (h_pos + match_len < h_len && n_pos + match_len < n_len && in match_segments()
175 needle[n_pos + match_len] == haystack[h_pos + match_len]) in match_segments()
182 match_h_pos = h_pos; in match_segments()

Completed in 2 milliseconds