Searched refs:smallest_alpha (Results 1 – 3 of 3) sorted by relevance
123 unsigned i, smallest_alpha = 0xff; in get_palette_transparency_index() local130 if (v >> 24 < smallest_alpha) { in get_palette_transparency_index()131 smallest_alpha = v >> 24; in get_palette_transparency_index()135 return smallest_alpha < 128 ? transparent_color_index : -1; in get_palette_transparency_index()
280 int smallest_alpha = 0; in MBAnalyzeBestUVMode() local298 if (mode == 0 || alpha < smallest_alpha) { in MBAnalyzeBestUVMode()299 smallest_alpha = alpha; in MBAnalyzeBestUVMode()
333 int smallest_alpha = 0; in MBAnalyzeBestUVMode() local351 if (mode == 0 || alpha < smallest_alpha) { in MBAnalyzeBestUVMode()352 smallest_alpha = alpha; in MBAnalyzeBestUVMode()