HomeSort by relevance Sort by last modified time
    Searched refs:vpx_rational (Results 1 - 14 of 14) sorted by null

  /external/libvpx/libvpx/
vpxenc.h 50 struct vpx_rational framerate;
args.h 56 struct vpx_rational arg_parse_rational(const struct arg *arg);
args.c 155 struct vpx_rational { struct
159 struct vpx_rational arg_parse_rational(const struct arg *arg) {
162 struct vpx_rational rat;
vpxenc.c     [all...]
  /external/libvpx/libvpx/test/
altref_test.cc 55 const vpx_rational timebase = { 33333333, 1000000000 };
118 const vpx_rational timebase = { 1, 30 };
132 const vpx_rational timebase = { 1, 30 };
vp9_lossless_test.cc 68 const vpx_rational timebase = { 33333333, 1000000000 };
103 const vpx_rational timebase = { 33333333, 1000000000 };
tile_independence_test.cc 84 const vpx_rational timebase = { 33333333, 1000000000 };
cq_test.cc 106 const vpx_rational timebase = { 33333333, 1000000000 };
error_resilience_test.cc 197 const vpx_rational timebase = { 33333333, 1000000000 };
232 const vpx_rational timebase = { 33333333, 1000000000 };
294 const vpx_rational timebase = { 33333333, 1000000000 };
341 const vpx_rational timebase = { 33333333, 1000000000 };
encode_perf_test.cc 139 const vpx_rational timebase = { 33333333, 1000000000 };
decode_perf_test.cc 210 const vpx_rational timebase = { 33333333, 1000000000 };
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 229 typedef struct vpx_rational { struct
232 } vpx_rational_t; /**< alias for struct vpx_rational */
357 struct vpx_rational g_timebase;
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 92 struct vpx_rational timebase;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 361 struct vpx_rational mr_down_sampling_factor;

Completed in 146 milliseconds