Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dra144enc.c458 lpc_data[i] = ractx->curr_block[BLOCKSIZE + BLOCKSIZE / 2 + i]; in ra144_encode_frame()
512 ra144_encode_subblock(ractx, ractx->curr_block + i * BLOCKSIZE, in ra144_encode_frame()
523 ractx->curr_block[i] = samples[i] >> 2; in ra144_encode_frame()
529 memset(&ractx->curr_block[i], 0, in ra144_encode_frame()
530 (NBLOCKS * BLOCKSIZE - i) * sizeof(*ractx->curr_block)); in ra144_encode_frame()
Dra144.h57 int16_t curr_block[NBLOCKS * BLOCKSIZE]; member
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h172 unsigned curr_block; member
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()
Dnir_to_dxil.c5064 …ctx->mod.cur_emitting_func->basic_block_ids[block->index] = ctx->mod.cur_emitting_func->curr_block; in emit_block()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h47610 ext4_lblk_t curr_block; member