Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_reg_tbl.h101 #define VEPU_REG_H264_SLICE_SIZE(x) (((x) & 0x7f) << 23) macro
H A Dhal_h264e_vepu2_reg_tbl.h120 #define VEPU_REG_H264_SLICE_SIZE(x) (((x) & 0x7f) << 8) macro
H A Dhal_h264e_vepu1_v2.c367 val |= VEPU_REG_H264_SLICE_SIZE(hw_mbrc->slice_size_mb_rows) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c408 val |= VEPU_REG_H264_SLICE_SIZE(hw_mbrc->slice_size_mb_rows); in hal_h264e_vepu2_gen_regs_v2()
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Drk3399_vpu_regs.h110 #define VEPU_REG_H264_SLICE_SIZE(x) (((x) & 0x7f) << 8) macro