Home
last modified time | relevance | path

Searched refs:VP9_CTU_SIZE (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu34x.c38 #define VP9_CTU_SIZE 64 macro
283 width = MPP_ALIGN(width, VP9_CTU_SIZE); in vp9d_refine_rcb_size()
284 height = MPP_ALIGN(height, VP9_CTU_SIZE); in vp9d_refine_rcb_size()
390 mv_size = vdpu34x_get_colmv_size(width, height, VP9_CTU_SIZE, colmv_byte, colmv_size, compress); in hal_vp9d_vdpu34x_setup_colmv_buf()
H A Dhal_vp9d_vdpu382.c38 #define VP9_CTU_SIZE 64 macro
284 width = MPP_ALIGN(width, VP9_CTU_SIZE); in vp9d_refine_rcb_size()
285 height = MPP_ALIGN(height, VP9_CTU_SIZE); in vp9d_refine_rcb_size()
403 mv_size = vdpu382_get_colmv_size(width, height, VP9_CTU_SIZE, colmv_byte, colmv_size, compress); in hal_vp9d_vdpu382_setup_colmv_buf()
H A Dhal_vp9d_vdpu383.c27 #define VP9_CTU_SIZE 64 macro
391 width = MPP_ALIGN(width, VP9_CTU_SIZE); in vp9d_refine_rcb_size()
392 height = MPP_ALIGN(height, VP9_CTU_SIZE); in vp9d_refine_rcb_size()