| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | CodedOutputStreamTest.java | 344 Coder coder = outputType.newCoder(message.getSerializedSize()); in testWriteWholeMessage() local 345 message.writeTo(coder.stream()); in testWriteWholeMessage() 346 coder.stream().flush(); in testWriteWholeMessage() 347 byte[] rawBytes = coder.toByteArray(); in testWriteWholeMessage() 353 Coder coder = OutputType.STREAM.newCoder(blockSize); in testWriteWholeMessage() local 354 message.writeTo(coder.stream()); in testWriteWholeMessage() 355 coder.stream().flush(); in testWriteWholeMessage() 356 assertEqualBytes(OutputType.STREAM, expectedBytes, coder.toByteArray()); in testWriteWholeMessage() 369 Coder coder = outputType.newCoder(message.getSerializedSize()); in testWriteWholePackedFieldsMessage() local 370 message.writeTo(coder.stream()); in testWriteWholePackedFieldsMessage() [all …]
|
| /third_party/mindspore/patches/ |
| D | 0014-train-0002.patch | 9 .../micro/coder/allocator/allocator.cc | 19 +- 10 .../micro/coder/allocator/allocator.h | 9 +- 11 .../lite/tools/converter/micro/coder/coder.cc | 8 +- 12 .../lite/tools/converter/micro/coder/coder.h | 4 +- 13 .../lite/tools/converter/micro/coder/graph.cc | 30 +- 14 .../lite/tools/converter/micro/coder/graph.h | 2 +- 60 .../tools/converter/micro/coder/session.cc | 5 +- 61 .../tools/converter/micro/coder/session.h | 3 +- 63 …create mode 100644 mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp16/activation_fp16_… 64 …create mode 100644 mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp16/activation_fp16_… [all …]
|
| D | 0015-train-0003.patch | 53 .../micro/coder/allocator/allocator.cc | 82 +- 54 .../micro/coder/allocator/allocator.h | 13 +- 55 .../lite/tools/converter/micro/coder/coder.cc | 51 +- 56 .../lite/tools/converter/micro/coder/coder.h | 9 +- 57 .../lite/tools/converter/micro/coder/config.h | 10 + 58 .../tools/converter/micro/coder/context.h | 25 +- 62 .../micro/coder/generator/generator.cc | 2 +- 63 .../coder/opcoders/base/reshape_base_coder.cc | 5 + 64 .../coder/opcoders/base/stack_base_coder.cc | 85 ++ 65 .../coder/opcoders/base/stack_base_coder.h | 42 + [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | aacenc.c | 372 if (s->coder->set_special_band_scalefactors) in encode_band_info() 373 s->coder->set_special_band_scalefactors(s, sce); in encode_band_info() 376 s->coder->encode_window_bands_info(s, sce, w, sce->ics.group_len[w], s->lambda); in encode_band_info() 449 s->coder->quantize_and_encode_band(s, &s->pb, in encode_spectral_coeffs() 492 if (s->coder->encode_main_pred) in encode_individual_channel() 493 s->coder->encode_main_pred(s, sce); in encode_individual_channel() 494 if (s->coder->encode_ltp_info) in encode_individual_channel() 495 s->coder->encode_ltp_info(s, sce, 0); in encode_individual_channel() 501 if (s->coder->encode_tns_info) in encode_individual_channel() 502 s->coder->encode_tns_info(s, sce); in encode_individual_channel() [all …]
|
| D | libopenh264enc.c | 54 int coder; member 92 { "coder", "Coder type", OFFSET(coder), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 1, VE, "coder" }, 215 if (s->coder < 0 && avctx->coder_type == FF_CODER_TYPE_AC) in svc_encode_init() 216 s->coder = 1; in svc_encode_init() 218 if (s->coder < 0) in svc_encode_init() 219 s->coder = s->cabac; in svc_encode_init() 223 if (s->profile == FF_PROFILE_UNKNOWN && s->coder >= 0) in svc_encode_init() 224 s->profile = s->coder == 0 ? FF_PROFILE_H264_CONSTRAINED_BASELINE : in svc_encode_init()
|
| D | aacenc.h | 46 int coder; member 399 const AACCoefficientsEncoder *coder; member
|
| D | nvenc.h | 214 int coder; member
|
| D | libx264.c | 99 int coder; member 753 x4->coder = avctx->coder_type == FF_CODER_TYPE_AC; in X264_init() 847 if (x4->coder >= 0) in X264_init() 848 x4->params.b_cabac = x4->coder; in X264_init() 1135 …{ "coder", "Coder type", OFFSET(coder), AV_OPT_TYPE_I…
|
| D | vaapi_encode_h264.c | 70 int coder; member 496 if (!priv->coder && pps->entropy_coding_mode_flag) in vaapi_encode_h264_init_sequence_params() 1243 OFFSET(coder), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, FLAGS, "coder" },
|
| D | nvenc_h264.c | 152 …{ "coder", "Coder type", OFFSET(coder), AV_OPT_TYPE_INT, {…
|
| D | mss3.c | 114 RangeCoder coder; member 690 RangeCoder *acoder = &c->coder; in mss3_decode_frame()
|
| D | nvenc.c | 485 if (ctx->coder == NV_ENC_H264_ENTROPY_CODING_MODE_CABAC && ret <= 0) { in nvenc_check_capabilities() 1116 if (ctx->coder >= 0) in nvenc_setup_h264_config() 1117 h264->entropyCodingMode = ctx->coder; in nvenc_setup_h264_config()
|
| /third_party/vk-gl-cts/framework/platform/ios/ |
| D | tcuEAGLView.m | 36 - (id)initWithCoder:(NSCoder*)coder 38 self = [super initWithCoder:coder];
|
| /third_party/libsnd/src/G72x/ |
| D | README.original | 23 g721.c CCITT G.721 32Kbps ADPCM coder (with g72x.c) 24 g723_24.c CCITT G.723 24Kbps ADPCM coder (with g72x.c) 25 g723_40.c CCITT G.723 40Kbps ADPCM coder (with g72x.c)
|
| /third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/ |
| D | FlutterView.h | 35 - (nullable instancetype)initWithCoder:(nonnull NSCoder*)coder NS_UNAVAILABLE;
|
| D | FlutterViewController.mm | 183 - (instancetype)initWithCoder:(NSCoder*)coder { 184 self = [super initWithCoder:coder];
|
| /third_party/python/Doc/library/ |
| D | audioop.rst | 134 *state* is a tuple containing the state of the coder. The coder returns a tuple 253 If you use the ADPCM coder to build network packets and you want your protocol 257 final state (as returned by the coder). If you want to use
|
| D | binhex.rst | 54 There is an alternative, more powerful interface to the coder and decoder, see
|
| /third_party/ffmpeg/doc/ |
| D | snow.txt | 163 if 1 then the range coder contexts will be reset after each frame 323 The implemented range coder is an adapted version based upon "Range encoding: 326 The symbols encoded by the Snow range coder are bits (0|1). The 622 try different range coder state transition tables for different contexts
|
| D | codecs.texi | 639 @item coder @var{integer} (@emph{encoding,video}) 644 variable length coder / huffman coder 646 arithmetic coder 650 run-length coder
|
| /third_party/skia/third_party/externals/sfntly/doc/ |
| D | MicroTypeExpress.md | 39 table, speeding up the LZCOMP entropy coder (the match finding code is a
|
| /third_party/flutter/skia/third_party/externals/sfntly/doc/ |
| D | MicroTypeExpress.md | 39 table, speeding up the LZCOMP entropy coder (the match finding code is a
|
| /third_party/glib/ |
| D | CONTRIBUTING.md | 230 `git commit -a --author "Joe Coder <joe@coder.org>"` and `--signoff`.
|
| /third_party/flutter/skia/third_party/externals/libwebp/ |
| D | CMakeLists.txt | 5 # Options for coder / decoder executables.
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | aaccoder_mips.c | 2487 AACCoefficientsEncoder *e = c->coder; in ff_aac_coder_init_mips() 2488 int option = c->options.coder; in ff_aac_coder_init_mips()
|