Home
last modified time | relevance | path

Searched refs:H264E_CABAC_TABLE_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vpu_tbl_v2.h22 #define H264E_CABAC_TABLE_BUF_SIZE (52*2*464) macro
H A Dhal_h264e_vepu_v2.c130 RK_U8 table[H264E_CABAC_TABLE_BUF_SIZE] = {0}; in vepu_write_cabac_table()
157 vepu_swap_endian((RK_U32 *)table, H264E_CABAC_TABLE_BUF_SIZE); in vepu_write_cabac_table()
158 mpp_buffer_write(buf, 0, table, H264E_CABAC_TABLE_BUF_SIZE); in vepu_write_cabac_table()
213 mpp_buffer_get(bufs->group, &bufs->cabac_table, H264E_CABAC_TABLE_BUF_SIZE); in h264e_vepu_buf_set_cabac_idc()