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

1 2

  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 38 qp = re.compile('^content-transfer-encoding:\\s*quoted-printable', re.I) variable
145 if qp.match(line):
302 if qp.match(line):
  /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...]
  /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...]
  /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
  /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...]
pnw_hostcode.c 208 // Dont Write QP Values To ESB -- IPE will write these values
209 // Update the quantization parameter which includes doing Lamda and the Chroma QP
265 // Dont Write QP Values To ESB -- IPE will write these values
266 // Update the quantization parameter which includes doing Lamda and the Chroma QP
330 // Dont Write QP Values To ESB -- IPE will write these values
331 // Update the quantization parameter which includes doing Lamda and the Chroma QP
344 IMG_INT8 qp = n; local
345 if (qp > 51) qp = 51;
347 uIPESkipVecBias = H264SkipBias(qp, ui8THSkip)
    [all...]
  /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/eigen/Eigen/src/Core/
Functors.h 160 Scalar qp = q/p; local
161 return p * sqrt(Scalar(1) + qp*qp);
    [all...]
MathFunctions.h 299 RealScalar qp = q/p; local
300 return p * sqrt(RealScalar(1) + qp*qp);
  /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...]
  /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...]
  /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
  /bionic/libc/dns/
gethnamaddr.c 1320 char qbuf[MAXDNAME + 1], *qp, *ep; local
1346 qp = qbuf;
1349 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1352 if (advance > 0 && qp + advance < ep)
1353 qp += advance;
    [all...]
  /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/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon38043
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon38087
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon38131
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
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/chromium_org/third_party/libva/va/
va_enc_h264.h 541 * If \ref qp is set to 0xff, then the actual value is derived
544 unsigned char qp; member in struct:_VAEncMacroblockParameterBufferH264
  /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/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1821 struct venc_sessionqp qp = {0, 0}; local
    [all...]

Completed in 1268 milliseconds

1 2