Searched refs:MB_DIM (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/media/hantro/ |
D | rockchip_vpu_hw.c | 53 .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 …]
|
D | sama5d4_vdec_hw.c | 34 .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,
|
D | imx8m_vpu_hw.c | 101 .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,
|
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()
|