Home
last modified time | relevance | path

Searched refs:min_qp (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c710 u32 min_qp, max_qp; in pkt_session_set_property_1x() local
712 min_qp = in->min_qp; in pkt_session_set_property_1x()
718 if (min_qp > 0xff || max_qp > 0xff) { in pkt_session_set_property_1x()
727 range->min_qp = min_qp | min_qp << 8 | min_qp << 16; in pkt_session_set_property_1x()
1263 u32 min_qp, max_qp; in pkt_session_set_property_4xx() local
1265 min_qp = in->min_qp.qp_packed; in pkt_session_set_property_4xx()
1271 if (min_qp > 0xff || max_qp > 0xff) in pkt_session_set_property_4xx()
1274 range->min_qp.layer_id = 0xFF; in pkt_session_set_property_4xx()
1276 range->min_qp.qp_packed = (min_qp & 0xFF) | ((min_qp & 0xFF) << 8) | in pkt_session_set_property_4xx()
1277 ((min_qp & 0xFF) << 16); in pkt_session_set_property_4xx()
[all …]
H A Dvenc.c885 quant_range_v2.min_qp.qp_packed = ctr->hevc_min_qp; in venc_set_properties()
888 quant_range_v2.min_qp.qp_packed = ctr->vp8_min_qp; in venc_set_properties()
891 quant_range_v2.min_qp.qp_packed = ctr->h264_min_qp; in venc_set_properties()
900 quant_range.min_qp = ctr->hevc_min_qp; in venc_set_properties()
903 quant_range.min_qp = ctr->vp8_min_qp; in venc_set_properties()
906 quant_range.min_qp = ctr->h264_min_qp; in venc_set_properties()
H A Dhfi_helper.h832 u32 min_qp; member
845 struct hfi_quantization_v2 min_qp; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc_regs.h187 #define DSC_FLATNESS_MIN_QP(min_qp) ((min_qp) << 16) argument
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h109 u16 min_qp; member
H A Dallegro-mail.c175 dst[i++] = FIELD_PREP(GENMASK(31, 16), param->min_qp) | in allegro_encode_config_blob()
H A Dallegro-core.c1280 param->min_qp = allegro_channel_get_min_qp(channel); in fill_create_channel_param()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_h264_if.c166 u32 min_qp; member