Home
last modified time | relevance | path

Searched refs:qindex (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dvp9utils.c257 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()
Dvp9utils.h45 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);
Dgstav1parser.c3350 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/
Dgstvavp9dec.c361 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/
Dgstvp9statefulparser.h683 gint16 gst_vp9_get_dc_quant (guint8 qindex,
688 gint16 gst_vp9_get_ac_quant (guint8 qindex,
Dgstvp9statefulparser.c1752 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/
Dav1dec.c236 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()
Dmpegaudioenc_template.c682 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()
Dmpegaudiodec_template.c468 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()
Dcbs_av1_syntax_template.c1599 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/
Dcustomdoxygen.css42 div.qindex, div.navtab{
/third_party/libevdev/doc/style/
Dcustomdoxygen.css96 a.qindex {
/third_party/libinput/doc/api/style/
Dcustomdoxygen.css96 a.qindex {
/third_party/libevdev/doc/html/
Dcustomdoxygen.css96 a.qindex {
Ddoxygen.css146 div.qindex{
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c922 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/
Dextra.css1 …{font-size:1em;padding-left:0;list-style-type:disc}div.toc,.memproto,div.qindex,div.ah{background:…
Dextra.less254 div.toc,.memproto,div.qindex,div.ah {
/third_party/skia/third_party/externals/oboe/docs/reference/
Ddoxygen.css108 div.qindex, div.navtab{
114 div.qindex, div.navpath {
139 a.qindex {
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c2113 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/
Dradeon_vcn_dec.c1007 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/
Dencoders.texi1763 Constant quantizer: use fixed values of qindex (dependent on the frame type)
/third_party/libevdev/
Dthird_party_libevdev.diff17542 -div.qindex, div.navtab{
17577 -div.qindex, div.navpath {
17578 +div.qindex{
17637 -a.qindex {