Searched refs:downsampled_lines (Results 1 – 2 of 2) sorted by relevance
131 tpg->downsampled_lines[pat][plane] = in tpg_alloc()133 if (!tpg->downsampled_lines[pat][plane]) { in tpg_alloc()179 vfree(tpg->downsampled_lines[pat][plane]); in tpg_alloc()180 tpg->downsampled_lines[pat][plane] = NULL; in tpg_alloc()197 vfree(tpg->downsampled_lines[pat][plane]); in tpg_free()198 tpg->downsampled_lines[pat][plane] = NULL; in tpg_free()1867 u8 *dest = tpg->downsampled_lines[pat][p]; in tpg_precalculate_line()2568 linestart_older = tpg->downsampled_lines[avg_pat][p] + mv_hor_old; in tpg_fill_plane_pattern()2578 linestart_older = tpg->downsampled_lines[avg_pat][p] + in tpg_fill_plane_pattern()2582 linestart_newer = tpg->downsampled_lines[avg_pat][p] + in tpg_fill_plane_pattern()
230 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; member