Home
last modified time | relevance | path

Searched refs:curr_block (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dra144enc.c455 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
509 ra144_encode_subblock(ractx, ractx->curr_block + i * BLOCKSIZE, in ra144_encode_frame()
520 ractx->curr_block[i] = samples[i] >> 2; in ra144_encode_frame()
526 memset(&ractx->curr_block[i], 0, in ra144_encode_frame()
527 (NBLOCKS * BLOCKSIZE - i) * sizeof(*ractx->curr_block)); in ra144_encode_frame()
H A Dra144.h57 int16_t curr_block[NBLOCKS * BLOCKSIZE]; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc2811 const InstructionBlock* curr_block = data_->GetBlock(current); in PopulateDeferredBlockRegion() local
2813 if (IsDeferredBlockBoundary(curr_block->predecessors())) { in PopulateDeferredBlockRegion()
2815 data_->block_state(curr_block->predecessors()[0]) in PopulateDeferredBlockRegion()
2819 for (RpoNumber pred : curr_block->predecessors()) { in PopulateDeferredBlockRegion()
2829 if (IsDeferredBlockBoundary(curr_block->successors())) { in PopulateDeferredBlockRegion()
2834 for (RpoNumber succ : curr_block->successors()) { in PopulateDeferredBlockRegion()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.h172 unsigned curr_block; member
H A Ddxil_module.c1882 def->curr_block = 0; in dxil_add_function_def()
2720 m->cur_emitting_func->curr_block++; in dxil_emit_branch()
2833 m->cur_emitting_func->curr_block++; in dxil_emit_ret_void()
3369 !emit_record_int(m, FUNC_CODE_DECLAREBLOCKS, func->curr_block)) in emit_function()
H A Dnir_to_dxil.c5064 ctx->mod.cur_emitting_func->basic_block_ids[block->index] = ctx->mod.cur_emitting_func->curr_block; in emit_block()

Completed in 21 milliseconds