Home
last modified time | relevance | path

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

/drivers/staging/media/hantro/
Dhantro_hevc.c48 u32 ctb_log2_size_y = min_cb_log2_size_y + sps->log2_diff_max_min_luma_coding_block_size; in hantro_hevc_mv_size() local
49 u32 pic_width_in_ctbs_y = (sps->pic_width_in_luma_samples + (1 << ctb_log2_size_y) - 1) in hantro_hevc_mv_size()
50 >> ctb_log2_size_y; in hantro_hevc_mv_size()
51 u32 pic_height_in_ctbs_y = (sps->pic_height_in_luma_samples + (1 << ctb_log2_size_y) - 1) in hantro_hevc_mv_size()
52 >> ctb_log2_size_y; in hantro_hevc_mv_size()
56 (1 << (2 * (ctb_log2_size_y - 4))) * 16; in hantro_hevc_mv_size()