Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmimic.c54 int prev_index; member
135 ctx->prev_index = 0; in mimic_decode_init()
165 dst->prev_index = src->next_prev_index; in mimic_decode_update_thread_context()
271 const uint8_t *src = ctx->frames[ctx->prev_index].f->data[plane]; in decode()
301 ctx->frames[ctx->prev_index].f->data[plane]; in decode()
309 ff_thread_await_progress(&ctx->frames[ctx->prev_index], in decode()
394 if (is_pframe && !ctx->frames[ctx->prev_index].f->data[0]) { in mimic_decode_frame()
434 ctx->prev_index = ctx->next_prev_index; in mimic_decode_frame()
/third_party/ffmpeg/libavfilter/
H A Dvf_siti.c221 int prev_index; in calculate_motion() local
235 prev_index = j * s->width + i; \ in calculate_motion()
238 motion = curr_data - vdst[prev_index]; \ in calculate_motion()
239 vdst[prev_index] = curr_data; \ in calculate_motion()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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/node/deps/v8/src/runtime/
H A Druntime-strings.cc446 int prev_index = -1; // Start at -1 to avoid special-casing the first match. in RUNTIME_FUNCTION() local
448 const int slice_start = prev_index + 1; in RUNTIME_FUNCTION()
454 prev_index = index; in RUNTIME_FUNCTION()
457 if (prev_index < string_length - 1) { in RUNTIME_FUNCTION()
458 builder.AddSubjectSlice(prev_index + 1, string_length); in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c925 unsigned prev_index = index_for_handle[bo->gem_handle]; in submit_batch() local
926 if (prev_index > 0) { in submit_batch()
928 validation_list[prev_index].flags |= EXEC_OBJECT_WRITE; in submit_batch()
/third_party/backends/frontend/
H A Dscanimage.c811 int index = -1, prev_index = 0; in parse_vector() local
864 slope = ((double) value - v) / (index - prev_index); in parse_vector()
866 for (i = prev_index + 1; i < index; ++i) in parse_vector()
873 prev_index = index; in parse_vector()

Completed in 9 milliseconds