Home
last modified time | relevance | path

Searched refs:work_chunks (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddv.c187 dv_calc_mb_coordinates(d, c, s, j, &ctx->work_chunks[i].mb_coordinates[0]); in ff_dv_init_dynamic_tables()
188 ctx->work_chunks[i++].buf_offset = p; in ff_dv_init_dynamic_tables()
Ddv.h54 DVwork_chunk work_chunks[4 * 12 * 27]; member
Ddvdec.c611 avctx->execute(avctx, dv_decode_video_segment, s->work_chunks, NULL, in dvvideo_decode_frame()
Ddvenc.c1190 c->execute(c, dv_encode_video_segment, s->work_chunks, NULL, in dvvideo_encode_frame()