Home
last modified time | relevance | path

Searched refs:prev_index (Results 1 – 7 of 7) sorted by relevance

/third_party/f2fs-tools/tools/
Df2fstat.c235 int i, len, prev_index = 0; in print_head() local
245 prev_index = ptr_buf - buf - 1; in print_head()
247 len = (ptr_buf - buf) - 1 - prev_index; in print_head()
248 __make_head(head, prev_index, 0, len); in print_head()
249 prev_index = ptr_buf - buf - 1; in print_head()
251 len = (ptr_buf - buf) - 1 - prev_index; in print_head()
252 __make_head(head, prev_index, 1, len); in print_head()
253 prev_index = ptr_buf - buf - 1; in print_head()
255 len = (ptr_buf - buf) - 1 - prev_index; in print_head()
256 __make_head(head, prev_index, 2, len); in print_head()
[all …]
/third_party/ffmpeg/libavcodec/
Dmimic.c52 int prev_index; member
133 ctx->prev_index = 0; in mimic_decode_init()
163 dst->prev_index = src->next_prev_index; in mimic_decode_update_thread_context()
269 const uint8_t *src = ctx->frames[ctx->prev_index].f->data[plane]; in decode()
299 ctx->frames[ctx->prev_index].f->data[plane]; in decode()
307 ff_thread_await_progress(&ctx->frames[ctx->prev_index], in decode()
392 if (is_pframe && !ctx->frames[ctx->prev_index].f->data[0]) { in mimic_decode_frame()
432 ctx->prev_index = ctx->next_prev_index; in mimic_decode_frame()
/third_party/mindspore/mindspore/lite/tools/common/
Dgraph_util.h198 size_t prev_index = -1; in SparsityCompress() local
203 if (nz_value != zp || (di - prev_index) >= (size_t)(1 << coor_best_bit)) { in SparsityCompress()
205 coors[coors_index++] = di - prev_index - 1; in SparsityCompress()
206 prev_index = di; in SparsityCompress()
244 size_t prev_index = -1; in CalCoorBestBit() local
250 if (quant_data[i] != zp || (i - prev_index) >= (size_t)(1 << bit)) { in CalCoorBestBit()
252 prev_index = i; in CalCoorBestBit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c383 unsigned prev_index = num_methods - 1; in si_test_dma_perf() local
384 struct si_result *prev = methods[prev_index]; in si_test_dma_perf()
404 method_max_size[prev_index] = size; in si_test_dma_perf()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dpooling_grad.c95 static int32x4_t MaxIndex(float32x4_t in, float32x4_t *max, int32x4_t index, int32x4_t prev_index) { in MaxIndex() argument
97 int32x4_t m_index = vbslq_s32(res, index, prev_index); in MaxIndex()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dpooling_grad.c95 static int32x4_t MaxIndex(float16x4_t in, float16x4_t *max, uint32x4_t index, uint32x4_t prev_index in MaxIndex() argument
99 int32x4_t m_index = vbslq_s32(res_tmp, index, prev_index); in MaxIndex()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c780 unsigned prev_index = index_for_handle[bo->gem_handle]; in submit_batch() local
781 if (prev_index > 0) { in submit_batch()
783 validation_list[prev_index].flags |= EXEC_OBJECT_WRITE; in submit_batch()