Home
last modified time | relevance | path

Searched refs:MB_DIM (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Drockchip_vpu_hw.c57 .step_width = MB_DIM,
60 .step_height = MB_DIM,
73 .step_width = MB_DIM,
76 .step_height = MB_DIM,
90 .step_width = MB_DIM,
93 .step_height = MB_DIM,
104 .step_width = MB_DIM,
107 .step_height = MB_DIM,
119 .step_width = MB_DIM,
122 .step_height = MB_DIM,
[all...]
H A 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,
[all...]
H A 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...]
H A Dhantro_hw.h23 #define MB_DIM 16 macro
25 #define MB_WIDTH(w) DIV_ROUND_UP(w, MB_DIM)
26 #define MB_HEIGHT(h) DIV_ROUND_UP(h, MB_DIM)
H A Dhantro_g1_h264_dec.c222 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
H A Dhantro_v4l2.c708 round_up(rect->width, MB_DIM) != ctx->src_fmt.width || in vidioc_s_selection()
709 round_up(rect->height, MB_DIM) != ctx->src_fmt.height) { in vidioc_s_selection()
H A Drockchip_vpu2_hw_h264_dec.c439 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A 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,
H A 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,
H A Dimx8m_vpu_hw.c99 .step_width = MB_DIM,
102 .step_height = MB_DIM,
125 .step_width = MB_DIM,
128 .step_height = MB_DIM,
H A 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)
H A Dhantro_g1_h264_dec.c248 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()

Completed in 7 milliseconds