Home
last modified time | relevance | path

Searched refs:histo (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jffs2/
H A Dcompr_rubin.c304 unsigned char histo[256]; in jffs2_dynrubin_compress() local
315 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 …]
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hgt.h23 struct vsp1_histogram histo; member
32 return container_of(subdev, struct vsp1_hgt, histo.entity.subdev); in to_hgt()
H A Dvsp1_hgo.h21 struct vsp1_histogram histo; member
35 return container_of(subdev, struct vsp1_hgo, histo.entity.subdev); in to_hgo()