Home
last modified time | relevance | path

Searched refs:vpx_svc_dump_statistics (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_spatial_svc1 text vpx_svc_dump_statistics
Dsvc_context.h109 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx);
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c636 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx) { in vpx_svc_dump_statistics() function
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c915 printf("%s", vpx_svc_dump_statistics(&svc_ctx)); in main()