Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/verisilicon/
Drockchip_vpu_hw.c53 .step_width = MB_DIM,
56 .step_height = MB_DIM,
69 .step_width = MB_DIM,
72 .step_height = MB_DIM,
84 .step_width = MB_DIM,
87 .step_height = MB_DIM,
97 .step_width = MB_DIM,
100 .step_height = MB_DIM,
110 .step_width = MB_DIM,
113 .step_height = MB_DIM,
[all …]
Dsama5d4_vdec_hw.c22 .step_width = MB_DIM,
25 .step_height = MB_DIM,
37 .step_width = MB_DIM,
40 .step_height = MB_DIM,
50 .step_width = MB_DIM,
53 .step_height = MB_DIM,
63 .step_width = MB_DIM,
66 .step_height = MB_DIM,
76 .step_width = MB_DIM,
79 .step_height = MB_DIM,
Dimx8m_vpu_hw.c89 .step_width = MB_DIM,
92 .step_height = MB_DIM,
104 .step_width = MB_DIM,
107 .step_height = MB_DIM,
117 .step_width = MB_DIM,
120 .step_height = MB_DIM,
130 .step_width = MB_DIM,
133 .step_height = MB_DIM,
143 .step_width = MB_DIM,
146 .step_height = MB_DIM,
[all …]
Dhantro_hw.h20 #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.c222 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
Dhantro_v4l2.c679 round_up(rect->width, MB_DIM) != ctx->src_fmt.width || in vidioc_s_selection()
680 round_up(rect->height, MB_DIM) != ctx->src_fmt.height) { in vidioc_s_selection()
Drockchip_vpu2_hw_h264_dec.c439 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()