Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu541.c48 #define TILE_BUF_SIZE MPP_ALIGN(128 * 1024, 256) macro
1424 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_buf[0], TILE_BUF_SIZE); in vepu54x_h265_set_hw_address()
1428 mpp_buffer_get(ctx->tile_grp, &ctx->hw_tile_buf[1], TILE_BUF_SIZE); in vepu54x_h265_set_hw_address()
H A Dhal_h265e_vepu540c.c106 #define TILE_BUF_SIZE MPP_ALIGN(128 * 1024, 256) macro