Searched refs:ProresContext (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresdec2.c | 144 ProresContext *ctx = avctx->priv_data; in decode_init() 207 static int decode_frame_header(ProresContext *ctx, const uint8_t *buf, in decode_frame_header() 328 ProresContext *ctx = avctx->priv_data; in decode_picture_header() 503 ProresContext *ctx = avctx->priv_data; in decode_ac_coeffs() 548 ProresContext *ctx = avctx->priv_data; in decode_slice_luma() 582 ProresContext *ctx = avctx->priv_data; in decode_slice_chroma() 614 static void decode_slice_alpha(ProresContext *ctx, in decode_slice_alpha() 646 ProresContext *ctx = avctx->priv_data; in decode_slice_thread() 764 ProresContext *ctx = avctx->priv_data; in decode_picture() 784 ProresContext *ct in decode_frame() [all...] |
H A D | proresenc_kostya.c | 231 typedef struct ProresContext { struct 272 } ProresContext; typedef 274 static void get_slice_data(ProresContext *ctx, const uint16_t *src, in get_slice_data() 345 static void get_alpha_data(ProresContext *ctx, const uint16_t *src, in get_alpha_data() 468 static void encode_slice_plane(ProresContext *ctx, PutBitContext *pb, in encode_slice_plane() 514 static void encode_alpha_plane(ProresContext *ctx, PutBitContext *pb, in encode_alpha_plane() 548 ProresContext *ctx = avctx->priv_data; in encode_slice() 716 static int estimate_slice_plane(ProresContext *ctx, int *error, int plane, in estimate_slice_plane() 749 static int estimate_alpha_plane(ProresContext *ctx, in estimate_alpha_plane() 795 ProresContext *ct in find_slice_quant() [all...] |
H A D | proresenc_anatoliy.c | 200 } ProresContext; typedef 385 ProresContext* ctx = avctx->priv_data; in encode_slice_data() 544 ProresContext* ctx = avctx->priv_data; in encode_slice() 660 ProresContext *ctx = avctx->priv_data; in prores_encode_picture() 724 ProresContext *ctx = avctx->priv_data; in prores_encode_frame() 815 ProresContext* ctx = avctx->priv_data; in prores_encode_init() 916 ProresContext* ctx = avctx->priv_data; in prores_encode_close() 923 #define OFFSET(x) offsetof(ProresContext, x) 949 .priv_data_size = sizeof(ProresContext), 965 .priv_data_size = sizeof(ProresContext), [all...] |
H A D | proresdec.h | 56 } ProresContext; typedef
|
H A D | videotoolbox.c | 1128 ProresContext *ctx = avctx->priv_data; in videotoolbox_prores_end_frame()
|
Completed in 8 milliseconds