Home
last modified time | relevance | path

Searched refs:block_state (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsnowenc.c232 uint8_t p_state[sizeof(s->block_state)]; in encode_q_branch()
233 uint8_t i_state[sizeof(s->block_state)]; in encode_q_branch()
273 av_assert0(sizeof(s->block_state) >= 256); in encode_q_branch()
367 memcpy(p_state, s->block_state, sizeof(s->block_state)); in encode_q_branch()
399 memcpy(i_state, s->block_state, sizeof(s->block_state)); in encode_q_branch()
426 put_rac(&s->c, &s->block_state[4 + s_context], 0); in encode_q_branch()
444 memcpy(s->block_state, i_state, sizeof(s->block_state)); in encode_q_branch()
452 memcpy(s->block_state, p_state, sizeof(s->block_state)); in encode_q_branch()
483 put_rac(&s->c, &s->block_state[4 + s_context], 1); in encode_q_branch2()
485 put_rac(&s->c, &s->block_state[4 + s_context], 0); in encode_q_branch2()
[all …]
Dsnowdec.c175 if(level==s->block_max_depth || get_rac(&s->c, &s->block_state[4 + s_context])){ in decode_q_branch()
185 type= get_rac(&s->c, &s->block_state[1 + left->type + top->type]) ? BLOCK_INTRA : 0; in decode_q_branch()
189 ld = get_symbol(&s->c, &s->block_state[32], 1); in decode_q_branch()
195 cbd = get_symbol(&s->c, &s->block_state[64], 1); in decode_q_branch()
196 crd = get_symbol(&s->c, &s->block_state[96], 1); in decode_q_branch()
205 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0); in decode_q_branch()
211 mx+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1); in decode_q_branch()
212 my+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1); in decode_q_branch()
Dsnow.c108 memset(s->block_state, MID_STATE, sizeof(s->block_state)); in ff_snow_reset_contexts()
Dsnow.h132 uint8_t block_state[128 + 32*128]; member
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc155 BlockState& MidTierRegisterAllocationData::block_state(RpoNumber rpo_number) { in block_state() function in v8::internal::compiler::MidTierRegisterAllocationData
171 return block_state(block->rpo_number()).dominated_blocks(); in GetBlocksDominatedBy()
261 data->block_state(block).set_deferred_blocks_region(this); in AddBlock()
461 BlockState& block_state = data->block_state(block->rpo_number()); in AddDeferredSpillOutput() local
463 block_state.deferred_blocks_region()->blocks_covered(); in AddDeferredSpillOutput()
625 BlockState& block_state = data->block_state(block->rpo_number()); in TrySpillOnEntryToDeferred() local
628 return block_state.deferred_blocks_region()->TryDeferSpillOutputUntilEntry( in TrySpillOnEntryToDeferred()
1731 BlockState& block_state = data_->block_state(block->rpo_number()); in EndBlock() local
1732 block_state.set_register_in_state(register_state_, kind()); in EndBlock()
1747 BlockState& block_state = data_->block_state(successor); in CloneStateFrom() local
[all …]
Dmid-tier-register-allocator.h81 BlockState& block_state(RpoNumber rpo_number);
/third_party/libwebsockets/win32port/zlib/
Ddeflate.c71 } block_state; typedef
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
830 block_state bstate;
1474 local block_state deflate_stored(s, flush) in deflate_stored()
1532 local block_state deflate_fast(s, flush) in deflate_fast()
[all …]
/third_party/ffmpeg/doc/
Dsnow.txt108 leaf b block_state[4 + s_context]
111 intra b block_state[1 + left->intra + top->intra]
113 y_diff s block_state[32]
114 cb_diff s block_state[64]
115 cr_diff s block_state[96]
119 ref u block_state[128 + 1024 + 32*ref_context]
122 mvx_diff s block_state[128 + 32*(mx_context + 16*!!ref)]
123 mvy_diff s block_state[128 + 32*(my_context + 16*!!ref)]
/third_party/node/deps/zlib/
Ddeflate.c81 } block_state; typedef
83 typedef block_state (*compress_func)(deflate_state *s, int flush);
86 local block_state deflate_stored(deflate_state *s, int flush);
87 local block_state deflate_fast(deflate_state *s, int flush);
89 local block_state deflate_slow(deflate_state *s, int flush);
91 local block_state deflate_rle(deflate_state *s, int flush);
92 local block_state deflate_huff(deflate_state *s, int flush);
1203 block_state bstate; in deflate()
1656 local block_state deflate_stored(deflate_state *s, int flush) { in deflate_stored()
1840 local block_state deflate_fast(deflate_state *s, int flush) { in deflate_fast()
[all …]
/third_party/skia/third_party/externals/zlib/
Ddeflate.c85 } block_state; typedef
87 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
93 local block_state deflate_stored OF((deflate_state *s, int flush));
94 local block_state deflate_fast OF((deflate_state *s, int flush));
96 local block_state deflate_slow OF((deflate_state *s, int flush));
98 local block_state deflate_rle OF((deflate_state *s, int flush));
99 local block_state deflate_huff OF((deflate_state *s, int flush));
1044 block_state bstate;
1719 local block_state deflate_stored(s, flush) in deflate_stored()
1900 local block_state deflate_fast(s, flush) in deflate_fast()
[all …]
/third_party/node/deps/v8/third_party/zlib/
Ddeflate.c85 } block_state; typedef
87 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
93 local block_state deflate_stored OF((deflate_state *s, int flush));
94 local block_state deflate_fast OF((deflate_state *s, int flush));
96 local block_state deflate_slow OF((deflate_state *s, int flush));
98 local block_state deflate_rle OF((deflate_state *s, int flush));
99 local block_state deflate_huff OF((deflate_state *s, int flush));
1052 block_state bstate;
1729 local block_state deflate_stored(s, flush) in deflate_stored()
1916 local block_state deflate_fast(s, flush) in deflate_fast()
[all …]
/third_party/zlib/
Ddeflate.c71 } block_state; typedef
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
79 local block_state deflate_stored OF((deflate_state *s, int flush));
80 local block_state deflate_fast OF((deflate_state *s, int flush));
82 local block_state deflate_slow OF((deflate_state *s, int flush));
84 local block_state deflate_rle OF((deflate_state *s, int flush));
85 local block_state deflate_huff OF((deflate_state *s, int flush));
1052 block_state bstate;
1690 local block_state deflate_stored(s, flush) in deflate_stored()
1877 local block_state deflate_fast(s, flush) in deflate_fast()
[all …]
/third_party/node/deps/zlib/patches/
D0006-fix-check_match.patch25 @@ -2060,7 +2060,13 @@ local block_state deflate_slow(s, flush)
D0001-simd.patch557 @@ -86,7 +87,7 @@ local block_state deflate_huff OF((deflate_state *s, int flush));
755 @@ -1847,7 +1892,7 @@ local block_state deflate_fast(s, flush)
764 @@ -1878,7 +1923,7 @@ local block_state deflate_fast(s, flush)
773 @@ -1950,7 +1995,7 @@ local block_state deflate_slow(s, flush)
782 @@ -2001,7 +2046,7 @@ local block_state deflate_slow(s, flush)
791 @@ -2161,3 +2206,37 @@ local block_state deflate_huff(s, flush)
/third_party/skia/third_party/externals/zlib/patches/
D0006-fix-check_match.patch25 @@ -2060,7 +2060,13 @@ local block_state deflate_slow(s, flush)
D0001-simd.patch557 @@ -86,7 +87,7 @@ local block_state deflate_huff OF((deflate_state *s, int flush));
755 @@ -1847,7 +1892,7 @@ local block_state deflate_fast(s, flush)
764 @@ -1878,7 +1923,7 @@ local block_state deflate_fast(s, flush)
773 @@ -1950,7 +1995,7 @@ local block_state deflate_slow(s, flush)
782 @@ -2001,7 +2046,7 @@ local block_state deflate_slow(s, flush)
791 @@ -2161,3 +2206,37 @@ local block_state deflate_huff(s, flush)
/third_party/node/deps/v8/third_party/zlib/patches/
D0006-fix-check_match.patch25 @@ -2060,7 +2060,13 @@ local block_state deflate_slow(s, flush)
D0001-simd.patch557 @@ -86,7 +87,7 @@ local block_state deflate_huff OF((deflate_state *s, int flush));
755 @@ -1847,7 +1892,7 @@ local block_state deflate_fast(s, flush)
764 @@ -1878,7 +1923,7 @@ local block_state deflate_fast(s, flush)
773 @@ -1950,7 +1995,7 @@ local block_state deflate_slow(s, flush)
782 @@ -2001,7 +2046,7 @@ local block_state deflate_slow(s, flush)
791 @@ -2161,3 +2206,37 @@ local block_state deflate_huff(s, flush)
/third_party/node/deps/v8/src/parsing/
Dpreparser.cc167 BlockState block_state(&scope_, inner_scope); in PreParseFunction() local
Dparser-base.h2680 std::unique_ptr<BlockState> block_state; in ParseObjectPropertyDefinition() local
2683 block_state.reset(new BlockState(&scope_, object_literal_scope_)); in ParseObjectPropertyDefinition()
2717 std::unique_ptr<BlockState> block_state; in ParseObjectPropertyDefinition() local
2720 block_state.reset(new BlockState(&scope_, object_literal_scope_)); in ParseObjectPropertyDefinition()
4333 BlockState block_state(&scope_, inner_scope); in ParseFunctionBody()
4578 BlockState block_state(&scope_, scope()->outer_scope()); in ParseArrowFunctionLiteral()
4706 BlockState block_state(&scope_, class_scope); in ParseClassLiteral()
5334 BlockState block_state(&scope_, block_scope); in ParseBlock()
5374 BlockState block_state(zone(), &scope_); in ParseScopedStatement()
5697 BlockState block_state(&scope_, with_scope); in ParseWithStatement()
[all …]
Dparser.cc965 BlockState block_state(&scope_, outer); in DoParseFunction() local
2361 BlockState block_state(&scope_, inner_scope); in DesugarLexicalBindingsInForStatement() local
2956 BlockState block_state(&scope_, scope()->AsDeclarationScope()); in BuildParameterInitializationBlock() local
3322 BlockState block_state(&scope_, inner_scope); in InsertShadowingVarBindingInitializers() local