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

  /external/chromium_org/third_party/libwebp/enc/
picture_rescale.c 211 int prev_width, prev_height; local
215 prev_width = pic->width;
219 width = (prev_width * height + prev_height / 2) / prev_height;
223 height = (prev_height * width + prev_width / 2) / prev_width;
242 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride,
249 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride,
254 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
258 HALVE(prev_width), HALVE(prev_height), pic->uv_stride,
272 RescalePlane((const uint8_t*)pic->argb, prev_width, prev_height
    [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

Completed in 518 milliseconds