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

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c400 int prev_width, prev_height; local
405 prev_height = pic->height;
408 width = (prev_width * height + prev_height / 2) / prev_height;
412 height = (prev_height * width + prev_width / 2) / prev_width;
429 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
432 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
436 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
441 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride,
448 pic->u0, (prev_width + s / 2) / s, prev_height, pi
[all...]
/external/webp/src/enc/
H A Dpicture.c400 int prev_width, prev_height; local
405 prev_height = pic->height;
408 width = (prev_width * height + prev_height / 2) / prev_height;
412 height = (prev_height * width + prev_width / 2) / prev_width;
429 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
432 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
436 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
441 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride,
448 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 101 milliseconds