Searched refs:MB_DIM (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/staging/media/hantro/ |
| D | rockchip_vpu_hw.c | 53 .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 …]
|
| D | sama5d4_vdec_hw.c | 33 .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,
|
| D | imx8m_vpu_hw.c | 100 .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,
|
| D | hantro_hw.h | 19 #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)
|
| D | hantro_g1_h264_dec.c | 222 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
|
| D | rockchip_vpu2_hw_h264_dec.c | 439 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
|