Searched refs:MB_DIM (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu_hw.c | 57 .step_width = MB_DIM, 60 .step_height = MB_DIM, 73 .step_width = MB_DIM, 76 .step_height = MB_DIM, 89 .step_width = MB_DIM, 92 .step_height = MB_DIM, 103 .step_width = MB_DIM, 106 .step_height = MB_DIM, 118 .step_width = MB_DIM, 121 .step_height = MB_DIM, [all …]
|
H A D | sama5d4_vdec_hw.c | 22 .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,
|
H A D | stm32mp25_vpu_hw.c | 26 .step_width = MB_DIM, 29 .step_height = MB_DIM, 39 .step_width = MB_DIM, 42 .step_height = MB_DIM, 52 .step_width = MB_DIM, 55 .step_height = MB_DIM, 89 .step_width = MB_DIM, 92 .step_height = MB_DIM,
|
H A D | hantro_hw.h | 23 #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 D | hantro_g1_h264_dec.c | 222 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
|
H A D | rockchip_vpu2_hw_h264_dec.c | 439 offset = ALIGN(ctx->src_fmt.width, MB_DIM); in set_buffers()
|