Home
last modified time | relevance | path

Searched refs:out_ptr (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dbatch_matmul.h104 float* out_ptr = output_data + ((b0 * batch_dim1 * batch_dim2) + in BatchMatMul() local
109 dst_params, out_ptr, gemm_params, context); in BatchMatMul()
223 float* out_ptr = output_data + ((b0 * batch_dim1 * batch_dim2) + in BatchMatMul() local
252 const float32x4_t result0 = vmlaq_f32(vld1q_f32(out_ptr + idx), in BatchMatMul()
254 const float32x4_t result1 = vmlaq_f32(vld1q_f32(out_ptr + idx + 4), in BatchMatMul()
256 vst1q_f32(out_ptr + idx, result0); in BatchMatMul()
257 vst1q_f32(out_ptr + idx + 4, result1); in BatchMatMul()
263 out_ptr[idx] += batch_scaling_factor * accum_scratch[idx]; in BatchMatMul()
361 int8_t* out_ptr = output_data + ((b0 * batch_dim1 * batch_dim2) + in BatchMatMul() local
371 dst_params, out_ptr, gemm_params, context); in BatchMatMul()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dbatch_matmul.h90 Tout* out_ptr = output_data + ((b0 * batch_dim1 * batch_dim2) + in BatchMatMul() local
101 out_ptr[idx] = total; in BatchMatMul()
176 float* out_ptr = output_data + ((b0 * batch_dim1 * batch_dim2) + in BatchMatMul() local
191 out_ptr[idx] += batch_scaling_factor * total; in BatchMatMul()
246 T* out_ptr = output_data + in BatchMatMul() local
264 out_ptr[idx] = static_cast<T>(total_scaled); in BatchMatMul()
A Dpad.h90 T* out_ptr = output_data; in PadImpl() local
106 *out_ptr++ = pad_value; in PadImpl()
108 *out_ptr++ = *in_ptr++; in PadImpl()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwrite.c1572 png_uint_16p out_ptr = output_row; in png_write_image_16bit() local
1574 while (out_ptr < row_end) in png_write_image_16bit()
1580 out_ptr[aindex] = alpha; in png_write_image_16bit()
1615 *out_ptr++ = component; in png_write_image_16bit()
1621 ++out_ptr; in png_write_image_16bit()
1724 png_bytep out_ptr = output_row; in png_write_image_8bit() local
1726 while (out_ptr < row_end) in png_write_image_8bit()
1734 out_ptr[aindex] = alphabyte; in png_write_image_8bit()
1746 ++out_ptr; in png_write_image_8bit()
1765 png_bytep out_ptr = output_row; in png_write_image_8bit() local
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdbmp.c224 register JSAMPROW out_ptr; in preload_image() local
239 out_ptr = image_ptr[0]; in preload_image()
244 *out_ptr++ = (JSAMPLE) c; in preload_image()
A Djcsample.c130 JSAMPARRAY in_ptr, out_ptr; in sep_downsample() local
135 out_ptr = output_buf[ci] + in sep_downsample()
137 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr); in sep_downsample()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_jpeg.c1442 unsigned char *out_ptr = in JPEGDecode() local
1446out_ptr[0] = (unsigned char)((in_ptr[0] & 0xff0) >> 4); in JPEGDecode()
1447 out_ptr[1] = (unsigned char)(((in_ptr[0] & 0xf) << 4) in JPEGDecode()
1449out_ptr[2] = (unsigned char)(((in_ptr[1] & 0xff) >> 0)); in JPEGDecode()
1616 unsigned char *out_ptr = ((unsigned char *) buf) + iPair * 3; in JPEGDecodeRaw() local
1618 out_ptr[0] = (unsigned char)((in_ptr[0] & 0xff0) >> 4); in JPEGDecodeRaw()
1619 out_ptr[1] = (unsigned char)(((in_ptr[0] & 0xf) << 4) in JPEGDecodeRaw()
1621 out_ptr[2] = (unsigned char)(((in_ptr[1] & 0xff) >> 0)); in JPEGDecodeRaw()
2084 JSAMPLE *out_ptr = (JSAMPLE *) (line16 + iPair * 2); in JPEGEncode() local
2086 out_ptr[0] = (in_ptr[0] << 4) | ((in_ptr[1] & 0xf0) >> 4); in JPEGEncode()
[all …]

Completed in 29 milliseconds