Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmagicyuvenc.c377 static int encode_slice(uint8_t *src, uint8_t *dst, int dst_size, in encode_slice() function
509 slice_size = encode_slice(s->slices[i], pkt->data + bytestream2_tell_p(&pb), in magy_encode_frame()
Dproresenc_anatoliy.c537 static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x, in encode_slice() function
698 sl_size = encode_slice(avctx, pic, mb_x, mb_y, slice_mb_count, in prores_encode_picture()
Dproresenc_kostya.c551 static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, in encode_slice() function
1126 ret = encode_slice(avctx, pic, &pb, sizes, x, y, q, in encode_frame()
Dffv1enc.c1042 static int encode_slice(AVCodecContext *c, void *arg) in encode_slice() function
1230 avctx->execute(avctx, encode_slice, &f->slice_context[0], NULL, in encode_frame()