Home
last modified time | relevance | path

Searched refs:entropy_coding_mode (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c52 pps->entropy_coding_mode = codec->entropy_coding_mode; in h264e_pps_update()
99 if (codec->profile == H264_PROFILE_BASELINE && pps->entropy_coding_mode) { in h264e_pps_update()
101 pps->entropy_coding_mode = 0; in h264e_pps_update()
136 mpp_writer_put_bits(bit, pps->entropy_coding_mode, 1); in h264e_pps_to_packet()
H A Dh264e_slice.c53 slice->entropy_coding_mode = h264->entropy_coding_mode; in h264e_slice_update()
68 slice->cabac_init_idc = h264->entropy_coding_mode ? h264->cabac_init_idc : -1; in h264e_slice_update()
485 if (slice->entropy_coding_mode && slice->slice_type != H264_I_SLICE) { in h264e_slice_read()
514 if (slice->entropy_coding_mode) { in h264e_slice_read()
693 if (slice->entropy_coding_mode && slice->slice_type != H264_I_SLICE) { in h264e_slice_write_header()
721 if (slice->entropy_coding_mode) { in h264e_slice_write_header()
743 if (slice->entropy_coding_mode) in h264e_slice_write()
940 if (slice->entropy_coding_mode) { in h264e_slice_write_pskip()
H A Dh264e_api_v2.c375 RK_S32 entropy_coding_mode; in h264e_proc_h264_cfg() local
500 entropy_coding_mode = dst->entropy_coding_mode_ex; in h264e_proc_h264_cfg()
508 if (disable_cabac && entropy_coding_mode) { in h264e_proc_h264_cfg()
510 entropy_coding_mode, dst->profile); in h264e_proc_h264_cfg()
512 entropy_coding_mode = 0; in h264e_proc_h264_cfg()
529 dst->entropy_coding_mode = entropy_coding_mode; in h264e_proc_h264_cfg()
H A Dh264e_pps.h30 RK_S32 entropy_coding_mode; member
H A Dh264e_slice.h94 RK_U32 entropy_coding_mode; member
/OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c268 if (slice->entropy_coding_mode) { in h264e_vepu_stream_amend_proc()
297 if (slice->entropy_coding_mode) { in h264e_vepu_stream_amend_proc()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/
H A Dhva-h264.c300 u16 entropy_coding_mode; member
645 td->entropy_coding_mode = (ctrls->entropy_mode == cavlc) ? CAVLC : in hva_h264_prepare_task()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h758 RK_S32 entropy_coding_mode; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h743 RK_S32 entropy_coding_mode; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c360 if (pps->entropy_coding_mode) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c401 if (pps->entropy_coding_mode) in hal_h264e_vepu2_gen_regs_v2()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c563 regs->reg105.etpy_mode = pps->entropy_coding_mode; in setup_vepu541_codec()
780 !pps->entropy_coding_mode; in setup_vepu541_rdo_pred()
H A Dhal_h264e_vepu540c.c547 regs->reg_base.synt_pps.etpy_mode = pps->entropy_coding_mode; in setup_vepu540c_codec()
758 !pps->entropy_coding_mode; in setup_vepu540c_rdo_pred()
H A Dhal_h264e_vepu580.c892 regs->reg_base.synt_pps.etpy_mode = pps->entropy_coding_mode; in setup_vepu580_codec()
1109 !pps->entropy_coding_mode; in setup_vepu580_rdo_pred()