Searched refs:dsf (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_encoder.c | 71 vpx_rational_t *dsf, in vpx_codec_enc_init_multi_ver() argument 100 if (dsf->num < 1 || dsf->num > 4096 || dsf->den < 1 || in vpx_codec_enc_init_multi_ver() 101 dsf->den > dsf->num) { in vpx_codec_enc_init_multi_ver() 109 mr_cfg.mr_down_sampling_factor.num = dsf->num; in vpx_codec_enc_init_multi_ver() 110 mr_cfg.mr_down_sampling_factor.den = dsf->den; in vpx_codec_enc_init_multi_ver() 150 dsf++; in vpx_codec_enc_init_multi_ver()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 212 vpx_rational_t dsf[NUM_ENCODERS] = {{2, 1}, {2, 1}, {1, 1}}; in main() local 301 unsigned int iw = cfg[i-1].g_w*dsf[i-1].den + dsf[i-1].num - 1; in main() 302 unsigned int ih = cfg[i-1].g_h*dsf[i-1].den + dsf[i-1].num - 1; in main() 303 cfg[i].g_w = iw/dsf[i-1].num; in main() 304 cfg[i].g_h = ih/dsf[i-1].num; in main() 329 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0])) in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_encoder.h | 730 vpx_rational_t *dsf, 738 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ argument 739 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \
|