Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dgen_loader.c75 size_t off = gen->data_cur - gen->data_start; in realloc_data_buf()
92 gen->data_cur = data_start + off; in realloc_data_buf()
164 prev = gen->data_cur; in add_data()
166 memcpy(gen->data_cur, data, size); in add_data()
167 memcpy(gen->data_cur + size, &zero, size8 - size); in add_data()
169 memset(gen->data_cur, 0, size8); in add_data()
171 gen->data_cur += size8; in add_data()
403 opts->data_sz = gen->data_cur - gen->data_start; in bpf_gen__finish()
H A Dbpf_gen_internal.h34 void *data_cur; member
/third_party/ffmpeg/libavfilter/
H A Dvf_minterpolate.c252 uint8_t *data_cur = me_ctx->data_cur; in get_sbad() local
265 data_cur += (y + mv_y) * linesize; in get_sbad()
270 sbad += FFABS(data_cur[x + mv_x + i + j * linesize] - data_next[x - mv_x + i + j * linesize]); in get_sbad()
277 uint8_t *data_cur = me_ctx->data_cur; in get_sbad_ob() local
296 sbad += FFABS(data_cur[x + mv_x + i + (y + mv_y + j) * linesize] - data_next[x - mv_x + i + (y - mv_y + j) * linesize]); in get_sbad_ob()
304 uint8_t *data_cur = me_ctx->data_cur; in get_sad_ob() local
322 sad += FFABS(data_ref[x_mv + i + (y_mv + j) * linesize] - data_cur[ in get_sad_ob()
[all...]
H A Dmotion_estimation.c64 uint8_t *data_cur = me_ctx->data_cur; in ff_me_cmp_sad() local
69 data_cur += y_mb * linesize; in ff_me_cmp_sad()
73 sad += FFABS(data_ref[x_mv + i + j * linesize] - data_cur[x_mb + i + j * linesize]); in ff_me_cmp_sad()
H A Dmotion_estimation.h42 uint8_t *data_cur, *data_ref; member
H A Dvf_mestimate.c183 me_ctx->data_cur = s->cur->data[0]; in filter_frame()

Completed in 7 milliseconds