Home
last modified time | relevance | path

Searched refs:x_step (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_psnr_enc.c134 int width, int height, size_t x_step, in WebPPlaneDistortion() argument
141 src_stride < x_step * width || ref_stride < x_step * width || in WebPPlaneDistortion()
147 if (x_step != 1) { // extract a packed plane if needed in WebPPlaneDistortion()
158 tmp1[x + y * width] = src[x * x_step + y * src_stride]; in WebPPlaneDistortion()
159 tmp2[x + y * width] = ref[x * x_step + y * ref_stride]; in WebPPlaneDistortion()
231 int width, int height, size_t x_step, in WebPPlaneDistortion() argument
239 (void)x_step; in WebPPlaneDistortion()
A Dpicture_csp_enc.c42 int x_step, int y_step) { in CheckNonOpaque() argument
45 if (x_step == 1) { in CheckNonOpaque()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h402 size_t x_step,
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h402 size_t x_step,
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h402 size_t x_step,

Completed in 13 milliseconds