Searched refs:MIN_CU_SIZE (Results 1 – 5 of 5) sorted by relevance
363 #define MIN_CU_SIZE 8 macro371 #define MAX_CU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_CU_SIZE))377 #define MAX_CU_IN_CTB ((MAX_CTB_SIZE / MIN_CU_SIZE) * \378 (MAX_CTB_SIZE / MIN_CU_SIZE))
2221 for (pu_y = 0; pu_y < ctb_skip_ht ; pu_y += MIN_CU_SIZE) in ihevcd_set_ctb_skip()2223 for (pu_x = 0; pu_x < ctb_skip_wd ; pu_x += MIN_CU_SIZE) in ihevcd_set_ctb_skip()2247 u4_mask = (LSB_ONES((MIN_CU_SIZE >> 3)) << (((tu_abs_x) / 8) % 8)); in ihevcd_set_ctb_skip()3477 …_pic_height_in_luma_samples * ps_sps->i2_pic_width_in_luma_samples) / (MIN_CU_SIZE * MIN_CU_SIZE)); in ihevcd_parse_slice_data()3483 …(ps_sps->i2_pic_width_in_luma_samples / MIN_CU_SIZE) * (ps_sps->i2_pic_height_in_luma_samples / MI… in ihevcd_parse_slice_data()
1592 max_num_cu_cols = wd / MIN_CU_SIZE; in ihevcd_allocate_dynamic_bufs()1593 max_num_cu_rows = ht / MIN_CU_SIZE; in ihevcd_allocate_dynamic_bufs()1909 num_8x8 = (ht * wd) / (MIN_CU_SIZE * MIN_CU_SIZE); in ihevcd_allocate_dynamic_bufs()
292 num_cu_in_ctb = ctb_size / MIN_CU_SIZE; in ihevce_mem_manager_init()
4471 num_cu_in_ctb = ctb_size / MIN_CU_SIZE; in ihevce_enc_loop_init()