H A D | proresenc_kostya.c | 249 int mbs_per_slice; member 277 int mbs_per_slice, int blocks_per_mb, int is_chroma) in get_slice_data() 284 for (i = 0; i < mbs_per_slice; i++, src += mb_width) { in get_slice_data() 286 memset(blocks, 0, 64 * (mbs_per_slice - i) * blocks_per_mb in get_slice_data() 347 int16_t *blocks, int mbs_per_slice, int abits) in get_alpha_data() 349 const int slice_width = 16 * mbs_per_slice; in get_alpha_data() 470 int mbs_per_slice, int16_t *blocks, in encode_slice_plane() 474 int blocks_per_slice = mbs_per_slice * blocks_per_mb; in encode_slice_plane() 515 int mbs_per_slice, uint16_t *blocks, in encode_alpha_plane() 520 const int num_coeffs = mbs_per_slice * 25 in encode_alpha_plane() 274 get_slice_data(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int x, int y, int w, int h, int16_t *blocks, uint16_t *emu_buf, int mbs_per_slice, int blocks_per_mb, int is_chroma) get_slice_data() argument 345 get_alpha_data(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int x, int y, int w, int h, int16_t *blocks, int mbs_per_slice, int abits) get_alpha_data() argument 468 encode_slice_plane(ProresContext *ctx, PutBitContext *pb, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int16_t *blocks, int blocks_per_mb, int plane_size_factor, const int16_t *qmat) encode_slice_plane() argument 514 encode_alpha_plane(ProresContext *ctx, PutBitContext *pb, int mbs_per_slice, uint16_t *blocks, int quant) encode_alpha_plane() argument 543 encode_slice(AVCodecContext *avctx, const AVFrame *pic, PutBitContext *pb, int sizes[4], int x, int y, int quant, int mbs_per_slice) encode_slice() argument 716 estimate_slice_plane(ProresContext *ctx, int *error, int plane, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int blocks_per_mb, int plane_size_factor, const int16_t *qmat, ProresThreadData *td) estimate_slice_plane() argument 749 estimate_alpha_plane(ProresContext *ctx, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int16_t *blocks) estimate_alpha_plane() argument 791 find_slice_quant(AVCodecContext *avctx, int trellis_node, int x, int y, int mbs_per_slice, ProresThreadData *td) find_slice_quant() argument 965 int mbs_per_slice = ctx->mbs_per_slice; find_quant_thread() local 1067 int mbs_per_slice = ctx->mbs_per_slice; encode_frame() local [all...] |