Searched refs:pps (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dgen_stats.h30 * @pps: current packet rate
35 __u32 pps; member in struct:gnet_stats_rate_est
H A Dpkt_sched.h38 __u32 pps; /* Current flow packet rate */ member in struct:tc_stats
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dgen_stats.h30 * @pps: current packet rate
35 __u32 pps; member in struct:gnet_stats_rate_est
H A Dpkt_sched.h38 __u32 pps; /* Current flow packet rate */ member in struct:tc_stats
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davc.c104 uint8_t *sps=0, *pps=0; local
112 /* look for sps and pps */
122 pps = buf + 4;
128 assert(pps);
139 put_byte(pb, 1); /* number of pps */
141 put_buffer(pb, pps, pps_size);
H A Draw.c404 int sps=0, pps=0, idr=0, res=0, sli=0; local
437 case 8: pps++; break;
441 if(sps && pps && (idr||sli>3) && res<(sps+pps+idr))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvdpau.c156 render->info.h264.constrained_intra_pred_flag = h->pps.constrained_intra_pred;
157 render->info.h264.weighted_pred_flag = h->pps.weighted_pred;
158 render->info.h264.weighted_bipred_idc = h->pps.weighted_bipred_idc;
160 render->info.h264.transform_8x8_mode_flag = h->pps.transform_8x8_mode;
161 render->info.h264.chroma_qp_index_offset = h->pps.chroma_qp_index_offset[0];
162 render->info.h264.second_chroma_qp_index_offset = h->pps.chroma_qp_index_offset[1];
163 render->info.h264.pic_init_qp_minus26 = h->pps.init_qp - 26;
164 render->info.h264.num_ref_idx_l0_active_minus1 = h->pps.ref_count[0] - 1;
165 render->info.h264.num_ref_idx_l1_active_minus1 = h->pps.ref_count[1] - 1;
171 render->info.h264.entropy_coding_mode_flag = h->pps
[all...]
H A Dh264_parser.c180 h->pps= *h->pps_buffers[pps_id];
181 if(!h->sps_buffers[h->pps.sps_id]) {
185 h->sps = *h->sps_buffers[h->pps.sps_id];
H A Dh264.c203 int type_mask= h->pps.constrained_intra_pred ? IS_INTRA(-1) : -1;
315 h->non_zero_count_cache[2+8*3]= h->pps.cabac && !IS_INTRA(mb_type) ? 0 : 64;
329 h->non_zero_count_cache[0+8*4 + 8*i]= h->pps.cabac && !IS_INTRA(mb_type) ? 0 : 64;
333 if( h->pps.cabac ) {
445 if( h->pps.cabac ) {
1334 if( h->pps.cabac ) {
1353 if(h->slice_type_nos == FF_B_TYPE && h->pps.cabac){
1597 return h->pps.chroma_qp_table[t][qscale];
2008 if(i && !memcmp(h->pps.scaling_matrix8[0], h->pps
7076 decode_scaling_matrices(H264Context *h, SPS *sps, PPS *pps, int is_sps, uint8_t (*scaling_matrix4)[16], uint8_t (*scaling_matrix8)[64]) argument
7241 build_qp_table(PPS *pps, int t, int index) argument
7251 PPS *pps; local
[all...]
H A Dh264.h331 * current pps
333 PPS pps; //FIXME move to Picture perhaps? (->no) do we need that? member in struct:H264Context
339 int dequant_coeff_pps; ///< reinit tables when pps changes
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dgen_stats.c136 d->tc_stats.pps = r->pps;
H A Dgen_estimator.c127 e->rate_est->pps = (e->avpps+0x1FF)>>10;
174 est->avpps = rate_est->pps<<10;
H A Dpktgen.c2960 __u64 total_us, bps, mbps, pps, idle; local
2974 pps = pkt_dev->sofar * USEC_PER_SEC;
2977 pps >>= 1;
2981 do_div(pps, total_us);
2983 bps = pps * 8 * pkt_dev->cur_pkt_size;
2988 (unsigned long long)pps,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dtc_util.c458 prefix, sprint_rate(re.bps, b1), re.pps);
496 if (st.bps || st.pps || st.qlen || st.backlog) {
498 if (st.bps || st.pps) {
502 if (st.pps)
503 fprintf(fp, "%upps ", st.pps);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c2584 `mbclen' and `pps' are the output. `mbclen' is the length of the
2585 character consumed, and `pps' is the set this function enumerate. */
2588 int *match_lens, int *mbclen, position_set *pps)
2608 /* Copy the positions contained by `s1' to the set `pps'. */
2609 copy(&(d->states[s1].elems), pps);
2625 pps);
2587 transit_state_consume_1char(struct dfa *d, int s, unsigned char const **pp, int *match_lens, int *mbclen, position_set *pps) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dawk.c670 char c, *pps; local
673 pps = *s;
675 if (c == '\\' && *s == pps) c = *((*s)++);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c1180 cl->rate_est.pps = cl->rate_packets / (HTB_EWMAC * HTB_HSIZE);

Completed in 283 milliseconds