Home
last modified time | relevance | path

Searched refs:alpha_index (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dprelu.h54 auto alpha_index = SubscriptToIndex(desc2, b, y, x, c); in BroadcastPrelu4DSlow() local
56 params.alpha_offset + alpha_data[alpha_index]; in BroadcastPrelu4DSlow()
/external/libjpeg-turbo/
Drdppm.c53 static int alpha_index[JPEG_NUMCS] = { variable
175 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_gray_rgb_row()
249 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_rgb_row()
339 register int aindex = alpha_index[cinfo->in_color_space]; in get_gray_rgb_row()
407 register int aindex = alpha_index[cinfo->in_color_space]; in get_rgb_row()
521 register int aindex = alpha_index[cinfo->in_color_space]; in get_word_rgb_row()
Drdbmp.c44 static int alpha_index[JPEG_NUMCS] = { variable
190 register int aindex = alpha_index[cinfo->in_color_space]; in get_8bit_row()
259 register int aindex = alpha_index[cinfo->in_color_space]; in get_24bit_row()
324 register int aindex = alpha_index[cinfo->in_color_space]; in get_32bit_row()
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h2481 …unsigned int alpha_index = (number_channels == 4) || (number_channels == 2) ? number_channels - 1 …
2538 if (alpha_index != 0)
2540 cp.w = (float) *(p + alpha_index);
2562 if (alpha_index != 0)
2573 if (alpha_index != 0)
2585 if (alpha_index != 0)
2593 if (alpha_index != 0)
2597 if (alpha_index != 0)
2647 …unsigned int alpha_index = (number_channels == 4) || (number_channels == 2) ? number_channels - 1 …
2704 if (alpha_index != 0)
[all …]