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

  /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/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...]
  /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 159 Scalar qp = q/p; local
160 return p * sqrt(Scalar(1) + qp*qp);
    [all...]
MathFunctions.h 369 RealScalar qp = q/p; local
370 return p * sqrt(RealScalar(1) + qp*qp);
  /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/netbsd/
gethnamaddr.c 1311 char qbuf[MAXDNAME + 1], *qp, *ep; local
1338 qp = qbuf;
1341 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1344 if (advance > 0 && qp + advance < ep)
1345 qp += advance;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon31560
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon31604
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon31648
    [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...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1823 struct venc_sessionqp qp = {0, 0}; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 238 // initializing QP range parameters
1969 struct venc_sessionqp qp = {0, 0}; local
1993 struct venc_qprange qp = {0, 0}; local
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 710 mp_int qp; local
712 if((res = mp_init_copy(&qp, a)) != MP_OKAY)
715 res = s_mp_div_d(&qp, d, &rem);
716 if(s_mp_cmp_d(&qp, 0) == 0)
717 SIGN(&qp) = MP_ZPOS;
719 mp_clear(&qp);
3217 mp_digit *dp = DIGITS(mp), *qp; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 8544 DNSQuestion **qp = &m->Questions; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 363 milliseconds