/third_party/ffmpeg/libavcodec/ |
H A D | snowenc.c | 223 uint8_t p_state[sizeof(s->block_state)]; in encode_q_branch() 224 uint8_t i_state[sizeof(s->block_state)]; in encode_q_branch() 265 av_assert0(sizeof(s->block_state) >= 256); in encode_q_branch() 364 memcpy(p_state, s->block_state, sizeof(s->block_state)); in encode_q_branch() 396 memcpy(i_state, s->block_state, sizeof(s->block_state)); in encode_q_branch() 423 put_rac(&s->c, &s->block_state[4 + s_context], 0); in encode_q_branch() 441 memcpy(s->block_state, i_state, sizeof(s->block_state)); in encode_q_branch() [all...] |
H A D | snowdec.c | 172 if(level==s->block_max_depth || get_rac(&s->c, &s->block_state[4 + s_context])){ in decode_q_branch() 182 type= get_rac(&s->c, &s->block_state[1 + left->type + top->type]) ? BLOCK_INTRA : 0; in decode_q_branch() 186 ld = get_symbol(&s->c, &s->block_state[32], 1); in decode_q_branch() 192 cbd = get_symbol(&s->c, &s->block_state[64], 1); in decode_q_branch() 193 crd = get_symbol(&s->c, &s->block_state[96], 1); in decode_q_branch() 202 ref= get_symbol(&s->c, &s->block_state[128 + 1024 + 32*ref_context], 0); in decode_q_branch() 208 mx+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(mx_context + 16*!!ref)], 1); in decode_q_branch() 209 my+= (unsigned)get_symbol(&s->c, &s->block_state[128 + 32*(my_context + 16*!!ref)], 1); in decode_q_branch()
|
H A D | snow.c | 111 memset(s->block_state, MID_STATE, sizeof(s->block_state)); in ff_snow_reset_contexts()
|
H A D | snow.h | 134 uint8_t block_state[128 + 32*128]; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 155 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 in EndBlock() local 1747 BlockState& block_state = data_->block_state(successor); CloneStateFrom() local 1763 BlockState& block_state = data_->block_state(successor); MergeStateFrom() local 2854 BlockState& block_state = data_->block_state(block->rpo_number()); InitializeBlockState() local [all...] |
H A D | mid-tier-register-allocator.h | 81 BlockState& block_state(RpoNumber rpo_number);
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 71 } block_state;
typedef 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
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));
867 block_state bstate;
1508 local block_state deflate_stored(s, flush)
in deflate_stored() 1566 local block_state deflate_fas [all...] |
/third_party/node/deps/zlib/ |
H A D | deflate.c | 81 } 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); 1218 block_state bstate; in deflate() 1684 local block_state deflate_stored(deflate_state *s, int flush) { in deflate_stored() 1868 local block_state deflate_fas [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 85 } block_state; typedef 87 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 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_fas [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 85 } block_state; typedef 87 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 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_fas [all...] |
/third_party/zlib/ |
H A D | deflate.c | 68 } block_state; typedef 70 typedef block_state (*compress_func)(deflate_state *s, int flush); 73 local block_state deflate_stored(deflate_state *s, int flush); 74 local block_state deflate_fast(deflate_state *s, int flush); 76 local block_state deflate_slow(deflate_state *s, int flush); 78 local block_state deflate_rle(deflate_state *s, int flush); 79 local block_state deflate_huff(deflate_state *s, int flush); 1188 block_state bstate; in deflate() 1638 local block_state deflate_stored(deflate_state *s, int flush) in deflate_stored() 1823 local block_state deflate_fas [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.cc | 167 BlockState block_state(&scope_, inner_scope); in PreParseFunction()
|
H A D | parser-base.h | 2680 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() 4335 BlockState block_state(&scope_, inner_scope); in ParseFunctionBody() 4580 BlockState block_state(&scope_, scope()->outer_scope()); in ParseArrowFunctionLiteral() 4708 BlockState block_state(&scope_, class_scope); in ParseClassLiteral() 5336 BlockState block_state(&scope_, block_scope); in ParseBlock() 5376 BlockState block_state(zone(), &scope_); in ParseScopedStatement() 5699 BlockState block_state( in ParseWithStatement() [all...] |
H A D | parser.cc | 965 BlockState block_state(&scope_, outer); in DoParseFunction() 2364 BlockState block_state(&scope_, inner_scope); in DesugarLexicalBindingsInForStatement() 2959 BlockState block_state(&scope_, scope()->AsDeclarationScope()); in BuildParameterInitializationBlock() 3325 BlockState block_state(&scope_, inner_scope); in InsertShadowingVarBindingInitializers()
|