Home
last modified time | relevance | path

Searched refs:tablesize (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsgienc.c100 int x, y, z, length, tablesize, ret, i; in encode_frame() local
151 tablesize = depth * height * 4; in encode_frame()
156 length += tablesize * 2 + depth * height * (2 * width + 1); in encode_frame()
191 bytestream2_init_writer(&taboff_pcb, pbc.buffer, tablesize); in encode_frame()
192 bytestream2_skip_p(&pbc, tablesize); in encode_frame()
195 bytestream2_init_writer(&tablen_pcb, pbc.buffer, tablesize); in encode_frame()
196 bytestream2_skip_p(&pbc, tablesize); in encode_frame()
/third_party/backends/backend/
H A Dmicrotek2.c2015 int tablesize; in init_options() local
2221 tablesize = 4096; in init_options()
2227 tablesize = md->max_lut_size; in init_options()
2228 option_size = tablesize; in init_options()
2239 (SANE_Int *) malloc(tablesize * sizeof(SANE_Int)); in init_options()
2241 color, (void *) md->custom_gamma_table[color], (u_long) (tablesize * sizeof(SANE_Int))); in init_options()
/third_party/python/Modules/
H A Dposixmodule.c11610 size_t tablesize) in conv_confname()
11623 size_t hi = tablesize; in conv_confname()
12582 setup_confname_table(struct constdef *table, size_t tablesize, in setup_confname_table() argument
12588 qsort(table, tablesize, sizeof(struct constdef), cmp_constdefs); in setup_confname_table()
12593 for (i=0; i < tablesize; ++i) { in setup_confname_table()
11609 conv_confname(PyObject *arg, int *valuep, struct constdef *table, size_t tablesize) conv_confname() argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 26 milliseconds