Searched refs:histo (Results 1 – 3 of 3) sorted by relevance
304 unsigned char histo[256]; in jffs2_dynrubin_compress() local315 memset(histo, 0, 256); in jffs2_dynrubin_compress()317 histo[data_in[i]]++; in jffs2_dynrubin_compress()321 bits[7] += histo[i]; in jffs2_dynrubin_compress()323 bits[6] += histo[i]; in jffs2_dynrubin_compress()325 bits[5] += histo[i]; in jffs2_dynrubin_compress()327 bits[4] += histo[i]; in jffs2_dynrubin_compress()329 bits[3] += histo[i]; in jffs2_dynrubin_compress()331 bits[2] += histo[i]; in jffs2_dynrubin_compress()333 bits[1] += histo[i]; in jffs2_dynrubin_compress()[all …]
23 struct vsp1_histogram histo; member32 return container_of(subdev, struct vsp1_hgt, histo.entity.subdev); in to_hgt()
21 struct vsp1_histogram histo; member35 return container_of(subdev, struct vsp1_hgo, histo.entity.subdev); in to_hgo()