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

  /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/webp/src/enc/
picture.c 393 int prev_width, prev_height; local
397 prev_width = pic->width;
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, pic->uv0_stride
    [all...]

Completed in 60 milliseconds