Home
last modified time | relevance | path

Searched refs:H264_PROFILE_BASELINE (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_2str.c120 if (profile == H264_PROFILE_BASELINE) in strof_profle()
/rockchip-linux_mpp/mpp/common/
H A Dh264_syntax.h42 H264_PROFILE_BASELINE = 66, //!< YUV 4:2:0/8 "Baseline" enumerator
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c113 if (codec->profile == H264_PROFILE_BASELINE && pps->entropy_coding_mode) { in h264e_pps_update()
H A Dh264e_sps.c84 case H264_PROFILE_BASELINE : { in h264e_sps_update()
H A Dh264e_api_v2.c105 h264->profile = H264_PROFILE_BASELINE; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c188 VAL_CHECK (ret, (cur_sps->profile_idc == H264_PROFILE_BASELINE) in parser_sps()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c799 regs->reg102.rect_size = (sps->profile_idc == H264_PROFILE_BASELINE && in setup_vepu541_rdo_pred()
H A Dhal_h264e_vepu540c.c768 regs->reg_base.rdo_cfg.rect_size = (sps->profile_idc == H264_PROFILE_BASELINE && in setup_vepu540c_rdo_pred()
H A Dhal_h264e_vepu580.c1120 regs->reg_base.rdo_cfg.rect_size = (sps->profile_idc == H264_PROFILE_BASELINE && in setup_vepu580_rdo_pred()
H A Dhal_h264e_vepu510.c1142 reg_frm->rdo_cfg.rect_size = (sps->profile_idc == H264_PROFILE_BASELINE && in setup_vepu510_rdo_pred()
H A Dhal_h264e_vepu511.c1139 reg_frm->rdo_cfg.rect_size = (sps->profile_idc == H264_PROFILE_BASELINE && in setup_vepu511_rdo_pred()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c1016 H264_PROFILE_BASELINE == profile || in proc_h264_cfg()