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

/external/webp/src/enc/
H A Dpicture.c393 int prev_width, prev_height; local
398 prev_height = pic->height;
401 width = (prev_width * height + prev_height / 2) / prev_height;
405 height = (prev_height * width + prev_width / 2) / prev_width;
422 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
425 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
429 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
434 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride,
441 pic->u0, (prev_width + s / 2) / s, prev_height, pi
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c523 static void DIB_ResizeWindow(_THIS, int width, int height, int prev_width, int prev_height, Uint32 flags) argument
539 if ( width != prev_width || height != prev_height ) {

Completed in 55 milliseconds