Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c398 int prev_width, prev_height; in WebPPictureRescale() local
402 prev_width = pic->width; in WebPPictureRescale()
406 width = (prev_width * height + prev_height / 2) / prev_height; in WebPPictureRescale()
410 height = (prev_height * width + prev_width / 2) / prev_width; in WebPPictureRescale()
427 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride, in WebPPictureRescale()
430 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
434 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
439 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride, in WebPPictureRescale()
446 pic->u0, (prev_width + s / 2) / s, prev_height, pic->uv0_stride, in WebPPictureRescale()
449 pic->v0, (prev_width + s / 2) / s, prev_height, pic->uv0_stride, in WebPPictureRescale()
[all …]
/external/opencv/cv/include/
Dcv.hpp159 int prev_width; member in CvBaseImageFilter
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c523 static void DIB_ResizeWindow(_THIS, int width, int height, int prev_width, int prev_height, Uint32 … argument
539 if ( width != prev_width || height != prev_height ) {
/external/opencv/cv/src/
Dcvfilter.cpp168 prev_width = 0; in init()
209 width == prev_width ) in start_process()
213 prev_width = width; in start_process()
499 else if( prev_width != width || prev_x_range.start_index != src_roi.x || in process()