Home
last modified time | relevance | path

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

/drivers/staging/media/hantro/
Drockchip_vpu_hw.c53 .step_width = MB_DIM,
56 .step_height = MB_DIM,
81 .step_width = MB_DIM,
84 .step_height = MB_DIM,
94 .step_width = MB_DIM,
97 .step_height = MB_DIM,
107 .step_width = MB_DIM,
110 .step_height = MB_DIM,
127 .step_width = MB_DIM,
130 .step_height = MB_DIM,
[all …]
Dsama5d4_vdec_hw.c34 .step_width = MB_DIM,
37 .step_height = MB_DIM,
47 .step_width = MB_DIM,
50 .step_height = MB_DIM,
60 .step_width = MB_DIM,
63 .step_height = MB_DIM,
Dimx8m_vpu_hw.c101 .step_width = MB_DIM,
104 .step_height = MB_DIM,
114 .step_width = MB_DIM,
117 .step_height = MB_DIM,
127 .step_width = MB_DIM,
130 .step_height = MB_DIM,
147 .step_width = MB_DIM,
150 .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()