Home
last modified time | relevance | path

Searched refs:qp (Results 1 - 25 of 69) sorted by relevance

123

/third_party/libunwind/libunwind/include/
H A Dlibunwind-dynamic.h90 int8_t qp; /* qualifying predicate register */ member
184 #define _U_dyn_op_save_reg(op, qp, when, reg, dst) \
185 (*(op) = _U_dyn_op (UNW_DYN_SAVE_REG, (qp), (when), (reg), (dst)))
187 #define _U_dyn_op_spill_fp_rel(op, qp, when, reg, offset) \
188 (*(op) = _U_dyn_op (UNW_DYN_SPILL_FP_REL, (qp), (when), (reg), \
191 #define _U_dyn_op_spill_sp_rel(op, qp, when, reg, offset) \
192 (*(op) = _U_dyn_op (UNW_DYN_SPILL_SP_REL, (qp), (when), (reg), \
195 #define _U_dyn_op_add(op, qp, when, reg, value) \
196 (*(op) = _U_dyn_op (UNW_DYN_ADD, (qp), (when), (reg), (value)))
198 #define _U_dyn_op_pop_frames(op, qp, whe
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264_loopfilter.c102 unsigned int qp, int a, int b, in filter_mb_edgev()
105 const unsigned int index_a = qp + a; in filter_mb_edgev()
107 const int beta = beta_table[qp + b]; in filter_mb_edgev()
124 unsigned int qp, int a, int b, in filter_mb_edgecv()
127 const unsigned int index_a = qp + a; in filter_mb_edgecv()
129 const int beta = beta_table[qp + b]; in filter_mb_edgecv()
147 int qp, int a, int b, in filter_mb_mbaff_edgev()
150 const unsigned int index_a = qp + a; in filter_mb_mbaff_edgev()
152 const int beta = beta_table[qp + b]; in filter_mb_mbaff_edgev()
170 int bsi, int qp, in in filter_mb_mbaff_edgecv()
100 filter_mb_edgev(uint8_t *pix, int stride, const int16_t bS[4], unsigned int qp, int a, int b, const H264Context *h, int intra) filter_mb_edgev() argument
122 filter_mb_edgecv(uint8_t *pix, int stride, const int16_t bS[4], unsigned int qp, int a, int b, const H264Context *h, int intra) filter_mb_edgecv() argument
144 filter_mb_mbaff_edgev(const H264Context *h, uint8_t *pix, int stride, const int16_t bS[7], int bsi, int qp, int a, int b, int intra) filter_mb_mbaff_edgev() argument
167 filter_mb_mbaff_edgecv(const H264Context *h, uint8_t *pix, int stride, const int16_t bS[7], int bsi, int qp, int a, int b, int intra) filter_mb_mbaff_edgecv() argument
190 filter_mb_edgeh(uint8_t *pix, int stride, const int16_t bS[4], unsigned int qp, int a, int b, const H264Context *h, int intra) filter_mb_edgeh() argument
212 filter_mb_edgech(uint8_t *pix, int stride, const int16_t bS[4], unsigned int qp, int a, int b, const H264Context *h, int intra) filter_mb_edgech() argument
257 int qp = h->cur_pic.qscale_table[mb_xy]; h264_filter_mb_fast_internal() local
508 int qp; filter_mb_dir() local
545 int qp; filter_mb_dir() local
628 int qp; filter_mb_dir() local
739 int qp[2]; ff_h264_filter_mb() local
[all...]
H A Dproresenc_anatoliy.c383 int qp) in encode_slice_data()
388 buf, data_size, ctx->qmat_luma[qp - 1], 0, ctx->scantable); in encode_slice_data()
392 ctx->qmat_chroma[qp - 1], ctx->is_422, ctx->scantable); in encode_slice_data()
396 ctx->qmat_chroma[qp - 1], ctx->is_422, ctx->scantable); in encode_slice_data()
541 int unsafe, int *qp, int is_interlaced, int is_top_field) in encode_slice()
598 *qp); in encode_slice()
613 *qp); in encode_slice()
615 if (slice_size > high_bytes && *qp < qp_end_table[avctx->profile]) { in encode_slice()
617 *qp += 1; in encode_slice()
621 *qp); in encode_slice()
379 encode_slice_data(AVCodecContext *avctx, int16_t * blocks_y, int16_t * blocks_u, int16_t * blocks_v, unsigned mb_count, uint8_t *buf, unsigned data_size, unsigned* y_data_size, unsigned* u_data_size, unsigned* v_data_size, int qp) encode_slice_data() argument
539 encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x, int mb_y, unsigned mb_count, uint8_t *buf, unsigned data_size, int unsafe, int *qp, int is_interlaced, int is_top_field) encode_slice() argument
663 int mb_y, sl_data_size, qp, mb_height, picture_height, unsafe_mb_height_limit; prores_encode_picture() local
[all...]
H A Dh264_mb_template.c228 int qp[2]; in hl_decode_mb() local
230 qp[0] = sl->chroma_qp[0] + 3; in hl_decode_mb()
231 qp[1] = sl->chroma_qp[1] + 3; in hl_decode_mb()
233 qp[0] = sl->chroma_qp[0]; in hl_decode_mb()
234 qp[1] = sl->chroma_qp[1]; in hl_decode_mb()
238 h->ps.pps->dequant4_coeff[IS_INTRA(mb_type) ? 1 : 4][qp[0]][0]); in hl_decode_mb()
241 h->ps.pps->dequant4_coeff[IS_INTRA(mb_type) ? 2 : 5][qp[1]][0]); in hl_decode_mb()
H A Dcavsdec.c545 * @param qp quantizer
551 int qp, uint8_t *dst, ptrdiff_t stride) in decode_residual_block()
588 if ((ret = dequant(h, level_buf, run_buf, block, dequant_mul[qp], in decode_residual_block()
589 dequant_shift[qp], i)) < 0) in decode_residual_block()
601 ff_cavs_chroma_qp[h->qp], h->cu, h->c_stride); in decode_residual_chroma()
607 ff_cavs_chroma_qp[h->qp], h->cv, h->c_stride); in decode_residual_chroma()
628 h->qp = (h->qp + (unsigned)get_se_golomb(&h->gb)) & 63; in decode_residual_inter()
631 decode_residual_block(h, &h->gb, inter_dec, 0, h->qp, in decode_residual_inter()
698 h->qp in decode_mb_i()
549 decode_residual_block(AVSContext *h, GetBitContext *gb, const struct dec_2dvlc *r, int esc_golomb_order, int qp, uint8_t *dst, ptrdiff_t stride) decode_residual_block() argument
[all...]
H A Dlibsvtav1.c77 int qp; member
188 param->qp = svt_enc->crf; in config_enc_params()
190 } else if (svt_enc->qp > 0) { in config_enc_params()
191 param->qp = svt_enc->qp; in config_enc_params()
547 ff_side_data_set_encoder_stats(pkt, headerPtr->qp * FF_QP2LAMBDA, NULL, 0, pict_type); in eb_receive_packet()
625 { "qp", "Initial Quantizer level value", OFFSET(qp),
H A Dhevc_filter.c52 int qp, qp_i, offset, idxt; in chroma_tc() local
54 // slice qp offset is not used for deblocking in chroma_tc()
63 qp = qp_i; in chroma_tc()
65 qp = qp_i - 6; in chroma_tc()
67 qp = qp_c[qp_i - 30]; in chroma_tc()
69 qp = av_clip(qp_i, 0, 51); in chroma_tc()
72 idxt = av_clip(qp + DEFAULT_INTRA_TC_OFFSET + tc_offset, 0, 53); in chroma_tc()
480 #define TC_CALC(qp, bs) \
481 tctable[av_clip((qp) + DEFAULT_INTRA_TC_OFFSET * ((bs) - 1) + \
534 const int qp in deblocking_filter_CTB() local
564 const int qp = (get_qPy(s, x, y - 1) + get_qPy(s, x, y) + 1) >> 1; deblocking_filter_CTB() local
[all...]
H A Dhevc_cabac.c1066 int qp,shift,add,scale,scale_m; in ff_hevc_hls_residual_coding() local
1099 qp = qp_y + s->ps.sps->qp_bd_offset; in ff_hevc_hls_residual_coding()
1113 qp = qp_i; in ff_hevc_hls_residual_coding()
1115 qp = qp_i - 6; in ff_hevc_hls_residual_coding()
1117 qp = qp_c[qp_i - 30]; in ff_hevc_hls_residual_coding()
1120 qp = 51; in ff_hevc_hls_residual_coding()
1122 qp = qp_i; in ff_hevc_hls_residual_coding()
1125 qp += s->ps.sps->qp_bd_offset; in ff_hevc_hls_residual_coding()
1130 scale = level_scale[rem6[qp]] << (div6[qp]); in ff_hevc_hls_residual_coding()
[all...]
H A Dlibxavs2.c47 int qp; member
112 xavs2_opt_set2("InitialQP", "%d", cae->qp); in xavs2_init()
266 { "qp" , "Quantization parameter" , OFFSET(qp) , AV_OPT_TYPE_INT, {.i64 = 34 }, 1, 63, VE },
267 { "max_qp" , "max qp for rate control" , OFFSET(max_qp) , AV_OPT_TYPE_INT, {.i64 = 55 }, 0, 63, VE },
268 { "min_qp" , "min qp for rate control" , OFFSET(min_qp) , AV_OPT_TYPE_INT, {.i64 = 20 }, 0, 63, VE },
/third_party/ffmpeg/libavfilter/
H A Dvf_pp7.c47 { "qp", "force a constant quantizer parameter", OFFSET(qp), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 64, FLAGS },
85 int qp, i; in init_thres2() local
88 for (qp = 0; qp < 99; qp++) { in init_thres2()
90 p->thres2[qp][i] = ((i&1) ? SN2 : SN0) * ((i&4) ? SN2 : SN0) * FFMAX(1, qp) * (1<<2) - 1 - bias; in init_thres2()
141 static int hardthresh_c(PP7Context *p, int16_t *src, int qp) in hardthresh_c() argument
148 unsigned int threshold1 = p->thres2[qp][ in hardthresh_c()
157 mediumthresh_c(PP7Context *p, int16_t *src, int qp) mediumthresh_c() argument
181 softthresh_c(PP7Context *p, int16_t *src, int qp) softthresh_c() argument
237 int qp; filter() local
[all...]
H A Dvf_spp.c66 { "qp", "force a constant quantizer parameter", OFFSET(qp), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 63, FLAGS },
122 int qp, const uint8_t *permutation) in hardthresh_c()
127 unsigned threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_c()
143 int qp, const uint8_t *permutation) in softthresh_c()
148 unsigned threshold1 = qp * ((1<<4) - bias) - 1; in softthresh_c()
277 int qp; in filter() local
279 if (p->qp) { in filter()
280 qp = p->qp; in filter()
121 hardthresh_c(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) hardthresh_c() argument
142 softthresh_c(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) softthresh_c() argument
[all...]
H A Dvf_qp.c41 static const char *const var_names[] = { "known", "qp", "x", "y", "w", "h", NULL };
47 { "qp", "set qp expression", OFFSET(qp_expr_str), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
51 AVFILTER_DEFINE_CLASS(qp); variable
115 in_qp_global = par_in->qp; in filter_frame()
146 int qp = sd_in ? in_qp_global + BLOCK_QP_DELTA(block_idx) : NAN; in filter_frame() local
147 double var_values[] = { !!sd_in, qp, x, y, s->qstride, s->h, 0}; in filter_frame()
167 par_out->qp = s->lut[0]; in filter_frame()
195 .name = "qp",
H A Dvf_pp7.h32 int qp; member
40 int (*requantize)(struct PP7Context *p, int16_t *src, int qp);
H A Dvf_spp.h35 int qp; member
53 int qp, const uint8_t *permutation);
H A Dqp_table.c58 memset(*table, par->qp, nb_mb); in ff_qp_table_extract()
64 (*table)[block_idx] = par->qp + b->delta_qp; in ff_qp_table_extract()
H A Dvf_uspp.c48 int qp; member
68 { "qp", "force a constant quantizer parameter", OFFSET(qp), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 63, FLAGS },
223 if (p->qp) in filter()
224 p->frame->quality = p->qp * FF_QP2LAMBDA; in filter()
393 * need to save the qp table from the last non B-frame; this is what the in filter_frame()
395 if (!uspp->qp && (uspp->use_bframe_qp || in->pict_type != AV_PICTURE_TYPE_B)) { in filter_frame()
415 if (qp_table || uspp->qp) { in filter_frame()
H A Dvf_codecview.c55 int qp; member
68 { "qp", NULL, OFFSET(qp), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, .flags = FLAGS },
229 if (s->qp) { in filter_frame()
251 const int qp = ff_norm_qscale(qp_table[(y >> 3) * qstride + (x >> 3)], qp_type) * 128/31; in filter_frame() local
252 pu[x] = pv[x] = qp; in filter_frame()
H A Dvf_fspp.c50 { "qp", "force a constant quantizer parameter", OFFSET(qp), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 64, FLAGS },
201 if (p->qp) in filter()
565 if (fspp->qp) in filter_frame()
566 fspp->prev_q = fspp->qp, fspp->mul_thrmat((int16_t *)(&fspp->threshold_mtx_noq[0]), (int16_t *)(&fspp->threshold_mtx[0]), fspp->qp); in filter_frame()
570 * need to save the qp table from the last non B-frame; this is what the in filter_frame()
572 if (!fspp->qp && (fspp->use_bframe_qp || in->pict_type != AV_PICTURE_TYPE_B)) { in filter_frame()
592 if (qp_table || fspp->qp) { in filter_frame()
H A Dvf_mcdeint.c76 int qp; member
96 { "qp", "set qp", OFFSET(qp), AV_OPT_TYPE_INT, {.i64=1}, INT_MIN, INT_MAX, FLAGS },
179 inpic->quality = mcdeint->qp * FF_QP2LAMBDA; in filter_frame()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Drestrict.c22 void *const qp; in ref() local
27 pqp = &qp; /* check-should-pass */ in ref()
33 pup = &qp; /* check-should-fail */ in ref()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_spp.c30 int qp, const uint8_t *permutation) in hardthresh_mmx()
35 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
100 int qp, const uint8_t *permutation) in softthresh_mmx()
105 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
29 hardthresh_mmx(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) hardthresh_mmx() argument
99 softthresh_mmx(int16_t dst[64], const int16_t src[64], int qp, const uint8_t *permutation) softthresh_mmx() argument
/third_party/libunwind/libunwind/src/ia64/
H A Dunwind_decoder.h76 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg)
80 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg)
82 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
84 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg)
144 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
151 qp = (byte1 & 0x3f); in unw_decode_x3()
155 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
157 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
170 qp in unw_decode_x4()
[all...]
H A DGparser.c546 desc_is_active (unsigned char qp, unw_word t, struct ia64_state_record *sr) in desc_is_active() argument
550 if (qp > 0) in desc_is_active()
552 if ((sr->pr_val & ((unw_word_t) 1 << qp)) == 0) in desc_is_active()
554 sr->pr_mask |= ((unw_word_t) 1 << qp); in desc_is_active()
560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_restore_p() argument
565 if (!desc_is_active (qp, t, sr)) in desc_restore_p()
575 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_reg_p() argument
582 if (!desc_is_active (qp, t, sr)) in desc_spill_reg_p()
597 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_psprel_p() argument
602 if (!desc_is_active (qp, in desc_spill_psprel_p()
612 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct ia64_state_record *sr) desc_spill_sprel_p() argument
799 int8_t qp; parse_dynamic() local
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c782 struct quantization_params* qp = &(priv->codec_data.av1.uncompressed_header.qp); in quantization_params() local
785 qp->base_q_idx = av1_f(vlc, 8); in quantization_params()
786 qp->DeltaQYDc = read_delta_q(vlc); in quantization_params()
791 qp->DeltaQUDc = read_delta_q(vlc); in quantization_params()
792 qp->DeltaQUAc = read_delta_q(vlc); in quantization_params()
794 qp->DeltaQVDc = read_delta_q(vlc); in quantization_params()
795 qp->DeltaQVAc = read_delta_q(vlc); in quantization_params()
797 qp->DeltaQVDc = qp in quantization_params()
886 struct quantization_params* qp = &(priv->codec_data.av1.uncompressed_header.qp); delta_q_params() local
921 struct quantization_params* qp = &(priv->codec_data.av1.uncompressed_header.qp); get_qindex() local
[all...]
/third_party/node/deps/undici/src/lib/mock/
H A Dmock-utils.js105 const qp = new URLSearchParams(pathSegments.pop())
106 qp.sort()
107 return [...pathSegments, qp.toString()].join('?')

Completed in 21 milliseconds

123