Home
last modified time | relevance | path

Searched refs:aindex (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/util/
Dtexcompress_rgtc_tmp.h82 TYPE i, j, aindex, acutValues[7]; in TAG() local
134 for (aindex = 0; aindex < 7; aindex++) { in TAG()
136 … acutValues[aindex] = (alphause[0] * (2*aindex + 1) + alphause[1] * (14 - (2*aindex + 1))) / 14; in TAG()
203 for (aindex = 0; aindex < 5; aindex++) { in TAG()
205 … acutValues[aindex] = (alphabase[0] * (10 - (2*aindex + 1)) + alphabase[1] * (2*aindex + 1)) / 10; in TAG()
271 for (aindex = 0; aindex < 5; aindex++) { in TAG()
273 … acutValues[aindex] = (alphatest[0] * (10 - (2*aindex + 1)) + alphatest[1] * (2*aindex + 1)) / 10; in TAG()
341 for (aindex = 0; aindex < 5; aindex++) { in TAG()
343 … acutValues[aindex] = (alphatest[0] * (10 - (2*aindex + 1)) + alphatest[1] * (2*aindex + 1)) / 10; in TAG()
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdppm.c175 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_gray_rgb_row() local
180 if (aindex >= 0) in get_text_gray_rgb_row()
182 ptr[aindex] = 0xFF;) in get_text_gray_rgb_row()
186 if (aindex >= 0) in get_text_gray_rgb_row()
188 ptr[aindex] = 0xFF;) in get_text_gray_rgb_row()
249 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_rgb_row() local
254 if (aindex >= 0) in get_text_rgb_row()
256 ptr[aindex] = 0xFF;) in get_text_rgb_row()
260 if (aindex >= 0) in get_text_rgb_row()
262 ptr[aindex] = 0xFF;) in get_text_rgb_row()
[all …]
Drdbmp.c190 register int aindex = alpha_index[cinfo->in_color_space]; in get_8bit_row() local
193 if (aindex >= 0) { in get_8bit_row()
201 outptr[aindex] = 0xFF; in get_8bit_row()
259 register int aindex = alpha_index[cinfo->in_color_space]; in get_24bit_row() local
262 if (aindex >= 0) { in get_24bit_row()
267 outptr[aindex] = 0xFF; in get_24bit_row()
324 register int aindex = alpha_index[cinfo->in_color_space]; in get_32bit_row() local
327 if (aindex >= 0) { in get_32bit_row()
332 outptr[aindex] = *inptr++; in get_32bit_row()
/third_party/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h577 GLubyte i, j, aindex, acutValues[7]; in encodedxt5alpha() local
628 for (aindex = 0; aindex < 7; aindex++) { in encodedxt5alpha()
630 … acutValues[aindex] = (alphause[0] * (2*aindex + 1) + alphause[1] * (14 - (2*aindex + 1))) / 14; in encodedxt5alpha()
694 for (aindex = 0; aindex < 5; aindex++) { in encodedxt5alpha()
696 … acutValues[aindex] = (alphabase[0] * (10 - (2*aindex + 1)) + alphabase[1] * (2*aindex + 1)) / 10; in encodedxt5alpha()
763 for (aindex = 0; aindex < 5; aindex++) { in encodedxt5alpha()
765 … acutValues[aindex] = (alphatest[0] * (10 - (2*aindex + 1)) + alphatest[1] * (2*aindex + 1)) / 10; in encodedxt5alpha()
833 for (aindex = 0; aindex < 5; aindex++) { in encodedxt5alpha()
835 … acutValues[aindex] = (alphatest[0] * (10 - (2*aindex + 1)) + alphatest[1] * (2*aindex + 1)) / 10; in encodedxt5alpha()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterUtility.java90 int strindex, int aindex) in compareNullTermByteSubString() argument
97 b = array[aindex]; in compareNullTermByteSubString()
98 aindex ++; in compareNullTermByteSubString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterUtility.java91 int strindex, int aindex) in compareNullTermByteSubString() argument
98 b = array[aindex]; in compareNullTermByteSubString()
99 aindex ++; in compareNullTermByteSubString()
/third_party/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp440 AlphabeticIndex aindex(Locale::createFromName("zh"), status); in HackPinyinTest() local
447 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest()
453 TEST_ASSERT(nameCount == aindex.getRecordCount(status)); in HackPinyinTest()
461 while (aindex.nextBucket(status)) { in HackPinyinTest()
463 UnicodeString label = aindex.getBucketLabel(); in HackPinyinTest()
468 while (aindex.nextRecord(status)) { in HackPinyinTest()
470 UnicodeString name = aindex.getRecordName(); in HackPinyinTest()
471 if (aindex.getBucketLabelType() != U_ALPHAINDEX_NORMAL) { in HackPinyinTest()
491 AlphabeticIndex aindex(loc, status); in TestBug9009() local
493 aindex.nextBucket(status); // Crash here before bug was fixed. in TestBug9009()
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngwrite.c1541 int aindex = 0; in png_write_image_16bit() local
1549 aindex = -1; in png_write_image_16bit()
1554 aindex = (int)channels; in png_write_image_16bit()
1556 aindex = (int)channels; in png_write_image_16bit()
1576 png_uint_16 alpha = in_ptr[aindex]; in png_write_image_16bit()
1580 out_ptr[aindex] = alpha; in png_write_image_16bit()
1704 int aindex; in png_write_image_8bit() local
1709 aindex = -1; in png_write_image_8bit()
1716 aindex = (int)channels; in png_write_image_8bit()
1728 png_uint_16 alpha = in_ptr[aindex]; in png_write_image_8bit()
[all …]
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.c650 FT_Int *aindex ) in ps_dimension_add_t1stem() argument
668 if ( aindex ) in ps_dimension_add_t1stem()
669 *aindex = -1; in ps_dimension_add_t1stem()
706 if ( aindex ) in ps_dimension_add_t1stem()
707 *aindex = (FT_Int)idx; in ps_dimension_add_t1stem()
/third_party/ffmpeg/libavcodec/
Dqdmc.c515 int i, j, aindex; in add_noise() local
526 aindex = s->noise[ch][i][current_subframe / 2]; in add_noise()
527 amplitude = aindex > 0 ? amplitude_tab[aindex & 0x3F] : 0.0f; in add_noise()
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2632 Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} in CZString() argument