Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A 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/
H A 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()
H A Dvc2enc.c580 const int q_idx = quants[level][orientation]; in count_hq_slice() local
581 const uint64_t q_m = ((uint64_t)s->qmagic_lut[q_idx][0]) << 2; in count_hq_slice()
582 const uint64_t q_a = s->qmagic_lut[q_idx][1]; in count_hq_slice()
583 const int q_s = av_log2(ff_dirac_qscale_tab[q_idx]) + 32; in count_hq_slice()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_queue.c164 for (uint32_t q_idx = 0; q_idx < device->queue_count; q_idx++) in pvr_queues_destroy()
165 pvr_queue_finish(&device->queues[q_idx]); in pvr_queues_destroy()

Completed in 6 milliseconds