Searched refs:alpha_index (Results 1 – 4 of 4) sorted by relevance
2488 …unsigned int alpha_index = (number_channels == 4) || (number_channels == 2) ? number_channels - 1 …2545 if (alpha_index != 0)2547 cp.w = (float) *(p + alpha_index);2569 if (alpha_index != 0)2580 if (alpha_index != 0)2592 if (alpha_index != 0)2600 if (alpha_index != 0)2604 if (alpha_index != 0)2654 …unsigned int alpha_index = (number_channels == 4) || (number_channels == 2) ? number_channels - 1 …2711 if (alpha_index != 0)[all …]
63 static int alpha_index[JPEG_NUMCS] = { variable186 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_gray_rgb_row()260 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_rgb_row()350 register int aindex = alpha_index[cinfo->in_color_space]; in get_gray_rgb_row()418 register int aindex = alpha_index[cinfo->in_color_space]; in get_rgb_row()
54 static int alpha_index[JPEG_NUMCS] = { variable200 register int aindex = alpha_index[cinfo->in_color_space]; in get_8bit_row()270 register int aindex = alpha_index[cinfo->in_color_space]; in get_24bit_row()336 register int aindex = alpha_index[cinfo->in_color_space]; in get_32bit_row()
4627 auto alpha_index = SubscriptToIndex(desc2, b, y, x, c); in BroadcastPrelu4DSlow() local4629 params.alpha_offset + alpha_data[alpha_index]; in BroadcastPrelu4DSlow()