Searched refs:update_dimensions (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.c109 static int update_dimensions(VP8Context *s, int width, int height) function
326 if ((ret = update_dimensions(s, width, height)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.c149 int update_dimensions(VP8Context *s, int width, int height, int is_vp7) function
199 return update_dimensions(s, width, height, IS_VP7);
204 return update_dimensions(s, width, height, IS_VP8);

Completed in 59 milliseconds