Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c390 const int num, const int den, int *width_out, in get_layer_resolution() argument
394 if (width_out == NULL || height_out == NULL || den == 0) return; in get_layer_resolution()
403 *width_out = w; in get_layer_resolution()