Searched refs:qindex (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | av1dec.c | 335 int qindex; in coded_lossless_param() local 337 qindex = (header->base_q_idx + in coded_lossless_param() 340 qindex = header->base_q_idx; in coded_lossless_param() 342 qindex = av_clip_uintp2(qindex, 8); in coded_lossless_param() 344 if (qindex) { in coded_lossless_param()
|
H A D | mpegaudioenc_template.c | 683 int qindex, steps, m, sample, bits; in encode_frame() local 685 qindex = s->alloc_table[j+b]; in encode_frame() 686 steps = ff_mpa_quant_steps[qindex]; in encode_frame() 719 bits = ff_mpa_quant_bits[qindex]; in encode_frame()
|
H A D | mpegaudiodec_template.c | 470 int scale, qindex, bits, steps, k, l, m, b; in mp_decode_layer2() local 560 qindex = alloc_table[j+b]; in mp_decode_layer2() 561 bits = ff_mpa_quant_bits[qindex]; in mp_decode_layer2() 566 v2 = ff_division_tabs[qindex][v]; in mp_decode_layer2() 567 steps = ff_mpa_quant_steps[qindex]; in mp_decode_layer2() 599 qindex = alloc_table[j + b]; in mp_decode_layer2() 600 bits = ff_mpa_quant_bits[qindex]; in mp_decode_layer2() 604 steps = ff_mpa_quant_steps[qindex]; in mp_decode_layer2()
|
H A D | cbs_av1_syntax_template.c | 1599 int qindex; in uncompressed_header() local 1601 qindex = (current->base_q_idx + in uncompressed_header() 1604 qindex = current->base_q_idx; in uncompressed_header() 1606 qindex = av_clip_uintp2(qindex, 8); in uncompressed_header() 1608 if (qindex || current->delta_q_y_dc || in uncompressed_header()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 922 unsigned qindex = 0; in get_qindex() local 926 qindex = qp->base_q_idx + data; in get_qindex() 928 qindex = data; in get_qindex() 930 return CLAMP(qindex, 0, 255); in get_qindex() 1613 unsigned qindex = get_qindex(priv, 1, i); in frame_header_obu() local 1615 (qindex == 0) && (hdr->qp.DeltaQYDc == 0) && in frame_header_obu()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 2113 uint32_t qindex = 0; in dzn_device_create() local 2119 dzn_queue_init(&queues[qindex++], device, qinfo, q); in dzn_device_create() 2127 assert(queue_count == qindex); in dzn_device_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.c | 1007 int av1_get_qindex, qindex; in get_av1_msg() local 1016 qindex = pic->picture_parameter.seg_info.segment_info_fields.enabled ? in get_av1_msg() 1019 result.seg_lossless_flag |= (((qindex == 0) && result.y_dc_delta_q == 0 && in get_av1_msg()
|
Completed in 19 milliseconds