Lines Matching refs:qp
383 int qp)
388 buf, data_size, ctx->qmat_luma[qp - 1], 0, ctx->scantable);
392 ctx->qmat_chroma[qp - 1], ctx->is_422, ctx->scantable);
396 ctx->qmat_chroma[qp - 1], ctx->is_422, ctx->scantable);
541 int unsafe, int *qp, int is_interlaced, int is_top_field)
598 *qp);
613 *qp);
615 if (slice_size > high_bytes && *qp < qp_end_table[avctx->profile]) {
617 *qp += 1;
621 *qp);
622 } while (slice_size > high_bytes && *qp < qp_end_table[avctx->profile]);
623 } else if (slice_size < low_bytes && *qp
626 *qp -= 1;
630 *qp);
631 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]);
636 buf[1] = *qp;
663 int mb_y, sl_data_size, qp, mb_height, picture_height, unsafe_mb_height_limit;
686 qp = qp_start_table[avctx->profile];
701 sl_data, sl_data_size, unsafe_bot || unsafe_right, &qp, ctx->is_interlaced, is_top_field);