Home
last modified time | relevance | path

Searched defs:dsf (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c64 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver) { in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c336 vpx_rational_t dsf[NUM_ENCODERS] = { { 2, 1 }, { 2, 1 }, { 1, 1 } }; in main() local
/external/blktrace/btreplay/
Dbtrecord.c368 char *p, *dsf = malloc(256); in find_input_files() local
Dbtreplay.c599 char *p, *dsf = malloc(256); in find_input_devs() local
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h780 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ argument