/third_party/ffmpeg/libavcodec/ |
D | hapdec.c | 376 avctx->execute2(avctx, decompress_chunks_thread, NULL, in hap_decode() 389 avctx->execute2(avctx, decompress_texture_thread, tframe.f, NULL, ctx->slice_count); in hap_decode() 392 avctx->execute2(avctx, decompress_texture2_thread, tframe.f, NULL, ctx->slice_count); in hap_decode()
|
D | v410dec.c | 112 avctx->execute2(avctx, v410_decode_slice, &td, NULL, thread_count); in v410_decode_frame()
|
D | dsddec.c | 111 avctx->execute2(avctx, dsd_channel, &td, NULL, avctx->channels); in decode_frame()
|
D | v210dec.c | 189 avctx->execute2(avctx, v210_decode_slice, &td, NULL, s->thread_count); in decode_frame()
|
D | pthread_slice.c | 170 avctx->execute2 = thread_execute2; in ff_slice_thread_init()
|
D | options.c | 135 s->execute2 = avcodec_default_execute2; in init_context_defaults()
|
D | dnxhdenc.c | 1019 avctx->execute2(avctx, dnxhd_calc_bits_thread, in dnxhd_encode_rdo() 1103 ctx->m.avctx->execute2(ctx->m.avctx, dnxhd_calc_bits_thread, in dnxhd_find_qscale() 1229 avctx->execute2(avctx, dnxhd_mb_var_thread, in dnxhd_encode_fast() 1305 avctx->execute2(avctx, dnxhd_encode_thread, buf, NULL, ctx->m.mb_height); in dnxhd_encode_picture()
|
D | hqx.c | 506 avctx->execute2(avctx, decode_slice_thread, NULL, NULL, 16); in hqx_decode_frame()
|
D | dds.c | 679 avctx->execute2(avctx, decompress_texture_thread, frame, NULL, ctx->slice_count); in dds_decode()
|
D | avcodec.h | 1844 …int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jo… member
|
D | proresdec2.c | 742 avctx->execute2(avctx, decode_slice_thread, NULL, NULL, ctx->slice_count); in decode_picture()
|
D | magicyuv.c | 649 avctx->execute2(avctx, s->magy_decode_slice, NULL, NULL, s->nb_slices); in magy_decode_frame()
|
D | dnxhddec.c | 661 avctx->execute2(avctx, dnxhd_decode_row, picture, NULL, ctx->mb_height); in dnxhd_decode_frame()
|
D | vp56.c | 647 avctx->execute2(avctx, ff_vp56_decode_mbs, 0, 0, (avctx->pix_fmt == AV_PIX_FMT_YUVA420P) + 1); in ff_vp56_decode_frame()
|
D | dxv.c | 1220 avctx->execute2(avctx, decompress_texture_thread, in dxv_decode()
|
D | proresenc_kostya.c | 1074 ret = avctx->execute2(avctx, find_quant_thread, (void*)pic, NULL, in encode_frame()
|
D | vp8.c | 2782 avctx->execute2(avctx, vp7_decode_mb_row_sliced, s->thread_data, NULL, in vp78_decode_frame() 2785 avctx->execute2(avctx, vp8_decode_mb_row_sliced, s->thread_data, NULL, in vp78_decode_frame()
|
D | wavpack.c | 1681 avctx->execute2(avctx, dsd_channel, s->frame, NULL, avctx->channels); in wavpack_decode_frame()
|
D | exr.c | 2189 avctx->execute2(avctx, decode_block, s->thread_data, NULL, nb_blocks); in decode_frame()
|
D | diracdec.c | 1007 avctx->execute2(avctx, decode_hq_slice_row, slices, NULL, s->num_y); in decode_lowdelay()
|
D | jpeg2000dec.c | 2548 avctx->execute2(avctx, jpeg2000_decode_tile, picture, NULL, s->numXtiles * s->numYtiles); in jpeg2000_decode_frame()
|
D | hevcdec.c | 2700 … s->avctx->execute2(s->avctx, hls_decode_entry_wpp, arg, ret, s->sh.num_entry_point_offsets + 1); in hls_slice_data_wpp()
|
/third_party/ffmpeg/doc/ |
D | multithreading.txt | 7 AVCodecContext execute() and execute2().
|