Home
last modified time | relevance | path

Searched refs:scaling_list_mode (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c73 mpp_assert(codec->scaling_list_mode == 0 || codec->scaling_list_mode == 1); in h264e_pps_update()
74 pps->pic_scaling_matrix_present = codec->scaling_list_mode; in h264e_pps_update()
75 if (codec->scaling_list_mode) { in h264e_pps_update()
H A Dh264e_api_v2.c456 (dst->scaling_list_mode != src->scaling_list_mode)) { in h264e_proc_h264_cfg()
457 dst->scaling_list_mode = src->scaling_list_mode; in h264e_proc_h264_cfg()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h783 RK_S32 scaling_list_mode; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h768 RK_S32 scaling_list_mode; member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp197 … S32, RK_S32, MPP_ENC_H264_CFG_CHANGE_SCALING_LIST, codec.h264, scaling_list_mode) \