Lines Matching defs:mbs_per_slice
249 int mbs_per_slice;
277 int mbs_per_slice, int blocks_per_mb, int is_chroma)
284 for (i = 0; i < mbs_per_slice; i++, src += mb_width) {
286 memset(blocks, 0, 64 * (mbs_per_slice - i) * blocks_per_mb
347 int16_t *blocks, int mbs_per_slice, int abits)
349 const int slice_width = 16 * mbs_per_slice;
470 int mbs_per_slice, int16_t *blocks,
474 int blocks_per_slice = mbs_per_slice * blocks_per_mb;
515 int mbs_per_slice, uint16_t *blocks,
520 const int num_coeffs = mbs_per_slice * 256;
546 int mbs_per_slice)
552 int slice_width_factor = av_log2(mbs_per_slice);
604 mbs_per_slice, num_cblocks, is_chroma);
607 mbs_per_slice, ctx->blocks[0],
611 mbs_per_slice, ctx->blocks[0],
617 ctx->blocks[0], mbs_per_slice, ctx->alpha_bits);
618 encode_alpha_plane(ctx, pb, mbs_per_slice, ctx->blocks[0], quant);
718 int mbs_per_slice,
725 blocks_per_slice = mbs_per_slice * blocks_per_mb;
751 int mbs_per_slice, int16_t *blocks)
755 const int num_coeffs = mbs_per_slice * 256;
792 int trellis_node, int x, int y, int mbs_per_slice,
798 int slice_width_factor = av_log2(mbs_per_slice);
816 mbs = x + mbs_per_slice;
843 mbs_per_slice, num_cblocks[i], is_chroma[i]);
847 td->blocks[i], mbs_per_slice, ctx->alpha_bits);
858 mbs_per_slice, td->blocks[3]);
865 mbs_per_slice,
871 mbs_per_slice,
881 if (slice_bits[max_quant] <= ctx->bits_per_mb * mbs_per_slice) {
902 mbs_per_slice,
908 mbs_per_slice,
912 if (bits <= ctx->bits_per_mb * mbs_per_slice)
965 int mbs_per_slice = ctx->mbs_per_slice;
968 for (x = mb = 0; x < ctx->mb_width; x += mbs_per_slice, mb++) {
969 while (ctx->mb_width - x < mbs_per_slice)
970 mbs_per_slice >>= 1;
973 mbs_per_slice, td);
1052 bytestream_put_byte (&buf, av_log2(ctx->mbs_per_slice) << 4); // slice width and height in MBs
1067 int mbs_per_slice = ctx->mbs_per_slice;
1068 for (x = mb = 0; x < ctx->mb_width; x += mbs_per_slice, mb++) {
1072 while (ctx->mb_width - x < mbs_per_slice)
1073 mbs_per_slice >>= 1;
1113 mbs_per_slice);
1188 mps = ctx->mbs_per_slice;
1327 /* num pixels per slice */ (ctx->mbs_per_slice * 256 *
1347 { "mbs_per_slice", "macroblocks per slice", OFFSET(mbs_per_slice),