HomeSort by relevance Sort by last modified time
    Searched refs:qp (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 102 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /external/syslinux/gpxe/src/drivers/infiniband/
hermon.c 832 * @v qp Queue pair
836 struct ib_queue_pair *qp ) {
844 switch ( qp->type ) {
846 qp->qpn = ( hermon->special_qpn_base + port_offset );
849 qp->qpn = ( hermon->special_qpn_base + 2 + port_offset );
861 qp->qpn = ( ( random() & HERMON_QPN_RANDOM_MASK ) |
865 DBGC ( hermon, "Hermon %p unsupported QP type %d\n",
866 hermon, qp->type );
875 * @v qp Queue pair
878 struct ib_queue_pair *qp ) {
1426 struct ib_queue_pair *qp; local
    [all...]
arbel.c 774 * @v qp Queue pair
778 struct ib_queue_pair *qp ) {
794 qp->qpn = ( ARBEL_QPN_BASE + arbel->limits.reserved_qps + qpn_offset );
807 qp->send.num_wqes ) ) != 0 )
810 qp->recv.num_wqes ) ) != 0 )
814 send_db_rec = &arbel->db_rec[arbel_qp->send.doorbell_idx].qp;
818 qp_number, qp->qpn );
819 recv_db_rec = &arbel->db_rec[arbel_qp->recv.doorbell_idx].qp;
823 qp_number, qp->qpn );
834 qpc_eec_data.log_rq_size, fls ( qp->recv.num_wqes - 1 )
1156 struct ib_queue_pair *qp; local
    [all...]
  /external/libavc/encoder/
ih264e_utils.h 264 * The forward quantization modules depends on qp/6, qp mod 6, forward scale
266 * modules depends on qp/6, qp mod 6, inverse scale matrix, weight list.
272 * @param[in] qp
281 void ih264e_init_quant_params(process_ctxt_t *ps_proc, int qp);
341 * qp and pic type for the current frame. Queues proc jobs so that
irc_frame_info_collector.h 69 #define FI_UPDATE_MB_QP(frame_info,qp,mb_type)\
70 {(frame_info)->qp_sum[(mb_type)] += (qp);(frame_info)->num_mbs[(mb_type)]++;}
  /external/syslinux/gpxe/src/drivers/net/
ipoib.c 59 struct ib_queue_pair *qp; member in struct:ipoib_device
448 return ib_post_send ( ibdev, ipoib->qp, &av, iobuf );
455 * @v qp Queue pair
460 struct ib_queue_pair *qp,
462 struct ipoib_device *ipoib = ib_qp_get_ownerdata ( qp );
471 * @v qp Queue pair
477 struct ib_queue_pair *qp,
480 struct ipoib_device *ipoib = ib_qp_get_ownerdata ( qp );
546 * @v qp Queue pair
552 struct ib_queue_pair *qp __unused
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.h 23 // Stateful H264 bitstream parser (due to SPS/PPS). Used to parse out QP values
34 // Get the last extracted QP value from the parsed bitstream.
35 bool GetLastSliceQp(int* qp) const;
73 // Last parsed slice QP.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.h 38 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override {}
screenshare_layers.h 49 void FrameEncoded(unsigned int size, uint32_t timestamp, int qp) override;
screenshare_layers.cc 149 // Don't reconfigure qp limits during quality boost frames.
153 // After a dropped frame, a frame with max qp will be encoded and the
155 // encode the next frame with lower max qp. TL0 is the most important to
157 // Currently, reduce max qp by 20% for TL0 and 15% for TL1.
171 int qp) {
181 if (qp != -1)
182 layers_[active_layer_].last_qp = qp;
253 // the configuration with the adjusted (lower) qp and set the state back to
263 adjusted_max_qp = max_qp_; // Set the normal max qp.
  /external/webrtc/webrtc/modules/video_coding/utility/
quality_scaler.h 33 void ReportQP(int qp);
quality_scaler.cc 53 void QualityScaler::ReportQP(int qp) {
55 average_qp_.AddSample(qp);
  /external/syslinux/gpxe/src/include/gpxe/
ib_packet.h 141 struct ib_queue_pair *qp, size_t payload_len,
144 struct ib_queue_pair **qp, size_t *payload_len,
ib_mi.h 94 struct ib_queue_pair *qp; member in struct:ib_mad_interface
  /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/go/darwin-x86/src/runtime/
chan.go 192 qp := chanbuf(c, c.sendx)
194 raceacquire(qp)
195 racerelease(qp)
197 typedmemmove(c.elemtype, qp, ep)
265 qp := chanbuf(c, c.recvx)
266 raceacquire(qp)
267 racerelease(qp)
268 raceacquireg(sg.g, qp)
269 racereleaseg(sg.g, qp)
473 qp := chanbuf(c, c.recvx
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
chan.go 192 qp := chanbuf(c, c.sendx)
194 raceacquire(qp)
195 racerelease(qp)
197 typedmemmove(c.elemtype, qp, ep)
265 qp := chanbuf(c, c.recvx)
266 raceacquire(qp)
267 racerelease(qp)
268 raceacquireg(sg.g, qp)
269 racereleaseg(sg.g, qp)
473 qp := chanbuf(c, c.recvx
    [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...]
  /external/skia/src/gpu/ops/
GrMSAAPathRenderer.cpp 134 const MSAAQuadProcessor& qp = args.fGP.cast<MSAAQuadProcessor>(); variable
140 varyingHandler->emitAttributes(qp);
141 varyingHandler->addPassThroughAttribute(qp.inColor(), args.fOutputColor);
145 vsBuilder->codeAppendf("%s = %s;", uv.vsOut(), qp.inUV()->fName);
148 this->setupPosition(vsBuilder, uniformHandler, gpArgs, qp.inPosition()->fName,
149 qp.viewMatrix(), &fViewMatrixUniform);
153 qp.inPosition()->fName, SkMatrix::I(),
165 const MSAAQuadProcessor& qp = gp.cast<MSAAQuadProcessor>(); local
167 key |= qp.viewMatrix().hasPerspective() ? 0x1 : 0x0;
168 key |= qp.viewMatrix().isIdentity() ? 0x2: 0x0
174 const MSAAQuadProcessor& qp = gp.cast<MSAAQuadProcessor>(); variable
    [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...]
  /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/gas/testsuite/gas/ia64/
unwind-ok.d 18 [[:space:]]*X4:spill_reg_p\(qp=p1,t=1,reg=r7,treg=r31\)
20 [[:space:]]*X3:spill_sprel_p\(qp=p2,t=3,reg=b5,spoff=0x10\)
22 [[:space:]]*X3:spill_psprel_p\(qp=p4,t=5,reg=f5,pspoff=0x10-0x30\)
24 [[:space:]]*X4:restore_p\(qp=p8,t=7,reg=f31\)
48 [[:space:]]*X4:spill_reg_p\(qp=p63,t=7,reg=f16,treg=f0\)
50 [[:space:]]*X3:spill_sprel_p\(qp=p31,t=9,reg=f2,spoff=0x18\)
52 [[:space:]]*X3:spill_psprel_p\(qp=p15,t=11,reg=b1,pspoff=0x10-0x18\)
54 [[:space:]]*X4:restore_p\(qp=p7,t=13,reg=r4\)
  /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);
  /external/fio/engines/
rdma.c 171 struct ibv_qp *qp; member in struct:rdmaio_data
465 rd->qp = rd->child_cm_id->qp;
471 rd->qp = rd->cm_id->qp;
733 if (ibv_post_send(rd->qp, &r_io_u_d->sq_wr, &bad_wr) != 0) {
760 if (ibv_post_recv(rd->qp, &r_io_u_d->rq_wr, &bad_wr) !=
769 if (ibv_post_recv(rd->qp, &rd->rq_wr, &bad_wr) != 0) {
883 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0) {
934 if (ibv_post_send(rd->qp, &rd->sq_wr, &bad_wr) != 0)
    [all...]

Completed in 628 milliseconds

12 3 4 5 6