Home
last modified time | relevance | path

Searched refs:src_stride (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_psnr_enc.c25 typedef double (*AccumulateFunc)(const uint8_t* src, int src_stride,
37 static double AccumulateLSIM(const uint8_t* src, int src_stride, in AccumulateLSIM() argument
52 const uint8_t* const s = src + j * src_stride; in AccumulateLSIM()
66 static double AccumulateSSE(const uint8_t* src, int src_stride, in AccumulateSSE() argument
73 src += src_stride; in AccumulateSSE()
81 static double AccumulateSSIM(const uint8_t* src, int src_stride, in AccumulateSSIM() argument
132 int WebPPlaneDistortion(const uint8_t* src, size_t src_stride, in WebPPlaneDistortion() argument
141 src_stride < x_step * width || ref_stride < x_step * width || in WebPPlaneDistortion()
158 tmp1[x + y * width] = src[x * x_step + y * src_stride]; in WebPPlaneDistortion()
229 int WebPPlaneDistortion(const uint8_t* src, size_t src_stride, in WebPPlaneDistortion() argument
[all …]
A Dpicture_rescale_enc.c168 int src_width, int src_height, int src_stride, in RescalePlane() argument
180 src + y * src_stride, src_stride); in RescalePlane()
A Diterator_enc.c107 static void ImportBlock(const uint8_t* src, int src_stride, in ImportBlock() argument
116 src += src_stride; in ImportBlock()
124 static void ImportLine(const uint8_t* src, int src_stride, in ImportLine() argument
127 for (i = 0; i < len; ++i, src += src_stride) dst[i] = *src; in ImportLine()
A Dvp8l_enc.c1350 src += src_stride; \
1359 static WebPEncodingError ApplyPalette(const uint32_t* src, uint32_t src_stride, in ApplyPalette() argument
1429 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride; in MapImageFromPalette() local
1444 err = ApplyPalette(src, src_stride, in MapImageFromPalette()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dpack_x86.h90 int src_stride = src_matrix.layout.stride;
137 int src_stride = src_matrix.layout.stride;
173 int src_stride = src_matrix.layout.stride;
207 int src_stride = src_matrix.layout.stride;
258 int src_stride = src_matrix.layout.stride;
293 int src_stride = src_matrix.layout.stride;
328 int src_stride = src_matrix.layout.stride;
363 int src_stride = src_matrix.layout.stride;
398 int src_stride = src_matrix.layout.stride;
479 const float* src_ptr1 = src_ptr0 + src_stride;
[all …]
A Dpack_arm.h161 int src_stride = src_matrix.layout.stride;
163 const Scalar* src_ptr1 = src_ptr0 + src_stride;
164 const Scalar* src_ptr2 = src_ptr1 + src_stride;
165 const Scalar* src_ptr3 = src_ptr2 + src_stride;
244 int src_stride = src_matrix.layout.stride;
293 int src_stride = src_matrix.layout.stride;
372 int src_stride = src_matrix.layout.stride;
374 const float* src_ptr1 = src_ptr0 + src_stride;
448 int src_stride = src_matrix.layout.stride;
516 int src_stride = src_matrix.layout.stride;
[all …]
A Dpack_arm.cc2313 val0 = load_and_convert(src_ptr + 0 * src_stride); in Pack8bitRowMajorForNeon()
2314 val1 = load_and_convert(src_ptr + 1 * src_stride); in Pack8bitRowMajorForNeon()
2315 val2 = load_and_convert(src_ptr + 2 * src_stride); in Pack8bitRowMajorForNeon()
2316 val3 = load_and_convert(src_ptr + 3 * src_stride); in Pack8bitRowMajorForNeon()
2317 val4 = load_and_convert(src_ptr + 4 * src_stride); in Pack8bitRowMajorForNeon()
2318 val5 = load_and_convert(src_ptr + 5 * src_stride); in Pack8bitRowMajorForNeon()
2319 val6 = load_and_convert(src_ptr + 6 * src_stride); in Pack8bitRowMajorForNeon()
2320 val7 = load_and_convert(src_ptr + 7 * src_stride); in Pack8bitRowMajorForNeon()
2321 val8 = load_and_convert(src_ptr + 8 * src_stride); in Pack8bitRowMajorForNeon()
2322 val9 = load_and_convert(src_ptr + 9 * src_stride); in Pack8bitRowMajorForNeon()
[all …]
A Dpack_avx512.cc116 const std::int8_t* src_ptr1 = src_ptr0 + src_stride;
117 const std::int8_t* src_ptr2 = src_ptr1 + src_stride;
485 const float* src_ptr1 = src_ptr0 + src_stride;
486 const float* src_ptr2 = src_ptr1 + src_stride;
487 const float* src_ptr3 = src_ptr2 + src_stride;
488 const float* src_ptr4 = src_ptr3 + src_stride;
489 const float* src_ptr5 = src_ptr4 + src_stride;
490 const float* src_ptr6 = src_ptr5 + src_stride;
491 const float* src_ptr7 = src_ptr6 + src_stride;
669 zerobuf, src_stride,
[all …]
A Dpack_avx2_fma.cc80 const std::int8_t* src_ptr1 = src_ptr0 + src_stride;
81 const std::int8_t* src_ptr2 = src_ptr1 + src_stride;
82 const std::int8_t* src_ptr3 = src_ptr2 + src_stride;
83 const std::int8_t* src_ptr4 = src_ptr3 + src_stride;
84 const std::int8_t* src_ptr5 = src_ptr4 + src_stride;
85 const std::int8_t* src_ptr6 = src_ptr5 + src_stride;
86 const std::int8_t* src_ptr7 = src_ptr6 + src_stride;
620 val0 = _mm_loadu_si64(src_ptr + 0 * src_stride);
621 val1 = _mm_loadu_si64(src_ptr + 1 * src_stride);
622 val2 = _mm_loadu_si64(src_ptr + 2 * src_stride);
[all …]
A Dpack_avx.cc230 const std::int8_t* src_ptr1 = src_ptr0 + src_stride;
231 const std::int8_t* src_ptr2 = src_ptr1 + src_stride;
232 const std::int8_t* src_ptr3 = src_ptr2 + src_stride;
233 const std::int8_t* src_ptr4 = src_ptr3 + src_stride;
234 const std::int8_t* src_ptr5 = src_ptr4 + src_stride;
235 const std::int8_t* src_ptr6 = src_ptr5 + src_stride;
236 const std::int8_t* src_ptr7 = src_ptr6 + src_stride;
762 val0 = _mm_loadu_si64(src_ptr + 0 * src_stride);
763 val1 = _mm_loadu_si64(src_ptr + 1 * src_stride);
764 val2 = _mm_loadu_si64(src_ptr + 2 * src_stride);
[all …]
A Dpack_common.h107 int src_stride = src_matrix.layout.stride; in Run() local
114 src_matrix.data.get() + src_stride * block_row + start_col; in Run()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgifdec.c34 extern void WebPCopyPlane(const uint8_t* src, int src_stride,
267 const size_t src_stride = prev_canvas->argb_stride; in GIFDisposeFrame() local
269 + rect->y_offset * src_stride; in GIFDisposeFrame()
274 WebPCopyPlane((uint8_t*)src, (int)(4 * src_stride), in GIFDisposeFrame()
283 const size_t src_stride = src->argb_stride; in GIFBlendFrames() local
288 const uint32_t src_pixel = src->argb[j * src_stride + i]; in GIFBlendFrames()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dimageio_util.c140 void ImgIoUtilCopyPlane(const uint8_t* src, int src_stride, in ImgIoUtilCopyPlane() argument
144 src += src_stride; in ImgIoUtilCopyPlane()
A Dimageio_util.h52 void ImgIoUtilCopyPlane(const uint8_t* src, int src_stride,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dutils.c226 void WebPCopyPlane(const uint8_t* src, int src_stride, in WebPCopyPlane() argument
229 assert(src_stride >= width && dst_stride >= width); in WebPCopyPlane()
232 src += src_stride; in WebPCopyPlane()
A Drescaler_utils.c116 const uint8_t* src, int src_stride) { in WebPRescalerImport() argument
132 src += src_stride; in WebPRescalerImport()
A Drescaler_utils.h73 const uint8_t* src, int src_stride);
A Dutils.h150 WEBP_EXTERN void WebPCopyPlane(const uint8_t* src, int src_stride,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c245 static int Rescale(const uint8_t* src, int src_stride, in Rescale() argument
249 const int lines_in = WebPRescalerImport(wrk, new_lines, src, src_stride); in Rescale()
250 src += lines_in * src_stride; in Rescale()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dencode.h399 WEBP_EXTERN int WebPPlaneDistortion(const uint8_t* src, size_t src_stride,
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h399 WEBP_EXTERN int WebPPlaneDistortion(const uint8_t* src, size_t src_stride,
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Dencode.h399 WEBP_EXTERN int WebPPlaneDistortion(const uint8_t* src, size_t src_stride,
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_A.c395 …IMDAsm(int32_t w, int32_t h, uint16_t *dst, int32_t dst_stride, uint32_t *src, int32_t src_stride);
410 …IMDAsm(int32_t w, int32_t h, uint32_t *dst, int32_t dst_stride, uint32_t *src, int32_t src_stride);
427 …EONAsm(int32_t w, int32_t h, uint16_t *dst, int32_t dst_stride, uint32_t *src, int32_t src_stride);
442 …EONAsm(int32_t w, int32_t h, uint32_t *dst, int32_t dst_stride, uint32_t *src, int32_t src_stride);
A DSDL_blit_N.c942 …IMDAsm(int32_t w, int32_t h, uint32_t *dst, int32_t dst_stride, uint32_t *src, int32_t src_stride);
957 …IMDAsm(int32_t w, int32_t h, uint32_t *dst, int32_t dst_stride, uint16_t *src, int32_t src_stride);

Completed in 53 milliseconds