Searched refs:lookup_table (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_chorus.c | 53 int32_t **lookup_table; member 147 s->lookup_table = av_calloc(s->num_chorus, sizeof(*s->lookup_table)); in init() 149 if (!s->length || !s->lookup_table) in init() 172 s->lookup_table[n] = av_malloc(sizeof(int32_t) * s->length[n]); in config_output() 173 if (!s->lookup_table[n]) in config_output() 176 ff_generate_wave_table(WAVE_SIN, AV_SAMPLE_FMT_S32, s->lookup_table[n], in config_output() 242 s->lookup_table[n][phase[n]], in filter_frame() 318 if (s->lookup_table) in uninit() 320 av_freep(&s->lookup_table[ in uninit() [all...] |
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_server_table.py | 63 self.lookup_table = [] 193 print ' LEAF(%u),' % (len(self.lookup_table)) 219 self.lookup_table.append(temp) 289 print 'static const void *%s_function_table[%u][2] = {' % (self.name_base, len(self.lookup_table)) 291 for func in self.lookup_table: 305 print 'static const int_fast16_t %s_size_table[%u][2] = {' % (self.name_base, len(self.lookup_table)) 308 for func in self.lookup_table:
|
/third_party/node/deps/llhttp/src/ |
H A D | llhttp.c | 1208 static uint8_t lookup_table[] = { in llhttp__internal__run() local 1229 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 1803 static uint8_t lookup_table[] = { in llhttp__internal__run() local 1824 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 2121 static uint8_t lookup_table[] = { in llhttp__internal__run() local 2166 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 2180 static uint8_t lookup_table[] = { in llhttp__internal__run() local 2201 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 2334 static uint8_t lookup_table[] = { in llhttp__internal__run() local 2391 switch (lookup_table[(uint8_ in llhttp__internal__run() 3088 static uint8_t lookup_table[] = { llhttp__internal__run() local 3146 static uint8_t lookup_table[] = { llhttp__internal__run() local 3235 static uint8_t lookup_table[] = { llhttp__internal__run() local 3304 static uint8_t lookup_table[] = { llhttp__internal__run() local 3363 static uint8_t lookup_table[] = { llhttp__internal__run() local 3486 static uint8_t lookup_table[] = { llhttp__internal__run() local 3532 static uint8_t lookup_table[] = { llhttp__internal__run() local 9347 static uint8_t lookup_table[] = { llhttp__internal__run() local 9935 static uint8_t lookup_table[] = { llhttp__internal__run() local 10253 static uint8_t lookup_table[] = { llhttp__internal__run() local 10312 static uint8_t lookup_table[] = { llhttp__internal__run() local 10466 static uint8_t lookup_table[] = { llhttp__internal__run() local 11136 static uint8_t lookup_table[] = { llhttp__internal__run() local 11190 static uint8_t lookup_table[] = { llhttp__internal__run() local 11267 static uint8_t lookup_table[] = { llhttp__internal__run() local 11356 static uint8_t lookup_table[] = { llhttp__internal__run() local 11411 static uint8_t lookup_table[] = { llhttp__internal__run() local 11522 static uint8_t lookup_table[] = { llhttp__internal__run() local 11564 static uint8_t lookup_table[] = { llhttp__internal__run() local [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 1352 static const char *lookup_table = variable 1370 *cp++ = lookup_table[ac & 0x3f]; in base64_encode() 1376 *cp++ = lookup_table[ac & 0x3f]; in base64_encode()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 425 simdutf_really_inline simd8<L> lookup_16(simd8<L> lookup_table) const { in lookup_16() 426 return lookup_table.apply_lookup_16_to(*this); in lookup_16() 598 simdutf_really_inline simd8<L> lookup_16(simd8<L> lookup_table) const { in lookup_16() 599 return lookup_table.apply_lookup_16_to(*this); in lookup_16() 1794 simdutf_really_inline simd8<L> lookup_16(simd8<L> lookup_table) const { in lookup_16() 1795 return _mm256_shuffle_epi8(lookup_table, *this); in lookup_16() 2698 simdutf_really_inline simd8<L> lookup_16(simd8<L> lookup_table) const { in lookup_16() 2699 return _mm_shuffle_epi8(lookup_table, *this); in lookup_16() 3632 simdutf_really_inline simd8<L> lookup_16(simd8<L> lookup_table) const { in lookup_16() 3633 return (__m128i)vec_perm((__m128i)lookup_table, (__m128 in lookup_16() [all...] |
Completed in 29 milliseconds