Searched refs:downsampled_lines (Results 1 – 2 of 2) sorted by relevance
133 tpg->downsampled_lines[pat][plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc()134 if (!tpg->downsampled_lines[pat][plane]) in tpg_alloc()165 vfree(tpg->downsampled_lines[pat][plane]); in tpg_free()166 tpg->downsampled_lines[pat][plane] = NULL; in tpg_free()1350 u8 *dest = tpg->downsampled_lines[pat][p]; in tpg_precalculate_line()1934 linestart_older = tpg->downsampled_lines[avg_pat][p] + mv_hor_old; in tpg_fill_plane_pattern()1944 linestart_older = tpg->downsampled_lines[avg_pat][p] + in tpg_fill_plane_pattern()1948 linestart_newer = tpg->downsampled_lines[avg_pat][p] + in tpg_fill_plane_pattern()
184 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; member