Home
last modified time | relevance | path

Searched refs:coder (Results 1 – 25 of 42) sorted by relevance

12

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java344 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/
D0014-train-0002.patch9 .../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 …]
D0015-train-0003.patch53 .../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/
Daacenc.c372 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 …]
Dlibopenh264enc.c54 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()
Daacenc.h46 int coder; member
399 const AACCoefficientsEncoder *coder; member
Dnvenc.h214 int coder; member
Dlibx264.c99 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…
Dvaapi_encode_h264.c70 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" },
Dnvenc_h264.c152 …{ "coder", "Coder type", OFFSET(coder), AV_OPT_TYPE_INT, {…
Dmss3.c114 RangeCoder coder; member
690 RangeCoder *acoder = &c->coder; in mss3_decode_frame()
Dnvenc.c485 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/
DtcuEAGLView.m36 - (id)initWithCoder:(NSCoder*)coder
38 self = [super initWithCoder:coder];
/third_party/libsnd/src/G72x/
DREADME.original23 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/
DFlutterView.h35 - (nullable instancetype)initWithCoder:(nonnull NSCoder*)coder NS_UNAVAILABLE;
DFlutterViewController.mm183 - (instancetype)initWithCoder:(NSCoder*)coder {
184 self = [super initWithCoder:coder];
/third_party/python/Doc/library/
Daudioop.rst134 *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
Dbinhex.rst54 There is an alternative, more powerful interface to the coder and decoder, see
/third_party/ffmpeg/doc/
Dsnow.txt163 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
Dcodecs.texi639 @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/
DMicroTypeExpress.md39 table, speeding up the LZCOMP entropy coder (the match finding code is a
/third_party/flutter/skia/third_party/externals/sfntly/doc/
DMicroTypeExpress.md39 table, speeding up the LZCOMP entropy coder (the match finding code is a
/third_party/glib/
DCONTRIBUTING.md230 `git commit -a --author "Joe Coder <joe@coder.org>"` and `--signoff`.
/third_party/flutter/skia/third_party/externals/libwebp/
DCMakeLists.txt5 # Options for coder / decoder executables.
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2487 AACCoefficientsEncoder *e = c->coder; in ff_aac_coder_init_mips()
2488 int option = c->options.coder; in ff_aac_coder_init_mips()

12