Searched refs:inh (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_rotate.c | 87 int inw, inh; member 162 double inh = rot->var_values[VAR_IN_H]; in get_rotated_w() local 166 return FFMAX(0, inh * sinx) + FFMAX(0, -inw * cosx) + in get_rotated_w() 167 FFMAX(0, inw * cosx) + FFMAX(0, -inh * sinx); in get_rotated_w() 174 double inh = rot->var_values[VAR_IN_H]; in get_rotated_h() local 178 return FFMAX(0, -inh * cosx) + FFMAX(0, -inw * sinx) + in get_rotated_h() 179 FFMAX(0, inh * cosx) + FFMAX(0, inw * sinx); in get_rotated_h() 419 const int inw = td->inw, inh = td->inh; in filter_slice() local 431 y = yprime + yi + FIXP*(inh in filter_slice() [all...] |
H A D | vf_stack.c | 259 int inw = 0, inh = 0; in config_output() local 264 for (i = 0; i < s->nb_grid_rows; i++, inh += row_height) { in config_output() 288 item->y[1] = item->y[2] = AV_CEIL_RSHIFT(inh, s->desc->log2_chroma_h); in config_output() 289 item->y[0] = item->y[3] = inh; in config_output() 304 int inw, inh, size; in config_output() local 328 inw = inh = 0; in config_output() 345 inh += ctx->inputs[size]->w; in config_output() 353 inh += ctx->inputs[size]->h; in config_output() 361 inh += size; in config_output() 372 item->y[1] = item->y[2] = AV_CEIL_RSHIFT(inh, in config_output() [all...] |
H A D | vf_blurdetect.c | 262 const int inh = inlink->h; in blurdetect_filter_frame() local 278 int h = AV_CEIL_RSHIFT(inh, vsub); in blurdetect_filter_frame() 295 memset(tmpbuf, 0, inw * inh); in blurdetect_filter_frame()
|
H A D | vf_blockdetect.c | 204 const int inh = inlink->h; in blockdetect_filter_frame() local 217 int h = AV_CEIL_RSHIFT(inh, vsub); in blockdetect_filter_frame()
|
H A D | vf_transpose.c | 280 int inh = AV_CEIL_RSHIFT(in->height, vsub); in filter_slice() local 296 src += in->linesize[plane] * (inh - 1); in filter_slice()
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 691 HANDLE inh; in noecho_fgets() local 692 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets() 693 FlushConsoleInputBuffer(inh); in noecho_fgets()
|
/third_party/openssl/crypto/ui/ |
H A D | ui_openssl.c | 691 HANDLE inh; in noecho_fgets() local 692 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets() 693 FlushConsoleInputBuffer(inh); in noecho_fgets()
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 157 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
|
H A D | RunGrepTest.bat | 114 (pushd %srcdir% & %pcre2grep% -inh PATTERN ./testdata/grepinput ./testdata/grepinputx & popd) >>testtrygrep
|
Completed in 9 milliseconds