Home
last modified time | relevance | path

Searched refs:H264_MB_DIM (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro.h33 #define H264_MB_DIM 16 macro
34 #define H264_MB_WIDTH(w) DIV_ROUND_UP(w, H264_MB_DIM)
35 #define H264_MB_HEIGHT(h) DIV_ROUND_UP(h, H264_MB_DIM)
Drk3288_vpu_hw.c71 .step_width = H264_MB_DIM,
74 .step_height = H264_MB_DIM,