Searched defs:dsf (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | encode_api_test.cc | 133 vpx_rational_t dsf[2] = { { 2, 1 }, { 2, 1 } }; in TEST() local
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 67 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/ |
D | vp8_multi_resolution_encoder.c | 336 vpx_rational_t dsf[NUM_ENCODERS] = { { 2, 1 }, { 2, 1 }, { 1, 1 } }; in main() local
|
/external/blktrace/btreplay/ |
D | btrecord.c | 366 char *p, *dsf; in find_input_files() local
|
D | btreplay.c | 617 char *p, *dsf; in find_input_devs() local
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 772 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ argument
|