Home
last modified time | relevance | path

Searched refs:q_idx (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/
Dpbuf.c1425 u16_t q_idx; in pbuf_try_get_at() local
1426 const struct pbuf *q = pbuf_skip_const(p, offset, &q_idx); in pbuf_try_get_at()
1429 if ((q != NULL) && (q->len > q_idx)) { in pbuf_try_get_at()
1430 return ((u8_t *)q->payload)[q_idx]; in pbuf_try_get_at()
1447 u16_t q_idx; in pbuf_put_at() local
1448 struct pbuf *q = pbuf_skip(p, offset, &q_idx); in pbuf_put_at()
1451 if ((q != NULL) && (q->len > q_idx)) { in pbuf_put_at()
1452 ((u8_t *)q->payload)[q_idx] = data; in pbuf_put_at()
/third_party/ffmpeg/libavcodec/
Daacenc_quantization.h50 const int q_idx = POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512; in quantize_and_encode_band_cost_template() local
51 const float Q = ff_aac_pow2sf_tab [q_idx]; in quantize_and_encode_band_cost_template()
52 const float Q34 = ff_aac_pow34sf_tab[q_idx]; in quantize_and_encode_band_cost_template()
Dvc2enc.c578 const int q_idx = quants[level][orientation]; in count_hq_slice() local
579 const uint64_t q_m = ((uint64_t)s->qmagic_lut[q_idx][0]) << 2; in count_hq_slice()
580 const uint64_t q_a = s->qmagic_lut[q_idx][1]; in count_hq_slice()
581 const int q_s = av_log2(ff_dirac_qscale_tab[q_idx]) + 32; in count_hq_slice()
/third_party/ffmpeg/doc/
Dencoders.texi3384 @option{global_quality} sets the @emph{q_idx} used for non-key frames (range 0-127).
3393 @option{global_quality} sets the @emph{q_idx} used for P-frames (range 0-255).