Home
last modified time | relevance | path

Searched refs:execute2 (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhapdec.c376 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()
Dv410dec.c112 avctx->execute2(avctx, v410_decode_slice, &td, NULL, thread_count); in v410_decode_frame()
Ddsddec.c111 avctx->execute2(avctx, dsd_channel, &td, NULL, avctx->channels); in decode_frame()
Dv210dec.c189 avctx->execute2(avctx, v210_decode_slice, &td, NULL, s->thread_count); in decode_frame()
Dpthread_slice.c170 avctx->execute2 = thread_execute2; in ff_slice_thread_init()
Doptions.c135 s->execute2 = avcodec_default_execute2; in init_context_defaults()
Ddnxhdenc.c1019 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()
Dhqx.c506 avctx->execute2(avctx, decode_slice_thread, NULL, NULL, 16); in hqx_decode_frame()
Ddds.c679 avctx->execute2(avctx, decompress_texture_thread, frame, NULL, ctx->slice_count); in dds_decode()
Davcodec.h1844 …int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jo… member
Dproresdec2.c742 avctx->execute2(avctx, decode_slice_thread, NULL, NULL, ctx->slice_count); in decode_picture()
Dmagicyuv.c649 avctx->execute2(avctx, s->magy_decode_slice, NULL, NULL, s->nb_slices); in magy_decode_frame()
Ddnxhddec.c661 avctx->execute2(avctx, dnxhd_decode_row, picture, NULL, ctx->mb_height); in dnxhd_decode_frame()
Dvp56.c647 avctx->execute2(avctx, ff_vp56_decode_mbs, 0, 0, (avctx->pix_fmt == AV_PIX_FMT_YUVA420P) + 1); in ff_vp56_decode_frame()
Ddxv.c1220 avctx->execute2(avctx, decompress_texture_thread, in dxv_decode()
Dproresenc_kostya.c1074 ret = avctx->execute2(avctx, find_quant_thread, (void*)pic, NULL, in encode_frame()
Dvp8.c2782 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()
Dwavpack.c1681 avctx->execute2(avctx, dsd_channel, s->frame, NULL, avctx->channels); in wavpack_decode_frame()
Dexr.c2189 avctx->execute2(avctx, decode_block, s->thread_data, NULL, nb_blocks); in decode_frame()
Ddiracdec.c1007 avctx->execute2(avctx, decode_hq_slice_row, slices, NULL, s->num_y); in decode_lowdelay()
Djpeg2000dec.c2548 avctx->execute2(avctx, jpeg2000_decode_tile, picture, NULL, s->numXtiles * s->numYtiles); in jpeg2000_decode_frame()
Dhevcdec.c2700 … 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/
Dmultithreading.txt7 AVCodecContext execute() and execute2().