Home
last modified time | relevance | path

Searched refs:cabac_table (Results 1 – 10 of 10) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c186 if (bufs->cabac_table) in h264e_vepu_buf_deinit()
187 mpp_buffer_put(bufs->cabac_table); in h264e_vepu_buf_deinit()
212 if (idc >= 0 && !bufs->cabac_table) in h264e_vepu_buf_set_cabac_idc()
213 mpp_buffer_get(bufs->group, &bufs->cabac_table, H264E_CABAC_TABLE_BUF_SIZE); in h264e_vepu_buf_set_cabac_idc()
215 if (bufs->cabac_table && idc != bufs->cabac_init_idc && idc >= 0) in h264e_vepu_buf_set_cabac_idc()
216 vepu_write_cabac_table(bufs->cabac_table, idc); in h264e_vepu_buf_set_cabac_idc()
H A Dhal_h264e_vepu1_v2.c453 MppBuffer cabac_table = hw_bufs->cabac_table; in hal_h264e_vepu1_gen_regs_v2() local
454 RK_S32 cabac_table_fd = cabac_table ? mpp_buffer_get_fd(cabac_table) : 0; in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu_v2.h90 MppBuffer cabac_table; member
H A Dhal_h264e_vepu2_v2.c503 MppBuffer cabac_table = hw_bufs->cabac_table; in hal_h264e_vepu2_gen_regs_v2() local
504 RK_S32 cabac_table_fd = cabac_table ? mpp_buffer_get_fd(cabac_table) : 0; in hal_h264e_vepu2_gen_regs_v2()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h143 extern RK_U8 cabac_table[27456];
H A Dhal_h265d_rkv.c194 ret = mpp_buffer_get(reg_ctx->group, &reg_ctx->cabac_table_data, sizeof(cabac_table)); in hal_h265d_rkv_init()
200 ret = mpp_buffer_write(reg_ctx->cabac_table_data, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_rkv_init()
H A Dhal_h265d_vdpu382.c156 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu382_init()
H A Dhal_h265d_com.c729 RK_U8 cabac_table[27456] = { variable
H A Dhal_h265d_vdpu34x.c158 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu34x_init()
H A Dhal_h265d_vdpu383.c170 ret = mpp_buffer_write(reg_ctx->bufs, 0, (void*)cabac_table, sizeof(cabac_table)); in hal_h265d_vdpu383_init()