/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | vp9utils.c | 257 gst_vp9_dc_quant (int qindex, int delta, int bit_depth) in gst_vp9_dc_quant() argument 259 const uint8_t q_table_idx = clamp (qindex + delta, 0, MAXQ); in gst_vp9_dc_quant() 275 gst_vp9_ac_quant (int qindex, int delta, int bit_depth) in gst_vp9_ac_quant() argument 277 const uint8_t q_table_idx = clamp (qindex + delta, 0, MAXQ); in gst_vp9_ac_quant()
|
D | vp9utils.h | 45 int16_t gst_vp9_dc_quant(int qindex, int delta, int bit_depth); 48 int16_t gst_vp9_ac_quant(int qindex, int delta, int bit_depth);
|
D | gstav1parser.c | 3350 gint qindex; in gst_av1_get_qindex() local 3356 qindex = frame_header->quantization_params.base_q_idx + data; in gst_av1_get_qindex() 3358 qindex = qindex + frame_header->quantization_params.delta_q_res; in gst_av1_get_qindex() 3359 return CLAMP (qindex, 0, 255); in gst_av1_get_qindex() 4094 gint qindex = gst_av1_get_qindex (parser, frame_header, 1, segment_id); in gst_av1_parse_uncompressed_frame_header() local 4095 frame_header->lossless_array[segment_id] = (qindex == 0) in gst_av1_parse_uncompressed_frame_header()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp9dec.c | 361 guint8 qindex; in _update_segmentation() local 366 qindex = gst_vp9_get_qindex (sp, qp, i); in _update_segmentation() 368 gst_vp9_get_dc_quant (qindex, qp->delta_q_y_dc, header->bit_depth); in _update_segmentation() 369 luma_ac_quant_scale = gst_vp9_get_ac_quant (qindex, 0, header->bit_depth); in _update_segmentation() 371 gst_vp9_get_dc_quant (qindex, qp->delta_q_uv_dc, header->bit_depth); in _update_segmentation() 373 gst_vp9_get_ac_quant (qindex, qp->delta_q_uv_ac, header->bit_depth); in _update_segmentation()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstvp9statefulparser.h | 683 gint16 gst_vp9_get_dc_quant (guint8 qindex, 688 gint16 gst_vp9_get_ac_quant (guint8 qindex,
|
D | gstvp9statefulparser.c | 1752 gst_vp9_get_dc_quant (guint8 qindex, gint8 delta_q_dc, guint8 bit_depth) in gst_vp9_get_dc_quant() argument 1754 guint8 q_table_idx = CLAMP (qindex + delta_q_dc, 0, 255); in gst_vp9_get_dc_quant() 1785 gst_vp9_get_ac_quant (guint8 qindex, gint8 delta_q_ac, guint8 bit_depth) in gst_vp9_get_ac_quant() argument 1787 guint8 q_table_idx = CLAMP (qindex + delta_q_ac, 0, 255); in gst_vp9_get_ac_quant()
|
/third_party/ffmpeg/libavcodec/ |
D | av1dec.c | 236 int qindex; in coded_lossless_param() local 238 qindex = (header->base_q_idx + in coded_lossless_param() 241 qindex = header->base_q_idx; in coded_lossless_param() 243 qindex = av_clip_uintp2(qindex, 8); in coded_lossless_param() 245 if (qindex) { in coded_lossless_param()
|
D | mpegaudioenc_template.c | 682 int qindex, steps, m, sample, bits; in encode_frame() local 684 qindex = s->alloc_table[j+b]; in encode_frame() 685 steps = ff_mpa_quant_steps[qindex]; in encode_frame() 718 bits = ff_mpa_quant_bits[qindex]; in encode_frame()
|
D | mpegaudiodec_template.c | 468 int scale, qindex, bits, steps, k, l, m, b; in mp_decode_layer2() local 558 qindex = alloc_table[j+b]; in mp_decode_layer2() 559 bits = ff_mpa_quant_bits[qindex]; in mp_decode_layer2() 564 v2 = ff_division_tabs[qindex][v]; in mp_decode_layer2() 565 steps = ff_mpa_quant_steps[qindex]; in mp_decode_layer2() 597 qindex = alloc_table[j + b]; in mp_decode_layer2() 598 bits = ff_mpa_quant_bits[qindex]; in mp_decode_layer2() 602 steps = ff_mpa_quant_steps[qindex]; in mp_decode_layer2()
|
D | cbs_av1_syntax_template.c | 1599 int qindex; in FUNC() local 1601 qindex = (current->base_q_idx + in FUNC() 1604 qindex = current->base_q_idx; in FUNC() 1606 qindex = av_clip_uintp2(qindex, 8); in FUNC() 1608 if (qindex || current->delta_q_y_dc || in FUNC()
|
/third_party/skia/tools/doxygen/ |
D | customdoxygen.css | 42 div.qindex, div.navtab{
|
/third_party/libevdev/doc/style/ |
D | customdoxygen.css | 96 a.qindex {
|
/third_party/libinput/doc/api/style/ |
D | customdoxygen.css | 96 a.qindex {
|
/third_party/libevdev/doc/html/ |
D | customdoxygen.css | 96 a.qindex {
|
D | doxygen.css | 146 div.qindex{
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
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/glfw/docs/ |
D | extra.css | 1 …{font-size:1em;padding-left:0;list-style-type:disc}div.toc,.memproto,div.qindex,div.ah{background:…
|
D | extra.less | 254 div.toc,.memproto,div.qindex,div.ah {
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | doxygen.css | 108 div.qindex, div.navtab{ 114 div.qindex, div.navpath { 139 a.qindex {
|
/third_party/mesa3d/src/microsoft/vulkan/ |
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/ |
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()
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 1763 Constant quantizer: use fixed values of qindex (dependent on the frame type)
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 17542 -div.qindex, div.navtab{ 17577 -div.qindex, div.navpath { 17578 +div.qindex{ 17637 -a.qindex {
|