Home
last modified time | relevance | path

Searched refs:MB_DIM (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/staging/media/hantro/
Drockchip_vpu_hw.c53 .step_width = MB_DIM,
56 .step_height = MB_DIM,
80 .step_width = MB_DIM,
83 .step_height = MB_DIM,
93 .step_width = MB_DIM,
96 .step_height = MB_DIM,
106 .step_width = MB_DIM,
109 .step_height = MB_DIM,
126 .step_width = MB_DIM,
129 .step_height = MB_DIM,
[all …]
Dsama5d4_vdec_hw.c33 .step_width = MB_DIM,
36 .step_height = MB_DIM,
46 .step_width = MB_DIM,
49 .step_height = MB_DIM,
59 .step_width = MB_DIM,
62 .step_height = MB_DIM,
Dimx8m_vpu_hw.c100 .step_width = MB_DIM,
103 .step_height = MB_DIM,
113 .step_width = MB_DIM,
116 .step_height = MB_DIM,
126 .step_width = MB_DIM,
129 .step_height = MB_DIM,
146 .step_width = MB_DIM,
149 .step_height = MB_DIM,
Dhantro_hw.h19 #define MB_DIM 16 macro
20 #define MB_WIDTH(w) DIV_ROUND_UP(w, MB_DIM)
21 #define MB_HEIGHT(h) DIV_ROUND_UP(h, MB_DIM)
Dhantro_g1_h264_dec.c222 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
Drockchip_vpu2_hw_h264_dec.c439 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()