Searched refs:static_thresh (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 344 unsigned int static_thresh = 1; in main() local 345 if(vpx_codec_control(&codec[i], VP8E_SET_STATIC_THRESHOLD, static_thresh)) in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 30 unsigned int static_thresh; member 397 oxcf->encode_breakout = vp8_cfg.static_thresh; in set_vp8e_config() 518 MAP(VP8E_SET_STATIC_THRESHOLD, xcfg.static_thresh); in set_param()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 28 unsigned int static_thresh; member 341 oxcf->encode_breakout = extra_cfg->static_thresh; in set_vp9e_config() 478 MAP(VP8E_SET_STATIC_THRESHOLD, extra_cfg.static_thresh); in set_param()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 350 static const arg_def_t static_thresh = ARG_DEF(NULL, "static-thresh", 1, variable 378 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh, 410 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
|