Home
last modified time | relevance | path

Searched refs:cabac_init_idc (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c126 static void vepu_write_cabac_table(MppBuffer buf, RK_S32 cabac_init_idc) in vepu_write_cabac_table() argument
139 context = &h264_context_init[cabac_init_idc]; in vepu_write_cabac_table()
170 bufs->cabac_init_idc = -1; in h264e_vepu_buf_init()
201 bufs->cabac_init_idc = -1; in h264e_vepu_buf_deinit()
215 if (bufs->cabac_table && idc != bufs->cabac_init_idc && idc >= 0) in h264e_vepu_buf_set_cabac_idc()
218 bufs->cabac_init_idc = idc; in h264e_vepu_buf_set_cabac_idc()
H A Dhal_h264e_vepu_v2.h89 RK_S32 cabac_init_idc; member
H A Dhal_h264e_vepu1_v2.c218 h264e_vepu_buf_set_cabac_idc(hw_bufs, slice->cabac_init_idc); in hal_h264e_vepu1_get_task_v2()
359 val |= VEPU_REG_CABAC_INIT_IDC(slice->cabac_init_idc); in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c219 h264e_vepu_buf_set_cabac_idc(hw_bufs, slice->cabac_init_idc); in hal_h264e_vepu2_get_task_v2()
400 val |= VEPU_REG_CABAC_INIT_IDC(slice->cabac_init_idc); in hal_h264e_vepu2_gen_regs_v2()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c376 RK_S32 cabac_init_idc; in h264e_proc_h264_cfg() local
501 cabac_init_idc = dst->cabac_init_idc_ex; in h264e_proc_h264_cfg()
515 if (disable_cabac && cabac_init_idc >= 0) { in h264e_proc_h264_cfg()
517 cabac_init_idc, dst->profile); in h264e_proc_h264_cfg()
519 cabac_init_idc = -1; in h264e_proc_h264_cfg()
530 dst->cabac_init_idc = cabac_init_idc; in h264e_proc_h264_cfg()
H A Dh264e_slice.c68 slice->cabac_init_idc = h264->entropy_coding_mode ? h264->cabac_init_idc : -1; in h264e_slice_update()
487 ret |= mpp_read_ue(&bit, &slice->cabac_init_idc); in h264e_slice_read()
489 bit.used_bits, slice->cabac_init_idc); in h264e_slice_read()
695 mpp_writer_put_ue(s, slice->cabac_init_idc); in h264e_slice_write_header()
697 mpp_writer_bits(s), slice->cabac_init_idc); in h264e_slice_write_header()
945 init_context(&ctx, slice->qp_init, slice->cabac_init_idc, s); in h264e_slice_write_pskip()
H A Dh264e_slice.h111 RK_U32 cabac_init_idc; member
/OK3568_Linux_fs/kernel/include/media/
H A Dh264-ctrls.h164 __u8 cabac_init_idc; member
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu2_reg.h222 RK_U32 cabac_init_idc : 2; member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h154 RK_U8 cabac_init_idc; member
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h760 RK_S32 cabac_init_idc; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h745 RK_S32 cabac_init_idc; member
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_venc.h469 RK_U32 cabac_init_idc; member
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c425 reg |= slice->cabac_init_idc & 0x3; in cedrus_set_params()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c578 regs->reg106.cbc_init_idc = slice->cabac_init_idc; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c562 regs->reg_base.synt_sli0.cbc_init_idc = slice->cabac_init_idc; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c907 regs->reg_base.synt_sli0.cbc_init_idc = slice->cabac_init_idc; in setup_vepu580_codec()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1903 - ``cabac_init_idc``