Home
last modified time | relevance | path

Searched refs:out_sz (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
Dagx_device.c76 size_t out_sz = sizeof(out); in agx_shmem_alloc() local
85 NULL, &out, &out_sz); in agx_shmem_alloc()
88 assert(out_sz == sizeof(out)); in agx_shmem_alloc()
137 size_t out_sz = sizeof(out); in agx_bo_alloc() local
141 sizeof(args_in), NULL, 0, out, &out_sz); in agx_bo_alloc()
144 assert(out_sz == sizeof(out)); in agx_bo_alloc()
255 size_t out_sz = sizeof(out); in agx_get_global_ids() local
259 NULL, 0, &out, &out_sz); in agx_get_global_ids()
262 assert(out_sz == sizeof(out)); in agx_get_global_ids()
397 size_t out_sz = sizeof(out); in agx_create_command_queue() local
[all …]
/third_party/ffmpeg/libswresample/
Dresample.c567 int in_count, int *out_idx, int *out_sz) in invert_initial_buffer() argument
569 int n, ch, num = FFMIN(in_count + *out_sz, c->filter_length + 1), res; in invert_initial_buffer()
578 for (n = *out_sz; n < num; n++) { in invert_initial_buffer()
581 src->ch[ch] + ((n - *out_sz) * c->felem_size), c->felem_size); in invert_initial_buffer()
587 *out_sz = num; in invert_initial_buffer()
601 res = num - *out_sz; in invert_initial_buffer()
607 *out_sz = FFMAX(*out_sz + c->filter_length, in invert_initial_buffer()
Dsoxr_resample.c112 int in_count, int *out_idx, int *out_sz){ in invert_initial_buffer() argument
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfse_decoder.cc119 int out_sz = dst_tensor->ElementsNum(); in DeCompress() local
183 auto res = FSEDecode(&bs, output, out_sz, frequency, frequency_count, centroids_float, table_log); in DeCompress()