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

  /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...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 64 unsigned int qp; member in struct:q6_encode_param
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 64 unsigned int qp; member in struct:q6_encode_param
  /frameworks/base/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...]
  /bionic/libc/netbsd/
gethnamaddr.c 1119 char qbuf[MAXDNAME + 1], *qp, *ep; local
1142 qp = qbuf;
1145 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1148 if (advance > 0 && qp + advance < ep)
1149 qp += advance;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 29 double QP2Qstep(int QP);
173 int qp; local
248 /*compute the initial QP*/
272 qp = 35;
274 qp = 25;
276 qp = 20;
278 qp = 15;
279 rateCtrl->initQP = qp;
373 /* collect the necessary data: target bits, actual bits, mad and QP */
375 pMP->QP = video->QPy
    [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...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 675 DEBUG_PRINT_ERROR("\nERROR: Setting Session QP failed");
1067 struct venc_sessionqp qp = {0, 0}; local
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 208 milliseconds