/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdpostct.c | 133 JDIMENSION num_rows, max_rows; in post_process_1pass() local 140 num_rows = 0; in post_process_1pass() 147 *out_row_ctr += num_rows; in post_process_1pass() 186 *out_row_ctr += num_rows; in post_process_prepass() 221 if (num_rows > max_rows) in post_process_2pass() 222 num_rows = max_rows; in post_process_2pass() 225 if (num_rows > max_rows) in post_process_2pass() 226 num_rows = max_rows; in post_process_2pass() 231 (int) num_rows); in post_process_2pass() 232 *out_row_ctr += num_rows; in post_process_2pass() [all …]
|
A D | jdsample.c | 99 JDIMENSION num_rows; in sep_upsample() local 118 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out); in sep_upsample() 122 if (num_rows > upsample->rows_to_go) in sep_upsample() 123 num_rows = upsample->rows_to_go; in sep_upsample() 126 if (num_rows > out_rows_avail) in sep_upsample() 127 num_rows = out_rows_avail; in sep_upsample() 132 (int) num_rows); in sep_upsample() 135 *out_row_ctr += num_rows; in sep_upsample() 136 upsample->rows_to_go -= num_rows; in sep_upsample() 137 upsample->next_row_out += num_rows; in sep_upsample()
|
A D | jdcolor.c | 206 JSAMPARRAY output_buf, int num_rows) in ycc_rgb_convert() argument 222 while (--num_rows >= 0) { in ycc_rgb_convert() 280 JSAMPARRAY output_buf, int num_rows) in rgb_gray_convert() argument 290 while (--num_rows >= 0) { in rgb_gray_convert() 328 while (--num_rows >= 0) { in rgb1_rgb_convert() 368 while (--num_rows >= 0) { in rgb1_gray_convert() 407 while (--num_rows >= 0) { in rgb_convert() 441 while (--num_rows >= 0) { in null_convert() 468 num_rows, cinfo->output_width); in grayscale_convert() 488 while (--num_rows >= 0) { in gray_rgb_convert() [all …]
|
A D | jccolor.c | 145 JDIMENSION output_row, int num_rows) in rgb_ycc_convert() argument 155 while (--num_rows >= 0) { in rgb_ycc_convert() 201 JDIMENSION output_row, int num_rows) in rgb_gray_convert() argument 211 while (--num_rows >= 0) { in rgb_gray_convert() 239 JDIMENSION output_row, int num_rows) in cmyk_ycck_convert() argument 249 while (--num_rows >= 0) { in cmyk_ycck_convert() 297 JDIMENSION output_row, int num_rows) in rgb_rgb1_convert() argument 305 while (--num_rows >= 0) { in rgb_rgb1_convert() 344 while (--num_rows >= 0) { in grayscale_convert() 371 while (--num_rows >= 0) { in rgb_convert() [all …]
|
A D | jdmerge.c | 195 JDIMENSION num_rows; /* number of rows returned to caller */ in merged_2v_upsample() local 201 num_rows = 1; in merged_2v_upsample() 205 num_rows = 2; in merged_2v_upsample() 207 if (num_rows > upsample->rows_to_go) in merged_2v_upsample() 208 num_rows = upsample->rows_to_go; in merged_2v_upsample() 211 if (num_rows > out_rows_avail) in merged_2v_upsample() 212 num_rows = out_rows_avail; in merged_2v_upsample() 215 if (num_rows > 1) { in merged_2v_upsample() 226 *out_row_ctr += num_rows; in merged_2v_upsample() 227 upsample->rows_to_go -= num_rows; in merged_2v_upsample()
|
A D | jquant1.c | 461 JSAMPARRAY output_buf, int num_rows) in color_quantize() argument 473 for (row = 0; row < num_rows; row++) { in color_quantize() 489 JSAMPARRAY output_buf, int num_rows) in color_quantize3() argument 502 for (row = 0; row < num_rows; row++) { in color_quantize3() 517 JSAMPARRAY output_buf, int num_rows) in quantize_ord_dither() argument 532 for (row = 0; row < num_rows; row++) { in quantize_ord_dither() 567 JSAMPARRAY output_buf, int num_rows) in quantize3_ord_dither() argument 585 for (row = 0; row < num_rows; row++) { in quantize3_ord_dither() 612 JSAMPARRAY output_buf, int num_rows) in quantize_fs_dither() argument 637 for (row = 0; row < num_rows; row++) { in quantize_fs_dither()
|
A D | jutils.c | 179 int num_rows, JDIMENSION num_cols) in jcopy_sample_rows() argument 197 for (row = num_rows; row > 0; row--) { in jcopy_sample_rows()
|
A D | jpegint.h | 88 JDIMENSION output_row, int num_rows)); 249 JSAMPARRAY output_buf, int num_rows)); 257 int num_rows)); 401 int num_rows, JDIMENSION num_cols));
|
A D | jmemmgr.c | 758 JDIMENSION start_row, JDIMENSION num_rows, in access_virt_sarray() argument 764 JDIMENSION end_row = start_row + num_rows; in access_virt_sarray() 768 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess || in access_virt_sarray() 843 JDIMENSION start_row, JDIMENSION num_rows, in access_virt_barray() argument 849 JDIMENSION end_row = start_row + num_rows; in access_virt_barray() 853 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess || in access_virt_barray()
|
A D | jquant2.c | 226 JSAMPARRAY output_buf, int num_rows) in prescan_quantize() argument 236 for (row = 0; row < num_rows; row++) { in prescan_quantize() 917 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_no_dither() argument 929 for (row = 0; row < num_rows; row++) { in pass2_no_dither() 951 JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) in pass2_fs_dither() argument 975 for (row = 0; row < num_rows; row++) { in pass2_fs_dither()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | alpha_dec.c | 110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode() argument 122 for (y = 0; y < num_rows; ++y) { in ALPHDecode() 129 for (y = 0; y < num_rows; ++y) { in ALPHDecode() 139 if (!VP8LDecodeAlphaImageStream(alph_dec, row + num_rows)) { in ALPHDecode() 144 if (row + num_rows >= height) { in ALPHDecode() 179 int row, int num_rows) { in VP8DecompressAlphaRows() argument 185 if (row < 0 || num_rows <= 0 || row + num_rows > height) { in VP8DecompressAlphaRows() 202 num_rows = height - row; // decode everything in one pass in VP8DecompressAlphaRows() 207 assert(row + num_rows <= height); in VP8DecompressAlphaRows() 208 if (!ALPHDecode(dec, row, num_rows)) goto Error; in VP8DecompressAlphaRows()
|
A D | io_dec.c | 156 *num_rows = io->mb_h; in GetAlphaSourceRow() 163 --*num_rows; in GetAlphaSourceRow() 173 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow() 188 int num_rows; in EmitAlphaRGB() local 189 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGB() 195 assert(expected_num_lines_out == num_rows); in EmitAlphaRGB() 199 mb_w, num_rows, buf->stride); in EmitAlphaRGB() 212 int num_rows; in EmitAlphaRGBA4444() local 213 const int start_y = GetAlphaSourceRow(io, &alpha, &num_rows); in EmitAlphaRGBA4444() 222 for (j = 0; j < num_rows; ++j) { in EmitAlphaRGBA4444() [all …]
|
A D | vp8l_dec.c | 701 while (num_rows-- > 0) { in EmitRowsYUVA() 763 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() 765 const int end_row = start_row + num_rows; in ApplyInverseTransforms() 785 const int num_rows = row - dec->last_row_; in ProcessRows() local 790 assert(num_rows <= NUM_ARGB_CACHE_ROWS); in ProcessRows() 791 if (num_rows > 0) { // Emit output. in ProcessRows() 796 ApplyInverseTransforms(dec, num_rows, rows); in ProcessRows() 1545 int num_rows = last_row - cur_row; in ExtractAlphaRows() local 1549 while (num_rows > 0) { in ExtractAlphaRows() 1551 (num_rows > NUM_ARGB_CACHE_ROWS) ? NUM_ARGB_CACHE_ROWS : num_rows; in ExtractAlphaRows() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | filters.c | 28 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \ 47 int row, int num_rows, in DoHorizontalFilter_C() argument 51 const int last_row = row + num_rows; in DoHorizontalFilter_C() 84 int row, int num_rows, in DoVerticalFilter_C() argument 88 const int last_row = row + num_rows; in DoVerticalFilter_C() 129 int row, int num_rows, in DoGradientFilter_C() argument 133 const int last_row = row + num_rows; in DoGradientFilter_C()
|
A D | filters_mips_dsp_r2.c | 33 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \ 198 int row, int num_rows, in DoHorizontalFilter_MIPSdspR2() argument 202 const int last_row = row + num_rows; in DoHorizontalFilter_MIPSdspR2() 246 int row, int num_rows, in DoVerticalFilter_MIPSdspR2() argument 250 const int last_row = row + num_rows; in DoVerticalFilter_MIPSdspR2() 315 int row, int num_rows, uint8_t* out) { in DoGradientFilter_MIPSdspR2() argument 318 const int last_row = row + num_rows; in DoGradientFilter_MIPSdspR2()
|
A D | filters_neon.c | 30 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \ 70 int row, int num_rows, in DoHorizontalFilter_NEON() argument 73 const int last_row = row + num_rows; in DoHorizontalFilter_NEON() 109 int row, int num_rows, in DoVerticalFilter_NEON() argument 112 const int last_row = row + num_rows; in DoVerticalFilter_NEON() 171 int row, int num_rows, in DoGradientFilter_NEON() argument 174 const int last_row = row + num_rows; in DoGradientFilter_NEON()
|
A D | filters_sse2.c | 32 assert(row >= 0 && num_rows > 0 && row + num_rows <= height); \ 77 int row, int num_rows, in DoHorizontalFilter_SSE2() argument 80 const int last_row = row + num_rows; in DoHorizontalFilter_SSE2() 110 int row, int num_rows, in DoVerticalFilter_SSE2() argument 113 const int last_row = row + num_rows; in DoVerticalFilter_SSE2() 172 int row, int num_rows, in DoGradientFilter_SSE2() argument 175 const int last_row = row + num_rows; in DoGradientFilter_SSE2()
|
A D | alpha_processing.c | 187 void WebPMultARGBRows(uint8_t* ptr, int stride, int width, int num_rows, in WebPMultARGBRows() argument 190 for (n = 0; n < num_rows; ++n) { in WebPMultARGBRows() 198 int width, int num_rows, int inverse) { in WebPMultRows() argument 200 for (n = 0; n < num_rows; ++n) { in WebPMultRows()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | builtinhelp.c | 102 unsigned int num_rows = (len + NUM_COLUMNS - 1) / NUM_COLUMNS; in mp_help_print_modules() local 103 for (unsigned int i = 0; i < num_rows; ++i) { in mp_help_print_modules() 107 j += num_rows; in mp_help_print_modules()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_u8.c | 45 const int32_t num_rows, in arm_softmax_u8() argument 57 for (row_idx = 0; row_idx < num_rows; ++row_idx) in arm_softmax_u8()
|
A D | arm_softmax_s8.c | 87 const int32_t num_rows, in arm_softmax_s8() argument 101 for (int i_num_rows = 0; i_num_rows < num_rows; ++i_num_rows) in arm_softmax_s8() 213 for (row_idx = 0; row_idx < num_rows; ++row_idx) in arm_softmax_s8()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_u8.c | 45 const int32_t num_rows, in arm_softmax_u8() argument 57 for (row_idx = 0; row_idx < num_rows; ++row_idx) in arm_softmax_u8()
|
A D | arm_softmax_s8.c | 87 const int32_t num_rows, in arm_softmax_s8() argument 101 for (int i_num_rows = 0; i_num_rows < num_rows; ++i_num_rows) in arm_softmax_s8() 213 for (row_idx = 0; row_idx < num_rows; ++row_idx) in arm_softmax_s8()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | rescaler_utils.h | 72 int WebPRescalerImport(WebPRescaler* const rescaler, int num_rows,
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngpread.c | 683 if (png_ptr->row_number >= png_ptr->num_rows || in png_process_IDAT_data() 706 if (png_ptr->row_number >= png_ptr->num_rows || in png_process_IDAT_data() 993 if (png_ptr->row_number < png_ptr->num_rows) in png_read_push_finish_row() 1024 png_ptr->num_rows = (png_ptr->height + in png_read_push_finish_row() 1029 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0); in png_read_push_finish_row()
|