HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF (Results 26 - 50 of 175) sorted by null

12 3 4 5 6 7

  /external/qemu/distrib/jpeg-6b/
wrppm.c 226 SIZEOF(ppm_dest_struct));
235 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char));
240 SIZEOF(JSAMPLE) != SIZEOF(char)) {
jccoefct.c 184 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
192 compptr->MCU_width * SIZEOF(JBLOCK));
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
309 (size_t) (blocks_across * SIZEOF(JBLOCK)));
411 SIZEOF(my_coef_controller));
443 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
jcdctmgr.c 81 DCTSIZE2 * SIZEOF(DCTELEM));
115 DCTSIZE2 * SIZEOF(DCTELEM));
148 DCTSIZE2 * SIZEOF(FAST_FLOAT));
352 SIZEOF(my_fdct_controller));
jctrans.c 95 SIZEOF((*qtblptr)->quantval));
372 SIZEOF(my_coef_controller));
383 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
384 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
jcapimin.c 38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
jdapimin.c 38 if (structsize != SIZEOF(struct jpeg_decompress_struct))
40 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
jddctmgr.c 329 SIZEOF(my_idct_controller));
338 SIZEOF(multiplier_table));
339 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
wrtarga.c 60 MEMZERO(targaheader, SIZEOF(targaheader));
232 SIZEOF(tga_dest_struct));
243 (size_t) (dest->buffer_width * SIZEOF(char)));
jdmaster.c 279 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
283 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
293 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
295 cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
572 SIZEOF(my_decomp_master));
wrbmp.c 194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader));
259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
398 SIZEOF(bmp_dest_struct));
jquant1.c 404 SIZEOF(ODITHER_MATRIX));
534 (size_t) (width * SIZEOF(JSAMPLE)));
639 (size_t) (width * SIZEOF(JSAMPLE)));
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
827 SIZEOF(my_cquantizer));
jcprepct.c 281 SIZEOF(JSAMPROW));
296 3 * rgroup_height * SIZEOF(JSAMPROW));
326 SIZEOF(my_prep_controller));
jdinput.c 257 SIZEOF(JQUANT_TBL));
258 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
398 SIZEOF(my_input_controller));
  /external/jpeg/
jccoefct.c 184 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK));
192 compptr->MCU_width * SIZEOF(JBLOCK));
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
309 (size_t) (blocks_across * SIZEOF(JBLOCK)));
411 SIZEOF(my_coef_controller));
443 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
jcdctmgr.c 81 DCTSIZE2 * SIZEOF(DCTELEM));
115 DCTSIZE2 * SIZEOF(DCTELEM));
148 DCTSIZE2 * SIZEOF(FAST_FLOAT));
352 SIZEOF(my_fdct_controller));
jctrans.c 95 SIZEOF((*qtblptr)->quantval));
372 SIZEOF(my_coef_controller));
383 C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
384 jzero_far((void FAR *) buffer, C_MAX_BLOCKS_IN_MCU * SIZEOF(JBLOCK));
jcapimin.c 38 if (structsize != SIZEOF(struct jpeg_compress_struct))
40 (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
jdapimin.c 38 if (structsize != SIZEOF(struct jpeg_decompress_struct))
40 (int) SIZEOF(struct jpeg_decompress_struct), (int) structsize);
51 MEMZERO(cinfo, SIZEOF(struct jpeg_decompress_struct));
jddctmgr.c 341 SIZEOF(my_idct_controller));
350 SIZEOF(multiplier_table));
351 MEMZERO(compptr->dct_table, SIZEOF(multiplier_table));
wrtarga.c 60 MEMZERO(targaheader, SIZEOF(targaheader));
232 SIZEOF(tga_dest_struct));
243 (size_t) (dest->buffer_width * SIZEOF(char)));
jdmaster.c 279 (5 * (MAXJSAMPLE+1) + CENTERJSAMPLE) * SIZEOF(JSAMPLE));
283 MEMZERO(table - (MAXJSAMPLE+1), (MAXJSAMPLE+1) * SIZEOF(JSAMPLE));
293 (2 * (MAXJSAMPLE+1) - CENTERJSAMPLE) * SIZEOF(JSAMPLE));
295 cinfo->sample_range_limit, CENTERJSAMPLE * SIZEOF(JSAMPLE));
572 SIZEOF(my_decomp_master));
wrbmp.c 194 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
195 MEMZERO(bmpinfoheader, SIZEOF(bmpinfoheader));
259 MEMZERO(bmpfileheader, SIZEOF(bmpfileheader));
260 MEMZERO(bmpcoreheader, SIZEOF(bmpcoreheader));
398 SIZEOF(bmp_dest_struct));
jquant1.c 404 SIZEOF(ODITHER_MATRIX));
534 (size_t) (width * SIZEOF(JSAMPLE)));
639 (size_t) (width * SIZEOF(JSAMPLE)));
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
827 SIZEOF(my_cquantizer));
jcprepct.c 281 SIZEOF(JSAMPROW));
296 3 * rgroup_height * SIZEOF(JSAMPROW));
326 SIZEOF(my_prep_controller));
jdinput.c 257 SIZEOF(JQUANT_TBL));
258 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
398 SIZEOF(my_input_controller));

Completed in 1514 milliseconds

12 3 4 5 6 7