Home
last modified time | relevance | path

Searched refs:RescalePlane (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_rescale_enc.c167 static void RescalePlane(const uint8_t* src, in RescalePlane() function
225 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride, in WebPPictureRescale()
232 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride, in WebPPictureRescale()
236 RescalePlane(pic->u, in WebPPictureRescale()
240 RescalePlane(pic->v, in WebPPictureRescale()
255 RescalePlane((const uint8_t*)pic->argb, prev_width, prev_height, in WebPPictureRescale()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dget_disto.c59 static void RescalePlane(uint8_t* plane, int width, int height, in RescalePlane() function
88 if (do_scaling) RescalePlane(src1, w, h, x_stride, stride1, max); in DiffScaleChannel()
193 if (do_scaling) RescalePlane(src1, w, h, x_stride, stride1, max); in SSIMScaleChannel()

Completed in 4 milliseconds