Searched refs:compbuf (Results 1 – 2 of 2) sorted by relevance
56 unsigned char *compbuf[3]; member165 base[0] = newinfo->compbuf[0] = malloc (256 * 2 * DCTSIZE * 2 * DCTSIZE); in smokecodec_encode_new()166 base[1] = newinfo->compbuf[1] = malloc (256 * DCTSIZE * DCTSIZE); in smokecodec_encode_new()167 base[2] = newinfo->compbuf[2] = malloc (256 * DCTSIZE * DCTSIZE); in smokecodec_encode_new()222 free (info->compbuf[0]); in smokecodec_info_free()223 free (info->compbuf[1]); in smokecodec_info_free()224 free (info->compbuf[2]); in smokecodec_info_free()510 op = info->compbuf[0] + (i % blocks_w) * (DCTSIZE * 2); in smokecodec_encode()514 op = info->compbuf[1] + (i % blocks_w) * (DCTSIZE); in smokecodec_encode()519 op = info->compbuf[2] + (i % blocks_w) * (DCTSIZE); in smokecodec_encode()[all …]
1587 char *compbuf; in ntfs_read_append() local1597 compbuf = (char*)ntfs_malloc(compsz); in ntfs_read_append()1598 if (compbuf) { in ntfs_read_append()1605 compsz, compbuf); in ntfs_read_append()1608 (u8*)compbuf,compsz)) { in ntfs_read_append()1612 free(compbuf); in ntfs_read_append()