Searched refs:copy_h (Results 1 – 3 of 3) sorted by relevance
349 int i, j, copy_w, copy_h; in get_alpha_data() local352 copy_h = FFMIN(h - y, 16); in get_alpha_data()353 for (i = 0; i < copy_h; i++) { in get_alpha_data()
650 holder copy_h(h); //<--- ERROR: can't convert 'const holder&' to 'holder&'
1216 holder copy_h(h); //<--- ERROR: can't convert 'const holder&' to 'holder&'