Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_scroll.c32 float h_pos, v_pos; member
115 int h_pos, v_pos; in scroll() local
117 s->h_pos = fmodf(s->h_pos, in->width); in scroll()
120 h_pos = s->h_pos; in scroll()
123 if (h_pos < 0) in scroll()
124 h_pos += in->width; in scroll()
130 s->pos_h[1] = s->pos_h[2] = AV_CEIL_RSHIFT(h_pos, s->desc->log2_chroma_w) * s->bytes; in scroll()
131 s->pos_h[0] = s->pos_h[3] = h_pos * s->bytes; in scroll()
137 s->h_pos += s->h_speed * in->width; in scroll()
174 s->h_pos = (1.f - s->h_ipos) * inlink->w; in config_input()
/third_party/ffmpeg/libavformat/
Dmovenchint.c168 int h_pos; in match_segments() local
169 for (h_pos = 0; h_pos < h_len; 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()