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

1 2

  /external/webrtc/webrtc/test/fuzzers/
vp8_qp_parser_fuzzer.cc 14 int qp; local
15 vp8::GetQp(data, size, &qp);
  /external/google-breakpad/src/third_party/libdisasm/
x86_imm.c 11 qword_t *qp = (qword_t *) dest; local
28 *qp = *((qword_t *) buf);
43 qword_t *qp = (qword_t *) dest; local
60 *qp = *((qword_t *) buf);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser_unittest.cc 22 // Contains enough of the image slice to contain slice QP.
30 // Contains enough of the image slice to contain slice QP.
37 int qp; local
38 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp));
44 int qp; local
45 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp));
51 int qp; local
52 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp));
53 EXPECT_EQ(35, qp);
58 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp));
    [all...]
  /external/webrtc/webrtc/video/
receive_statistics_proxy.cc 59 int qp = qp_counters_.vp8.Avg(kMinRequiredSamples); local
60 if (qp != -1)
61 RTC_HISTOGRAM_COUNTS_SPARSE_200("WebRTC.Video.Decoded.Vp8.Qp", qp);
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/webrtc/webrtc/modules/video_coding/
video_receiver.cc 293 int qp = -1; local
294 if (qp_parser_.GetQp(*frame, &qp)) {
295 encoded_image.qp_ = 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
  /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...]
  /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...]
  /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...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 593 // Disable both high-QP limits and framedropping. Both are handled by libvpx
1006 int qp = -1; local
1034 int qp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon27784
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon27828
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon27872
    [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...]
  /toolchain/binutils/binutils-2.25/binutils/
unwind-ia64.c 419 #define UNW_DEC_SPILL_SPREL_P(fmt, qp, t, abreg, spoff, arg) \
425 printf ("\t%s:spill_sprel_p(qp=p%u,t=%lu,reg=%s,spoff=0x%lx)\n", \
426 fmt, qp, (unsigned long) t, regname, 4 * (unsigned long)spoff); \
430 #define UNW_DEC_SPILL_PSPREL_P(fmt, qp, t, abreg, pspoff, arg) \
436 printf ("\t%s:spill_psprel_p(qp=p%u,t=%lu,reg=%s,pspoff=0x10-0x%lx)\n",\
437 fmt, qp, (unsigned long) t, regname, 4*(unsigned long)pspoff);\
441 #define UNW_DEC_RESTORE_P(fmt, qp, t, abreg, arg) \
447 printf ("\t%s:restore_p(qp=p%u,t=%lu,reg=%s)\n", \
448 fmt, qp, (unsigned long) t, regname); \
452 #define UNW_DEC_SPILL_REG_P(fmt, qp, t, abreg, x, ytreg, arg)
631 unsigned char byte1, byte2, abreg, qp; local
653 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
    [all...]

Completed in 3592 milliseconds

1 2