/third_party/node/deps/base64/base64/lib/arch/avx2/ |
H A D | enc_translate.c | 5 const __m256i lut = _mm256_setr_epi8( in enc_translate() local
|
/third_party/node/deps/base64/base64/lib/arch/ssse3/ |
H A D | enc_translate.c | 5 const __m128i lut = _mm_setr_epi8( in enc_translate() local
|
/third_party/libevdev/test/ |
H A D | test-event-codes.c | 219 } lut[] = { in START_TEST() local
|
/third_party/ffmpeg/libavformat/ |
H A D | h261dec.c | 46 static const int lut[16]={1,2,3,4,5,6,7,8,9,10,11,12,0,16,16,16}; in h261_probe() local 49 static const int lut[16]={1,3,16,5,16,0,16,16,16,16,16,16,16,16,16,16}; in h261_probe() local
|
/third_party/node/deps/base64/base64/lib/arch/neon32/ |
H A D | codec.c | 26 vqtbl1q_u8 (const uint8x16_t lut, const uint8x16_t indices) in vqtbl1q_u8() argument
|
H A D | enc_translate.c | 5 const uint8x16_t lut = { in enc_translate() local
|
H A D | enc_loop.c | 16 const uint8x16_t lut = { in enc_loop_neon32_inner_asm() local [all...] |
H A D | dec_loop.c | 15 const uint8x8_t lut = { in delta_lookup() local
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
H A D | lut.go | 56 type lut struct { type
|
/third_party/cups-filters/cupsfilters/ |
H A D | testdither.c | 57 cups_lut_t *lut; /* Dither lookup table */ in main() local
|
H A D | image-jpeg.c | 33 _cupsImageReadJPEG( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadJPEG() argument
|
H A D | image-pnm.c | 29 _cupsImageReadPNM( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPNM() argument
|
H A D | image-sgi.c | 30 _cupsImageReadSGI( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadSGI() argument
|
H A D | image-pix.c | 37 _cupsImageReadPIX( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPIX() argument
|
H A D | lut.c | 32 cupsLutDelete(cups_lut_t *lut) /* I - Lookup table to free */ in cupsLutDelete() argument 102 cups_lut_t *lut; /* Lookup table */ in cupsLutNew() local [all...] |
H A D | dither.c | 46 cupsDitherLine(cups_dither_t *d, const cups_lut_t *lut, const short *data, int num_channels, unsigned char *p) cupsDitherLine() argument
|
H A D | image-png.c | 32 _cupsImageReadPNG( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPNG() argument
|
H A D | image-photocd.c | 33 _cupsImageReadPhotoCD( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPhotoCD() argument [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_earlyzs.c | 109 struct pan_earlyzs_lut lut; in pan_earlyzs_analyze() local
|
H A D | pan_earlyzs.h | 65 pan_earlyzs_get(struct pan_earlyzs_lut lut, in pan_earlyzs_get() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_vlc.c | 1098 LUTState lut = dirac_golomb_lut[*buf++]; ff_dirac_golomb_read_16bit() local 1118 LUTState lut = dirac_golomb_lut[*buf++]; ff_dirac_golomb_read_32bit() local [all...] |
H A D | hqx.h | 50 const HQXLUT *lut; member
|
H A D | bgmc.c | 426 static void bgmc_lut_fillp(uint8_t *lut, int *lut_status, int delta) in bgmc_lut_fillp() argument 446 static uint8_t *bgmc_lut_getp(uint8_t *lut, int *lut_status, int delta) in bgmc_lut_getp() argument 516 uint8_t *lut = bgmc_lut_getp(cf_lut, cf_lut_status, delta); in ff_bgmc_decode() local
|
H A D | jpeg2000_parser.c | 68 static const uint8_t lut[256] = { in info_marker() local
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_lower_constants.c | 116 bi_index lut = va_lut_index_32(value); in va_resolve_constant() local 135 bi_index lut in va_resolve_constant() local 149 bi_index lut = va_lut_index_8(value & 0xFF); va_resolve_constant() local 157 bi_index lut = va_lut_index_16(value & 0xFFFF); va_resolve_constant() local 163 bi_index lut = va_demote_constant_fp16(value); va_resolve_constant() local 167 bi_index lut = bi_neg(va_demote_constant_fp16(fui(-uif(value)))); va_resolve_constant() local [all...] |