Searched refs:work_chunks (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dv.c | 187 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()
|
D | dv.h | 54 DVwork_chunk work_chunks[4 * 12 * 27]; member
|
D | dvdec.c | 611 avctx->execute(avctx, dv_decode_video_segment, s->work_chunks, NULL, in dvvideo_decode_frame()
|
D | dvenc.c | 1190 c->execute(c, dv_encode_video_segment, s->work_chunks, NULL, in dvvideo_encode_frame()
|