Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c448 RK_S32 qindex; in coded_lossless_param() local
450 qindex = (header->base_q_idx + in coded_lossless_param()
453 qindex = header->base_q_idx; in coded_lossless_param()
455 qindex = mpp_clip_uintp2(qindex, 8); in coded_lossless_param()
457 if (qindex) { in coded_lossless_param()
H A Dav1d_cbs.c2072 RK_S32 qindex; in mpp_av1_uncompressed_header() local
2074 qindex = (current->base_q_idx + in mpp_av1_uncompressed_header()
2077 qindex = current->base_q_idx; in mpp_av1_uncompressed_header()
2079 qindex = mpp_clip_uintp2(qindex, 8); in mpp_av1_uncompressed_header()
2081 if (qindex || current->delta_q_y_dc || in mpp_av1_uncompressed_header()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1583 RK_S32 qindex, lossless; in prepare_uncompress_header() local
1586qindex = (dxva->quantization.base_qindex + dxva->segmentation.feature_data[i][SEG_LVL_ALT_Q]); in prepare_uncompress_header()
1588 qindex = dxva->quantization.base_qindex; in prepare_uncompress_header()
1590 qindex = mpp_clip_uintp2(qindex, 8); in prepare_uncompress_header()
1591 lossless = qindex == 0 && dxva->quantization.y_dc_delta_q == 0 && in prepare_uncompress_header()