Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_rescale.c211 int prev_width, prev_height; in WebPPictureRescale() local
215 prev_width = pic->width; in WebPPictureRescale()
219 width = (prev_width * height + prev_height / 2) / prev_height; in WebPPictureRescale()
223 height = (prev_height * width + prev_width / 2) / prev_width; in WebPPictureRescale()
242 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride, in WebPPictureRescale()
249 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride, in WebPPictureRescale()
254 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
258 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
272 RescalePlane((const uint8_t*)pic->argb, prev_width, prev_height, in WebPPictureRescale()
/external/chromium_org/third_party/libwebp/enc/
Dpicture_rescale.c211 int prev_width, prev_height; in WebPPictureRescale() local
215 prev_width = pic->width; in WebPPictureRescale()
219 width = (prev_width * height + prev_height / 2) / prev_height; in WebPPictureRescale()
223 height = (prev_height * width + prev_width / 2) / prev_width; in WebPPictureRescale()
242 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride, in WebPPictureRescale()
249 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride, in WebPPictureRescale()
254 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
258 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
272 RescalePlane((const uint8_t*)pic->argb, prev_width, prev_height, in WebPPictureRescale()
/external/opencv/cv/include/
Dcv.hpp159 int prev_width; member in CvBaseImageFilter
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1375 …FX_FLOAT prev_width = GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * prev_Obj.m_p… local
1378 prev_width = FXSYS_fabs(prev_width);
1380 prev_width = prev_matrix.TransformDistance(prev_width);
1389 FX_FLOAT threshold = prev_width > this_width ? prev_width / 4 : this_width / 4;
/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()