Home
last modified time | relevance | path

Searched refs:DecoderState (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_mips/gen/
H A Ddecode.cc20 struct DecoderState { struct
38 DecoderState() : in DecoderState() argument
75 &decode_srl(const Instruction insn, const DecoderState *state);
77 &decode_srlv(const Instruction insn, const DecoderState *state);
83 &decode_c0(const Instruction insn, const DecoderState *state);
87 &decode_c1(const Instruction insn, const DecoderState *state);
103 &decode_jr(const Instruction insn, const DecoderState *state);
125 &decode_fp(const Instruction insn, const DecoderState *state);
1442 const DecoderState *init_decode() { in init_decode()
1443 return new DecoderState; in init_decode()
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/decoder/
H A DControl.cxx46 assert(state == DecoderState::START); in SetReady()
58 state = DecoderState::DECODE; in SetReady()
66 case DecoderState::STOP: in IsCurrentSong()
67 case DecoderState::ERROR: in IsCurrentSong()
70 case DecoderState::START: in IsCurrentSong()
71 case DecoderState::DECODE: in IsCurrentSong()
111 if (state != DecoderState::STOP && state != DecoderState::ERROR) in Stop()
122 case DecoderState::START: in Seek()
123 case DecoderState::ERROR: in Seek()
126 case DecoderState::STOP: in Seek()
[all …]
H A DControl.hxx50 enum class DecoderState : uint8_t { enum
98 DecoderState state = DecoderState::STOP;
228 return state == DecoderState::STOP || in IsIdle()
229 state == DecoderState::ERROR; in IsIdle()
239 return state == DecoderState::START; in IsStarting()
251 return state == DecoderState::ERROR; in HasFailed()
277 assert(state != DecoderState::ERROR || error); in CheckRethrowError()
279 if (state == DecoderState::ERROR) in CheckRethrowError()
297 if (state == DecoderState::ERROR) { in ClearError()
299 state = DecoderState::STOP; in ClearError()
H A DThread.cxx62 assert(bridge.dc.state == DecoderState::START); in DecoderUriDecode()
82 return bridge.dc.state != DecoderState::START; in DecoderUriDecode()
100 assert(bridge.dc.state == DecoderState::START); in decoder_stream_decode()
126 return bridge.dc.state != DecoderState::START; in decoder_stream_decode()
163 return bridge.dc.state != DecoderState::START; in decoder_file_decode()
493 dc.state = DecoderState::START; in decoder_run_song()
512 dc.state = DecoderState::STOP; in decoder_run_song()
548 dc.state = DecoderState::ERROR;
562 assert(state == DecoderState::STOP || in RunThread()
563 state == DecoderState::ERROR); in RunThread()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libflate-1.1.1/src/non_blocking/deflate/
H A Ddecode.rs11 state: DecoderState,
35 state: DecoderState::ReadBlockHeader, in new()
76 DecoderState::ReadBlockHeader => { in read()
96 DecoderState::ReadNonCompressedBlockLen => { in read()
121 DecoderState::ReadBlockHeader in read()
133 DecoderState::LoadFixedHuffmanCode => { in read()
137 DecoderState::DecodeBlock(symbol_decoder) in read()
139 DecoderState::LoadDynamicHuffmanCode => { in read()
143 DecoderState::DecodeBlock(symbol_decoder) in read()
150 DecoderState::ReadBlockHeader in read()
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/libflate-1.1.1/src/non_blocking/deflate/
H A Ddecode.rs11 state: DecoderState,
35 state: DecoderState::ReadBlockHeader, in new()
76 DecoderState::ReadBlockHeader => { in read()
96 DecoderState::ReadNonCompressedBlockLen => { in read()
121 DecoderState::ReadBlockHeader in read()
133 DecoderState::LoadFixedHuffmanCode => { in read()
137 DecoderState::DecodeBlock(symbol_decoder) in read()
139 DecoderState::LoadDynamicHuffmanCode => { in read()
143 DecoderState::DecodeBlock(symbol_decoder) in read()
150 DecoderState::ReadBlockHeader in read()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/libflate-1.1.1/src/non_blocking/deflate/
H A Ddecode.rs11 state: DecoderState,
35 state: DecoderState::ReadBlockHeader, in new()
76 DecoderState::ReadBlockHeader => { in read()
96 DecoderState::ReadNonCompressedBlockLen => { in read()
121 DecoderState::ReadBlockHeader in read()
133 DecoderState::LoadFixedHuffmanCode => { in read()
137 DecoderState::DecodeBlock(symbol_decoder) in read()
139 DecoderState::LoadDynamicHuffmanCode => { in read()
143 DecoderState::DecodeBlock(symbol_decoder) in read()
150 DecoderState::ReadBlockHeader in read()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/libflate-1.1.1/src/non_blocking/deflate/
H A Ddecode.rs11 state: DecoderState,
35 state: DecoderState::ReadBlockHeader, in new()
76 DecoderState::ReadBlockHeader => { in read()
96 DecoderState::ReadNonCompressedBlockLen => { in read()
121 DecoderState::ReadBlockHeader in read()
133 DecoderState::LoadFixedHuffmanCode => { in read()
137 DecoderState::DecodeBlock(symbol_decoder) in read()
139 DecoderState::LoadDynamicHuffmanCode => { in read()
143 DecoderState::DecodeBlock(symbol_decoder) in read()
150 DecoderState::ReadBlockHeader in read()
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/libflate-1.1.1/src/non_blocking/deflate/
H A Ddecode.rs11 state: DecoderState,
35 state: DecoderState::ReadBlockHeader, in new()
76 DecoderState::ReadBlockHeader => { in read()
96 DecoderState::ReadNonCompressedBlockLen => { in read()
121 DecoderState::ReadBlockHeader in read()
133 DecoderState::LoadFixedHuffmanCode => { in read()
137 DecoderState::DecodeBlock(symbol_decoder) in read()
139 DecoderState::LoadDynamicHuffmanCode => { in read()
143 DecoderState::DecodeBlock(symbol_decoder) in read()
150 DecoderState::ReadBlockHeader in read()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libflate-0.1.27/src/non_blocking/deflate/
H A Ddecode.rs12 state: DecoderState,
36 state: DecoderState::ReadBlockHeader, in new()
77 DecoderState::ReadBlockHeader => { in read()
97 DecoderState::ReadNonCompressedBlockLen => { in read()
123 DecoderState::ReadBlockHeader in read()
135 DecoderState::LoadFixedHuffmanCode => { in read()
139 DecoderState::DecodeBlock(symbol_decoder) in read()
141 DecoderState::LoadDynamicHuffmanCode => { in read()
145 DecoderState::DecodeBlock(symbol_decoder) in read()
152 DecoderState::ReadBlockHeader in read()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_mips/
H A Ddecode.h16 struct DecoderState;
23 const DecoderState *init_decode();
28 void delete_state(const DecoderState *);
33 const ClassDecoder &decode(const Instruction, const DecoderState *);
/dports/devel/py-ujson/ujson-5.0.0/lib/
H A Dultrajsondec.c57 struct DecoderState struct
70 static JSOBJ FASTCALL_MSVC decode_any( struct DecoderState *ds) FASTCALL_ATTR; argument
71 typedef JSOBJ (*PFN_DECODER)( struct DecoderState *ds);
73 static JSOBJ SetError( struct DecoderState *ds, int offset, const char *message) in SetError()
80 static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decodeDouble(struct DecoderState *ds) in decodeDouble()
90 static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_numeric (struct DecoderState *ds) in decode_numeric()
194 static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_true ( struct DecoderState *ds) in decode_true()
236 static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_null ( struct DecoderState *ds) in decode_null()
256 static FASTCALL_ATTR void FASTCALL_MSVC SkipWhitespace(struct DecoderState *ds) in SkipWhitespace()
717 static FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_any(struct DecoderState *ds) in decode_any()
[all …]
/dports/devel/py-srsly/srsly-2.4.2/srsly/ujson/lib/
H A Dultrajsondec.c56 struct DecoderState struct
69 JSOBJ FASTCALL_MSVC decode_any( struct DecoderState *ds) FASTCALL_ATTR; argument
70 typedef JSOBJ (*PFN_DECODER)( struct DecoderState *ds);
102 FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_numeric (struct DecoderState *ds) in decode_numeric()
312 FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_true ( struct DecoderState *ds) in decode_true()
332 FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_false ( struct DecoderState *ds) in decode_false()
354 FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_null ( struct DecoderState *ds) in decode_null()
374 FASTCALL_ATTR void FASTCALL_MSVC SkipWhitespace(struct DecoderState *ds) in SkipWhitespace()
675 FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_array(struct DecoderState *ds) in decode_array()
832 FASTCALL_ATTR JSOBJ FASTCALL_MSVC decode_any(struct DecoderState *ds) in decode_any()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/src/ujson/lib/
H A Dultrajsondec.c59 struct DecoderState { struct
71 JSOBJ FASTCALL_MSVC decode_any(struct DecoderState *ds); argument
72 typedef JSOBJ (*PFN_DECODER)(struct DecoderState *ds);
74 static JSOBJ SetError(struct DecoderState *ds, int offset, in SetError()
117 JSOBJ FASTCALL_MSVC decode_numeric(struct DecoderState *ds) { in decode_numeric()
343 JSOBJ FASTCALL_MSVC decode_true(struct DecoderState *ds) { in decode_true()
359 JSOBJ FASTCALL_MSVC decode_false(struct DecoderState *ds) { in decode_false()
376 JSOBJ FASTCALL_MSVC decode_null(struct DecoderState *ds) { in decode_null()
392 void FASTCALL_MSVC SkipWhitespace(struct DecoderState *ds) { in SkipWhitespace()
1107 JSOBJ FASTCALL_MSVC decode_any(struct DecoderState *ds) { in decode_any()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_arm/
H A Ddecode.h17 struct DecoderState { struct
18 explicit DecoderState() {} in DecoderState() argument
19 virtual ~DecoderState() {} in ~DecoderState() argument
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/aigrid/
H A Daigccitt.c1479 #define DecoderState(tif) ((Fax3DecodeState*) Fax3State(tif)) macro
1508 Fax3DecodeState* sp = DecoderState(tif); \
1871 DecoderState(sp)->runs = NULL; in DecompressCCITTRLETile()
1872 DecoderState(sp)->fill = aig_TIFFFax3fillruns; in DecompressCCITTRLETile()
1896 Fax3DecodeState* dsp = DecoderState(sp); in DecompressCCITTRLETile()
1906 DecoderState(sp)->bit = 0; /* force initial read */ in DecompressCCITTRLETile()
1907 DecoderState(sp)->data = 0; in DecompressCCITTRLETile()
1908 DecoderState(sp)->EOLcnt = 0; /* force initial scan for EOL */ in DecompressCCITTRLETile()
1910 DecoderState(sp)->bitmap = aig_TIFFBitRevTable; in DecompressCCITTRLETile()
1913 DecoderState(sp)->refruns[0] = (GUInt32) DecoderState(sp)->b.rowpixels; in DecompressCCITTRLETile()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/aigrid/
H A Daigccitt.c1479 #define DecoderState(tif) ((Fax3DecodeState*) Fax3State(tif)) macro
1508 Fax3DecodeState* sp = DecoderState(tif); \
1887 DecoderState(sp)->runs = NULL; in DecompressCCITTRLETile()
1888 DecoderState(sp)->fill = aig_TIFFFax3fillruns; in DecompressCCITTRLETile()
1912 Fax3DecodeState* dsp = DecoderState(sp); in DecompressCCITTRLETile()
1922 DecoderState(sp)->bit = 0; /* force initial read */ in DecompressCCITTRLETile()
1923 DecoderState(sp)->data = 0; in DecompressCCITTRLETile()
1924 DecoderState(sp)->EOLcnt = 0; /* force initial scan for EOL */ in DecompressCCITTRLETile()
1926 DecoderState(sp)->bitmap = aig_TIFFBitRevTable; in DecompressCCITTRLETile()
1929 DecoderState(sp)->refruns[0] = (GUInt32) DecoderState(sp)->b.rowpixels; in DecompressCCITTRLETile()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/aigrid/
H A Daigccitt.c1479 #define DecoderState(tif) ((Fax3DecodeState*) Fax3State(tif)) macro
1508 Fax3DecodeState* sp = DecoderState(tif); \
1887 DecoderState(sp)->runs = NULL; in DecompressCCITTRLETile()
1888 DecoderState(sp)->fill = aig_TIFFFax3fillruns; in DecompressCCITTRLETile()
1912 Fax3DecodeState* dsp = DecoderState(sp); in DecompressCCITTRLETile()
1922 DecoderState(sp)->bit = 0; /* force initial read */ in DecompressCCITTRLETile()
1923 DecoderState(sp)->data = 0; in DecompressCCITTRLETile()
1924 DecoderState(sp)->EOLcnt = 0; /* force initial scan for EOL */ in DecompressCCITTRLETile()
1926 DecoderState(sp)->bitmap = aig_TIFFBitRevTable; in DecompressCCITTRLETile()
1929 DecoderState(sp)->refruns[0] = (GUInt32) DecoderState(sp)->b.rowpixels; in DecompressCCITTRLETile()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/aigrid/
H A Daigccitt.c1479 #define DecoderState(tif) ((Fax3DecodeState*) Fax3State(tif)) macro
1508 Fax3DecodeState* sp = DecoderState(tif); \
1887 DecoderState(sp)->runs = NULL; in DecompressCCITTRLETile()
1888 DecoderState(sp)->fill = aig_TIFFFax3fillruns; in DecompressCCITTRLETile()
1912 Fax3DecodeState* dsp = DecoderState(sp); in DecompressCCITTRLETile()
1922 DecoderState(sp)->bit = 0; /* force initial read */ in DecompressCCITTRLETile()
1923 DecoderState(sp)->data = 0; in DecompressCCITTRLETile()
1924 DecoderState(sp)->EOLcnt = 0; /* force initial scan for EOL */ in DecompressCCITTRLETile()
1926 DecoderState(sp)->bitmap = aig_TIFFBitRevTable; in DecompressCCITTRLETile()
1929 DecoderState(sp)->refruns[0] = (GUInt32) DecoderState(sp)->b.rowpixels; in DecompressCCITTRLETile()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/
H A Ddecoder.hpp29 enum DecoderState { enum in zxing::qrcode::Decoder
39 DecoderState decoderState_;
58 DecoderState getState() { return decoderState_; } in getState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Daom_video_decoder.cc192 state_ = DecoderState::kNormal; in Initialize()
203 DCHECK_NE(state_, DecoderState::kUninitialized) in Decode()
208 if (state_ == DecoderState::kError) { in Decode()
216 DCHECK_EQ(state_, DecoderState::kNormal); in Decode()
217 state_ = DecoderState::kDecodeFinished; in Decode()
223 state_ = DecoderState::kError; in Decode()
234 state_ = DecoderState::kNormal; in Reset()
H A Daom_video_decoder.h41 enum class DecoderState { enum
65 DecoderState state_ = DecoderState::kUninitialized;
H A Ddav1d_video_decoder.h45 enum class DecoderState { enum
71 DecoderState state_ = DecoderState::kUninitialized;
/dports/multimedia/dirac/dirac-1.0.2/libdirac_decoder/
H A Ddirac_cppparser.h149 DecoderState Parse();
175 DecoderState m_state;
177 DecoderState m_next_state;
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Ddav1d_video_decoder.h46 enum class DecoderState { enum
76 DecoderState state_ = DecoderState::kUninitialized;

12345678910>>...14