Searched refs:block_pos (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | wmadec.c | 489 if ((s->block_pos + s->block_len) > s->frame_len) { in wma_decode_block() 754 index = (s->frame_len / 2) + s->block_pos - n4; in wma_decode_block() 760 s->block_pos += s->block_len; in wma_decode_block() 761 if (s->block_pos >= s->frame_len) in wma_decode_block() 780 s->block_pos = 0; in wma_decode_frame()
|
D | wma.h | 110 int block_pos; ///< current position in frame member
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.h | 245 uint32_t block_pos, 257 const uint32_t block_pos = 0; member 320 << " block_pos: " << di.block_pos << " num_uses: " << di.num_uses
|
D | function.cc | 727 : inst(def_inst), block_pos(the_block_pos), index(the_index) {} in DefInfo() 4699 const auto block_pos = block_info->pos; in RegisterLocallyDefinedValues() local 4705 def_info_[result_id] = std::make_unique<DefInfo>(inst, block_pos, index); in RegisterLocallyDefinedValues() 4831 const auto block_pos = block_info->pos; in FindValuesNeedingNamedOrHoistedDefinition() local 4834 inst.ForEachInId([this, block_pos, block_info](const uint32_t* id_ptr) { in FindValuesNeedingNamedOrHoistedDefinition() 4840 def_info->last_use_pos = std::max(def_info->last_use_pos, block_pos); in FindValuesNeedingNamedOrHoistedDefinition() 4844 const auto defining_block = block_order_[def_info->block_pos]; in FindValuesNeedingNamedOrHoistedDefinition() 4862 uint32_t first_pos = block_pos; in FindValuesNeedingNamedOrHoistedDefinition() 4863 uint32_t last_pos = block_pos; in FindValuesNeedingNamedOrHoistedDefinition() 4910 const auto first_pos = def_info->block_pos; in FindValuesNeedingNamedOrHoistedDefinition()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 4255 block_pos(LifetimePosition::MaxPosition()); in AllocateBlockedReg() local 4263 block_pos[cur_reg] = use_pos[cur_reg] = in AllocateBlockedReg() 4267 block_pos[cur_reg]); in AllocateBlockedReg() 4279 block_pos[aliased_reg] = use_pos[aliased_reg] = in AllocateBlockedReg() 4283 std::min(block_pos[aliased_reg], in AllocateBlockedReg() 4301 DCHECK_LE(use_pos[cur_reg], block_pos[cur_reg]); in AllocateBlockedReg() 4302 if (block_pos[cur_reg] <= range->NextStart()) break; in AllocateBlockedReg() 4311 block_pos[cur_reg] = std::min(block_pos[cur_reg], next_intersection); in AllocateBlockedReg() 4312 use_pos[cur_reg] = std::min(block_pos[cur_reg], use_pos[cur_reg]); in AllocateBlockedReg() 4324 block_pos[aliased_reg] = in AllocateBlockedReg() [all …]
|