Home
last modified time | relevance | path

Searched refs:vp9_set_svc (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h897 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
Dvp9_encoder.c7063 void vp9_set_svc(VP9_COMP *cpi, int use_svc) { function
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1434 vp9_set_svc(ctx->cpi, data); in ctrl_set_svc()