HomeSort by relevance Sort by last modified time
    Searched refs:qp (Results 1 - 25 of 63) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.h 49 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap);
50 void h264bsdProcessLumaDc(i32 *data, u32 qp);
51 void h264bsdProcessChromaDc(i32 *data, u32 qp);
h264bsd_transform.c 58 /* qp % 6 as a function of qp */
62 /* qp / 6 as a function of qp */
80 qp quantization parameter
94 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap)
107 qpDiv = qpDiv6[qp];
108 tmp1 = levelScale[qpMod6[qp]][0] << qpDiv;
109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv;
110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv
    [all...]
h264bsd_deblocking.c 1390 u32 qpAv, qp, qpTmp; local
1470 u32 qpAv, qp, qpTmp; local
2186 u32 qpAv, qp, qpTmp; local
2317 u32 qpAv, qp, qpTmp; local
    [all...]
  /external/libunwind/include/
libunwind-dynamic.h 86 int8_t qp; /* qualifying predicate register */ member in struct:unw_dyn_op
179 #define _U_dyn_op_save_reg(op, qp, when, reg, dst) \
180 (*(op) = _U_dyn_op (UNW_DYN_SAVE_REG, (qp), (when), (reg), (dst)))
182 #define _U_dyn_op_spill_fp_rel(op, qp, when, reg, offset) \
183 (*(op) = _U_dyn_op (UNW_DYN_SPILL_FP_REL, (qp), (when), (reg), \
186 #define _U_dyn_op_spill_sp_rel(op, qp, when, reg, offset) \
187 (*(op) = _U_dyn_op (UNW_DYN_SPILL_SP_REL, (qp), (when), (reg), \
190 #define _U_dyn_op_add(op, qp, when, reg, value) \
191 (*(op) = _U_dyn_op (UNW_DYN_ADD, (qp), (when), (reg), (value)))
193 #define _U_dyn_op_pop_frames(op, qp, when, num_frames)
    [all...]
  /external/srec/portable/src/
pmalloc.c 476 register _Cell *qp = _Aldata._Head; local
483 while ((nextCell = qp->_Next) != 0
485 qp = qp->_Next;
486 savedQp = qp;
494 qp = firstFreeInBin;
495 while ((nextCell = qp->_Next) != 0
498 qp = qp->_Next;
504 qp = NULL; /* for diagnostics *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
polynomial.h 18 isl_ctx *isl_qpolynomial_get_ctx(__isl_keep isl_qpolynomial *qp);
20 __isl_keep isl_qpolynomial *qp);
21 __isl_give isl_space *isl_qpolynomial_get_space(__isl_keep isl_qpolynomial *qp);
22 unsigned isl_qpolynomial_dim(__isl_keep isl_qpolynomial *qp,
24 int isl_qpolynomial_involves_dims(__isl_keep isl_qpolynomial *qp,
28 __isl_take isl_qpolynomial *qp,
40 __isl_give isl_qpolynomial *isl_qpolynomial_copy(__isl_keep isl_qpolynomial *qp);
41 void *isl_qpolynomial_free(__isl_take isl_qpolynomial *qp);
45 int isl_qpolynomial_is_zero(__isl_keep isl_qpolynomial *qp);
46 int isl_qpolynomial_is_nan(__isl_keep isl_qpolynomial *qp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
polynomial.h 18 isl_ctx *isl_qpolynomial_get_ctx(__isl_keep isl_qpolynomial *qp);
20 __isl_keep isl_qpolynomial *qp);
21 __isl_give isl_space *isl_qpolynomial_get_space(__isl_keep isl_qpolynomial *qp);
22 unsigned isl_qpolynomial_dim(__isl_keep isl_qpolynomial *qp,
24 int isl_qpolynomial_involves_dims(__isl_keep isl_qpolynomial *qp,
28 __isl_take isl_qpolynomial *qp,
40 __isl_give isl_qpolynomial *isl_qpolynomial_copy(__isl_keep isl_qpolynomial *qp);
41 void *isl_qpolynomial_free(__isl_take isl_qpolynomial *qp);
45 int isl_qpolynomial_is_zero(__isl_keep isl_qpolynomial *qp);
46 int isl_qpolynomial_is_nan(__isl_keep isl_qpolynomial *qp);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/
quality_scaler.h 30 void ReportEncodedFrame(int qp);
quality_scaler.cc 35 void QualityScaler::ReportEncodedFrame(int qp) {
36 average_qp_.AddSample(qp);
  /hardware/intel/common/libva/va/vendor/intel/
va_intel_statistics.h 72 /** \brief Qp input surface. It is valid only when mb_qp is set to 1.
74 * One Qp per 16x16 block in raster scan order, each Qp is a signed char (8-bit) value.
76 VASurfaceID qp; member in struct:_VAStatsStatisticsParameter16x16Intel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term_entry.h 102 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 102 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /external/libunwind/src/ia64/
unwind_decoder.h 76 * 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; local
151 qp = (byte1 & 0x3f);
155 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg);
157 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg);
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
170 qp = (byte1 & 0x3f)
    [all...]
Gparser.c 546 desc_is_active (unsigned char qp, unw_word t, struct ia64_state_record *sr)
550 if (qp > 0)
552 if ((sr->pr_val & ((unw_word_t) 1 << qp)) == 0)
554 sr->pr_mask |= ((unw_word_t) 1 << qp);
560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg,
565 if (!desc_is_active (qp, t, sr))
575 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg,
582 if (!desc_is_active (qp, t, sr))
597 desc_spill_psprel_p (unsigned char qp, unw_word t, unsigned char abreg,
602 if (!desc_is_active (qp, t, sr)
799 int8_t qp; local
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 64 unsigned int qp; member in struct:q6_encode_param
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 64 unsigned int qp; member in struct:q6_encode_param
  /ndk/sources/host-tools/make-3.81/
commands.c 146 char *qp;
211 qp = qmark_value;
244 bcopy (c, qp, len);
245 qp += len;
246 *qp++ = FILE_LIST_SEPARATOR;
256 qp[qp > qmark_value ? -1 : 0] = '\0';
145 char *qp; local
  /external/fio/engines/
rdma.c 98 struct ibv_qp *qp; member in struct:rdmaio_data
369 rd->qp = rd->child_cm_id->qp;
375 rd->qp = rd->cm_id->qp;
637 if (ibv_post_send(rd->qp, &r_io_u_d->sq_wr, &bad_wr) != 0) {
664 if (ibv_post_recv(rd->qp, &r_io_u_d->rq_wr, &bad_wr) !=
673 if (ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr) != 0) {
787 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) {
835 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 99 __inline int32 aan_dc_scale(int32 coeff, int32 QP)
102 if (coeff < 0) coeff += (QP >> 1);
103 else coeff -= (QP >> 1);
124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
131 stepsize *= QP;
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
250 smulbb stepsize, stepsize, QP
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
347 mul stepsize, stepsize, QP
379 __inline int32 aan_dc_scale(int32 coeff, int32 QP)
435 register int32 qp = QPdiv2; local
488 register int32 qp = QPx2; local
542 register int32 qp = QP; local
573 register int32 qp = QP; local
    [all...]
  /external/libhevc/decoder/
ihevcd_cabac.c 119 * @param[in] qp
120 * current slice Qp
134 WORD32 qp,
141 ASSERT((qp >= 0) && (qp < 52));
143 UNUSED(qp);
161 /* cabac context initialization based on init idc and slice qp */
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri_md.h 274 #define jlong_UDIVMOD(qp, rp, a, b) \
275 (*(qp) = ((julong)(a) / (b)), \
367 * Divide 64-bit unsigned operand a by 64-bit unsigned operand b, setting *qp
369 * Minimize effort if one of qp and rp is null.
371 #define jlong_UDIVMOD(qp, rp, a, b) jlong_udivmod(qp, rp, a, b)
374 jlong_udivmod(julong *qp, julong *rp, julong a, julong b);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlong.h 192 ** OUTPUTS: PRUint64 *qp: pointer to quotient
195 #define LL_UDIVMOD(qp, rp, a, b) \
196 (*(qp) = ((PRUint64)(a) / (b)), \
270 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b)
272 NSPR_API(void) ll_udivmod(PRUint64 *qp, PRUint64 *rp, PRUint64 a, PRUint64 b);
  /hardware/intel/common/libva/va/
va_enc_h264.h 544 * If \ref qp is set to 0xff, then the actual value is derived
547 unsigned char qp; member in struct:_VAEncMacroblockParameterBufferH264
700 * \brief This structure holds luma Qp per 16x16 macroblock. Buffer size shall be
  /hardware/intel/img/psb_video/src/
tng_hostbias.c 129 * Description : return the Inter Bias Value to use for the given QP
229 // Dont Write QP Values To ESB -- IPE will write these values
230 // Update the quantization parameter which includes doing Lamda and the Chroma QP
295 // Dont Write QP Values To ESB -- IPE will write these values
296 // Update the quantization parameter which includes doing Lamda and the Chroma QP
373 // Dont Write QP Values To ESB -- IPE will write these values
374 // Update the quantization parameter which includes doing Lamda and the Chroma QP
383 IMG_INT8 qp = n; local
384 if (qp > 51) qp = 51
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 29 double QP2Qstep(int QP);
173 int qp; local
246 /*compute the initial QP*/
270 qp = 35;
272 qp = 25;
274 qp = 20;
276 qp = 15;
277 rateCtrl->initQP = qp;
371 /* collect the necessary data: target bits, actual bits, mad and QP */
373 pMP->QP = video->QPy
    [all...]

Completed in 1146 milliseconds

1 2 3