Searched refs:encode_slice (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | magicyuvenc.c | 377 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()
|
D | proresenc_anatoliy.c | 537 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()
|
D | proresenc_kostya.c | 551 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()
|
D | ffv1enc.c | 1042 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()
|