Searched refs:n_in (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9_superframe_bsf.c | 34 static void stats(AVPacket * const *in, int n_in, in stats() argument 40 for (n = 0; n < n_in; n++) { in stats() 52 static int merge_superframe(AVPacket * const *in, int n_in, AVPacket *out) in merge_superframe() argument 58 stats(in, n_in, &max, &sum); in merge_superframe() 60 marker = 0xC0 + (mag << 3) + (n_in - 1); in merge_superframe() 61 sz = sum + 2 + (mag + 1) * n_in; in merge_superframe() 66 for (n = 0; n < n_in; n++) { in merge_superframe() 73 for (n = 0; n < n_in; n++) { \ in merge_superframe()
|
/third_party/libwebsockets/lib/roles/http/compression/brotli/ |
D | brotli.c | 52 const uint8_t *n_in; in lcs_process_brotli() local 56 n_in = (void *)in; in lcs_process_brotli() 74 if (BrotliEncoderCompressStream(ctx->u.br_en, n, &a_in, &n_in, in lcs_process_brotli() 85 n = BrotliDecoderDecompressStream(ctx->u.br_de, &a_in, &n_in, in lcs_process_brotli()
|
/third_party/mindspore/mindspore/common/ |
D | initializer.py | 224 n_in = arr.shape[1] 229 n_in *= counter 231 return n_in, n_out 265 n_in, n_out = _calculate_fan_in_and_fan_out(arr.shape) 267 boundary = self.gain * math.sqrt(6.0 / (n_in + n_out))
|
/third_party/mindspore/tests/ut/python/utils/ |
D | test_initializer.py | 169 n_in = shape[1] * s 171 std = gain_value * math.sqrt(2 / (n_in + n_out)) 195 n_in = shape[1] * s 196 std = math.sqrt(2 / n_in)
|
/third_party/ffmpeg/libavfilter/ |
D | af_aresample.c | 185 const int n_in = insamplesref->nb_samples; in filter_frame() local 187 int n_out = n_in * aresample->ratio + 32; in filter_frame() 218 (void *)insamplesref->extended_data, n_in); in filter_frame()
|
D | af_atempo.c | 1084 int n_in = src_buffer->nb_samples; in filter_frame() local 1085 int n_out = (int)(0.5 + ((double)n_in) / atempo->tempo); in filter_frame() 1088 const uint8_t *src_end = src + n_in * atempo->stride; in filter_frame() 1119 atempo->nsamples_in += n_in; in filter_frame()
|
/third_party/libxml2/ |
D | testapi.c | 1310 int n_in; in test_UTF8ToHtml() local 1316 for (n_in = 0;n_in < gen_nb_const_unsigned_char_ptr;n_in++) { in test_UTF8ToHtml() 1321 in = gen_const_unsigned_char_ptr(n_in, 2); in test_UTF8ToHtml() 1329 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2); in test_UTF8ToHtml() 1338 printf(" %d", n_in); in test_UTF8ToHtml() 1939 int n_in; in test_htmlEncodeEntities() local 1947 for (n_in = 0;n_in < gen_nb_const_unsigned_char_ptr;n_in++) { in test_htmlEncodeEntities() 1953 in = gen_const_unsigned_char_ptr(n_in, 2); in test_htmlEncodeEntities() 1962 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2); in test_htmlEncodeEntities() 1972 printf(" %d", n_in); in test_htmlEncodeEntities() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ccconverter.c | 263 check_conversion_multiple (guint n_in, const guint8 ** in, guint * in_len, in check_conversion_multiple() argument 278 for (i = 0; i < n_in; i++) { in check_conversion_multiple()
|