Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Daes.c170 const uint8_t *log8, const uint8_t *alog8, in init_multbl2() argument
179 x = log8[x]; in init_multbl2()
180 k = alog8[x + log8[c[0]]]; in init_multbl2()
181 l = alog8[x + log8[c[1]]]; in init_multbl2()
182 m = alog8[x + log8[c[2]]]; in init_multbl2()
183 n = alog8[x + log8[c[3]]]; in init_multbl2()
201 uint8_t log8[256]; in av_aes_init() local
210 log8[j] = i; in av_aes_init()
216 j = i ? alog8[255 - log8[i]] : 0; in av_aes_init()
223 log8, alog8, inv_sbox); in av_aes_init()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c2415 double log8; /* Absolute error in 8 bits to log */ member
2529 pm->log8 = pm->log16 = 0; /* Means 'off' */ in modifier_init()
2699 if (pm->log8 == 0) /* switched off */ in outlog()
2703 return pm->log8 / 255 * ((1<<out_depth)-1); in outlog()
2705 return pm->log8; in outlog()
2719 if (pm->log8 == 0) in outlog()
2722 return pm->log8 * 257; in outlog()
11986 --argc, pm.log8 = atof(*++argv), catmore = 1; in main()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c2415 double log8; /* Absolute error in 8 bits to log */ member
2529 pm->log8 = pm->log16 = 0; /* Means 'off' */ in modifier_init()
2699 if (pm->log8 == 0) /* switched off */ in outlog()
2703 return pm->log8 / 255 * ((1<<out_depth)-1); in outlog()
2705 return pm->log8; in outlog()
2719 if (pm->log8 == 0) in outlog()
2722 return pm->log8 * 257; in outlog()
11986 --argc, pm.log8 = atof(*++argv), catmore = 1; in main()
/third_party/libpng/contrib/libtests/
Dpngvalid.c2415 double log8; /* Absolute error in 8 bits to log */ member
2529 pm->log8 = pm->log16 = 0; /* Means 'off' */ in modifier_init()
2699 if (pm->log8 == 0) /* switched off */ in outlog()
2703 return pm->log8 / 255 * ((1<<out_depth)-1); in outlog()
2705 return pm->log8; in outlog()
2719 if (pm->log8 == 0) in outlog()
2722 return pm->log8 * 257; in outlog()
11986 --argc, pm.log8 = atof(*++argv), catmore = 1; in main()