Home
last modified time | relevance | path

Searched defs:inh (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_rotate.c87 int inw, inh; member
162 double inh = rot->var_values[VAR_IN_H]; in get_rotated_w() local
174 double inh = rot->var_values[VAR_IN_H]; in get_rotated_h() local
419 const int inw = td->inw, inh = td->inh; in filter_slice() local
Dvf_stack.c259 int inw = 0, inh = 0; in config_output() local
304 int inw, inh, size; in config_output() local
Dvf_blockdetect.c204 const int inh = inlink->h; in blockdetect_filter_frame() local
Dvf_blurdetect.c262 const int inh = inlink->h; in blurdetect_filter_frame() local
Dvf_transpose.c280 int inh = AV_CEIL_RSHIFT(in->height, vsub); in filter_slice() local
/third_party/openssl/crypto/ui/
Dui_openssl.c691 HANDLE inh; in noecho_fgets() local
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Dmod.rs111 pub(super) inh: &'a Inherited<'tcx>, field
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dlib.rs191 let inh = Inherited::new(tcx, def_id); in typeck_with_fallback() localVariable