Home
last modified time | relevance | path

Searched defs:lut (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/tint/tools/src/lut/
Dlut.go16 package lut package
56 type lut struct { struct
57 storage list.List // The List that backs this LUT
58 sequences []sequence // The entries in the LUT
61 func (t *lut) Add(items interface{}) *int {
70 func (t lut) Compact() {
208 func (t lut) itemIDs() []int32 {
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_constants.c116 bi_index lut = va_lut_index_32(value); in va_resolve_constant() local
135 bi_index lut = va_lut_index_16(value & 0xFFFF); in va_resolve_constant() local
149 bi_index lut = va_lut_index_8(value & 0xFF); in va_resolve_constant() local
157 bi_index lut = va_lut_index_16(value & 0xFFFF); in va_resolve_constant() local
163 bi_index lut = va_demote_constant_fp16(value); in va_resolve_constant() local
167 bi_index lut = bi_neg(va_demote_constant_fp16(fui(-uif(value)))); in va_resolve_constant() local
/third_party/ffmpeg/libavformat/
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/cups-filters/cupsfilters/
Dlut.c32 cupsLutDelete(cups_lut_t *lut) /* I - Lookup table to free */ in cupsLutDelete()
102 cups_lut_t *lut; /* Lookup table */ in cupsLutNew() local
Dtestdither.c57 cups_lut_t *lut; /* Dither lookup table */ in main() local
Dimage-pnm.c36 const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ in _cupsImageReadPNM()
Dimage-sgi.c37 const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ in _cupsImageReadSGI()
Dimage-jpeg.c40 const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ in _cupsImageReadJPEG()
Dimage-pix.c44 const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ in _cupsImageReadPIX()
Dimage-photocd.c40 const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ in _cupsImageReadPhotoCD()
Ddither.c47 const cups_lut_t *lut, /* I - Lookup table */ in cupsDitherLine()
Dimage-png.c39 const cups_ib_t *lut) /* I - Lookup table for gamma/brightness */ in _cupsImageReadPNG()
/third_party/ffmpeg/libavcodec/
Dbgmc.c426 static void bgmc_lut_fillp(uint8_t *lut, int *lut_status, int delta) in bgmc_lut_fillp()
446 static uint8_t *bgmc_lut_getp(uint8_t *lut, int *lut_status, int delta) in bgmc_lut_getp()
516 uint8_t *lut = bgmc_lut_getp(cf_lut, cf_lut_status, delta); in ff_bgmc_decode() local
Dprosumer.c41 uint32_t lut[0x2000]; member
48 static int decompress(GetByteContext *gb, int size, PutByteContext *pb, const uint32_t *lut) in decompress()
308 static void fill_lut(uint32_t *lut) in fill_lut()
Ddirac_vlc.c1098 LUTState lut = dirac_golomb_lut[*buf++]; in ff_dirac_golomb_read_16bit() local
1118 LUTState lut = dirac_golomb_lut[*buf++]; in ff_dirac_golomb_read_32bit() local
/third_party/node/deps/base64/base64/lib/arch/ssse3/
Denc_translate.c5 const __m128i lut = _mm_setr_epi8( in enc_translate() local
/third_party/node/deps/base64/base64/lib/arch/avx2/
Denc_translate.c5 const __m256i lut = _mm256_setr_epi8( in enc_translate() local
/third_party/node/deps/base64/base64/lib/arch/neon32/
Denc_translate.c5 const uint8x16_t lut = { in enc_translate() local
Dcodec.c26 vqtbl1q_u8 (const uint8x16_t lut, const uint8x16_t indices) in vqtbl1q_u8()
Denc_loop.c16 const uint8x16_t lut = { in enc_loop_neon32_inner_asm() local
Ddec_loop.c15 const uint8x8_t lut = { in delta_lookup() local
/third_party/ffmpeg/libavfilter/
Dvf_pseudocolor.c177 float lut[4][256*256]; member
272 float *lut, in pseudocolor_filter()
296 float *lut, in pseudocolor_filter_11()
319 float *lut, in pseudocolor_filter_11d()
342 float *lut, in pseudocolor_filter_10()
366 float *lut, in pseudocolor_filter_10d()
390 float *lut, in pseudocolor_filter_16()
417 float *lut, in pseudocolor_filter_16_10()
444 float *lut, in pseudocolor_filter_16_10d()
471 float *lut, in pseudocolor_filter_16_11()
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_linearization_info.cpp316 uint16 *lut = NULL; in dng_linearize_plane() local
574 const uint16 *lut = fScale_buffer->Buffer_uint16 (); in Process() local
617 const real32 *lut = fScale_buffer->Buffer_real32 (); in Process() local
664 const int32 *lut = fScale_buffer->Buffer_int32 (); in Process() local
792 const real32 *lut = fScale_buffer->Buffer_real32 (); in Process() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_earlyzs.c109 struct pan_earlyzs_lut lut; in pan_earlyzs_analyze() local
Dpan_earlyzs.h65 pan_earlyzs_get(struct pan_earlyzs_lut lut, in pan_earlyzs_get()

1234