Home
last modified time | relevance | path

Searched defs:lut (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Denc_translate.c5 const __m256i lut = _mm256_setr_epi8( in enc_translate() local
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H A Denc_translate.c5 const __m128i lut = _mm_setr_epi8( in enc_translate() local
/third_party/libevdev/test/
H A Dtest-event-codes.c219 } lut[] = { in START_TEST() local
/third_party/ffmpeg/libavformat/
H A Dh261dec.c46 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 Dcodec.c26 vqtbl1q_u8 (const uint8x16_t lut, const uint8x16_t indices) in vqtbl1q_u8() argument
H A Denc_translate.c5 const uint8x16_t lut = { in enc_translate() local
H A Denc_loop.c16 const uint8x16_t lut = { in enc_loop_neon32_inner_asm() local
[all...]
H A Ddec_loop.c15 const uint8x8_t lut = { in delta_lookup() local
/third_party/skia/third_party/externals/tint/tools/src/lut/
H A Dlut.go56 type lut struct { type
/third_party/cups-filters/cupsfilters/
H A Dtestdither.c57 cups_lut_t *lut; /* Dither lookup table */ in main() local
H A Dimage-jpeg.c33 _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 Dimage-pnm.c29 _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 Dimage-sgi.c30 _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 Dimage-pix.c37 _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 Dlut.c32 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 Ddither.c46 cupsDitherLine(cups_dither_t *d, const cups_lut_t *lut, const short *data, int num_channels, unsigned char *p) cupsDitherLine() argument
H A Dimage-png.c32 _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 Dimage-photocd.c33 _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 Dpan_earlyzs.c109 struct pan_earlyzs_lut lut; in pan_earlyzs_analyze() local
H A Dpan_earlyzs.h65 pan_earlyzs_get(struct pan_earlyzs_lut lut, in pan_earlyzs_get() argument
/third_party/ffmpeg/libavcodec/
H A Ddirac_vlc.c1098 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 Dhqx.h50 const HQXLUT *lut; member
H A Dbgmc.c426 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 Djpeg2000_parser.c68 static const uint8_t lut[256] = { in info_marker() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_lower_constants.c116 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...]

Completed in 12 milliseconds

1234