Lines Matching defs:str
285 char str[100];
290 snprintf(str, sizeof(str), "epel%d_%s%s", size, dx_names[dx], dy_names[dy]);
292 snprintf(str, sizeof(str), "bilin%d_%s%s", size, dx ? "h" : "", dy ? "v" : "");
295 snprintf(str, sizeof(str), "pixels%d", size);
297 if (check_func(tab[hsize][dy][dx], "vp8_put_%s", str)) {
335 static void randomize_loopfilter_buffers(int lineoff, int str,
341 int off = dir ? lineoff : lineoff * str;
342 int istride = dir ? 1 : str;
343 int jstride = dir ? str : 1;
377 #define randomize_buffers(buf, lineoff, str, force_hev) \
378 randomize_loopfilter_buffers(lineoff, str, dir, flim_E, flim_I, hev_thresh, buf, force_hev)