Searched refs:mbs_per_slice (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c202 int mbs_per_slice; member in struct:ProresContext
229 int mbs_per_slice, int blocks_per_mb, int is_chroma)
236 for (i = 0; i < mbs_per_slice; i++, src += mb_width) {
238 memset(blocks, 0, 64 * (mbs_per_slice - i) * blocks_per_mb
299 int16_t *blocks, int mbs_per_slice, int abits)
301 const int slice_width = 16 * mbs_per_slice;
422 int mbs_per_slice, int16_t *blocks,
429 blocks_per_slice = mbs_per_slice * blocks_per_mb;
474 int mbs_per_slice, uint16_t *blocks,
479 const int num_coeffs = mbs_per_slice * 25
226 get_slice_data(ProresContext *ctx, const uint16_t *src, int 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) argument
297 get_alpha_data(ProresContext *ctx, const uint16_t *src, int linesize, int x, int y, int w, int h, int16_t *blocks, int mbs_per_slice, int abits) argument
420 encode_slice_plane(ProresContext *ctx, PutBitContext *pb, const uint16_t *src, int linesize, int mbs_per_slice, int16_t *blocks, int blocks_per_mb, int plane_size_factor, const int16_t *qmat) argument
473 encode_alpha_plane(ProresContext *ctx, PutBitContext *pb, int mbs_per_slice, uint16_t *blocks, int quant) argument
505 encode_slice(AVCodecContext *avctx, const AVFrame *pic, PutBitContext *pb, int sizes[4], int x, int y, int quant, int mbs_per_slice) argument
671 estimate_slice_plane(ProresContext *ctx, int *error, int plane, const uint16_t *src, int linesize, int mbs_per_slice, int blocks_per_mb, int plane_size_factor, const int16_t *qmat, ProresThreadData *td) argument
705 estimate_alpha_plane(ProresContext *ctx, int *error, const uint16_t *src, int linesize, int mbs_per_slice, int quant, int16_t *blocks) argument
749 find_slice_quant(AVCodecContext *avctx, const AVFrame *pic, int trellis_node, int x, int y, int mbs_per_slice, ProresThreadData *td) argument
911 int mbs_per_slice = ctx->mbs_per_slice; local
1015 int mbs_per_slice = ctx->mbs_per_slice; local
[all...]
H A Dproresdec_lgpl.c427 int linesize, int mbs_per_slice,
435 blocks_per_slice = mbs_per_slice * blocks_per_mb;
452 for (mb_num = 0; mb_num < mbs_per_slice; mb_num++, out_ptr += blocks_per_mb * 4) {
467 for (mb_num = 0; mb_num < mbs_per_slice; mb_num++, out_ptr += blocks_per_mb * 4) {
533 int mbs_per_slice)
544 unpack_alpha(&gb, td->blocks, mbs_per_slice * 4 * 64, 16);
546 unpack_alpha(&gb, td->blocks, mbs_per_slice * 4 * 64, 8);
551 memcpy(out_ptr, block_ptr, 16 * mbs_per_slice * sizeof(*out_ptr));
553 block_ptr += 16 * mbs_per_slice;
565 int mbs_per_slice local
424 decode_slice_plane(ProresContext *ctx, ProresThreadData *td, const uint8_t *buf, int data_size, uint16_t *out_ptr, int linesize, int mbs_per_slice, int blocks_per_mb, int plane_size_factor, const int16_t *qmat, int is_chroma) argument
530 decode_alpha_plane(ProresContext *ctx, ProresThreadData *td, const uint8_t *buf, int data_size, uint16_t *out_ptr, int linesize, int mbs_per_slice) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c465 int linesize, int mbs_per_slice,
473 blocks_per_slice = mbs_per_slice * blocks_per_mb;
487 for (mb_num = 0; mb_num < mbs_per_slice; mb_num++, out_ptr += blocks_per_mb * 4) {
512 int mbs_per_slice = td->slice_width; local
523 slice_width_factor = av_log2(mbs_per_slice);
578 mbs_per_slice, 4, slice_width_factor + 2,
585 u_linesize, mbs_per_slice, ctx->num_chroma_blocks,
594 v_linesize, mbs_per_slice, ctx->num_chroma_blocks,
462 decode_slice_plane(ProresContext *ctx, ProresThreadData *td, const uint8_t *buf, int data_size, uint16_t *out_ptr, int linesize, int mbs_per_slice, int blocks_per_mb, int plane_size_factor, const int16_t *qmat) argument

Completed in 62 milliseconds