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 D | picture_psnr_enc.c | 134 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 D | picture_csp_enc.c | 42 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 D | encode.h | 402 size_t x_step,
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | encode.h | 402 size_t x_step,
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | encode.h | 402 size_t x_step,
|
Completed in 13 milliseconds