Searched refs:contrast_line (Results 1 – 3 of 3) sorted by relevance
133 tpg->contrast_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()134 if (!tpg->contrast_line[plane]) in tpg_alloc()157 vfree(tpg->contrast_line[plane]); in tpg_free()160 tpg->contrast_line[plane] = NULL; in tpg_free()942 u8 *pos = tpg->contrast_line[p] + x * twopixsize / 2; in tpg_precalculate_line()1273 linestart_older = tpg->contrast_line[p]; in tpg_fillbuffer()1274 linestart_newer = tpg->contrast_line[p]; in tpg_fillbuffer()1371 memcpy(vbuf + buf_line * stride + left, tpg->contrast_line[p], in tpg_fillbuffer()1377 tpg->contrast_line[p], twopixsize); in tpg_fillbuffer()1381 tpg->contrast_line[p], twopixsize); in tpg_fillbuffer()[all …]
161 u8 *contrast_line[TPG_MAX_PLANES]; member
392 memcpy(vcapbuf, tpg->contrast_line[p], img_width * pixsize); in vivid_copy_buffer()