HomeSort by relevance Sort by last modified time
    Searched refs:prev_width (Results 1 - 4 of 4) sorted by null

  /external/webp/src/enc/
picture.c 398 int prev_width, prev_height; local
402 prev_width = pic->width;
406 width = (prev_width * height + prev_height / 2) / prev_height;
410 height = (prev_height * width + prev_width / 2) / prev_width;
427 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
430 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
434 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
439 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride,
446 pic->u0, (prev_width + s / 2) / s, prev_height, pic->uv0_stride
    [all...]
  /external/opencv/cv/include/
cv.hpp 123 prev_width, prev_x_range, const_row, border_tab, border_tab_sz* */
159 int prev_width; member in class:CvBaseImageFilter
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 523 static void DIB_ResizeWindow(_THIS, int width, int height, int prev_width, int prev_height, Uint32 flags)
539 if ( width != prev_width || height != prev_height ) {
    [all...]
  /external/opencv/cv/src/
cvfilter.cpp 168 prev_width = 0;
209 width == prev_width )
213 prev_width = width;
499 else if( prev_width != width || prev_x_range.start_index != src_roi.x ||
    [all...]

Completed in 128 milliseconds