Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/hantro/
Drk3288_vpu_hw.c51 .step_width = MB_DIM,
54 .step_height = MB_DIM,
78 .step_width = MB_DIM,
81 .step_height = MB_DIM,
91 .step_width = MB_DIM,
94 .step_height = MB_DIM,
104 .step_width = MB_DIM,
107 .step_height = MB_DIM,
Drk3399_vpu_hw.c50 .step_width = MB_DIM,
53 .step_height = MB_DIM,
70 .step_width = MB_DIM,
73 .step_height = MB_DIM,
83 .step_width = MB_DIM,
86 .step_height = MB_DIM,
Dimx8m_vpu_hw.c99 .step_width = MB_DIM,
102 .step_height = MB_DIM,
125 .step_width = MB_DIM,
128 .step_height = MB_DIM,
Dhantro_hw.h21 #define MB_DIM 16 macro
22 #define MB_WIDTH(w) DIV_ROUND_UP(w, MB_DIM)
23 #define MB_HEIGHT(h) DIV_ROUND_UP(h, MB_DIM)
Dhantro_g1_h264_dec.c248 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()