Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_defs.h356 #define MIN_CU_SIZE 8 macro
364 #define MAX_CU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_CU_SIZE))
370 #define MAX_CU_IN_CTB ((MAX_CTB_SIZE / MIN_CU_SIZE) * \
371 (MAX_CTB_SIZE / MIN_CU_SIZE))
/external/libhevc/decoder/
Dihevcd_parse_slice.c2221 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()
3473 …_pic_height_in_luma_samples * ps_sps->i2_pic_width_in_luma_samples) / (MIN_CU_SIZE * MIN_CU_SIZE)); in ihevcd_parse_slice_data()
3479 …(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()
Dihevcd_api.c1499 max_num_cu_cols = wd / MIN_CU_SIZE; in ihevcd_allocate_dynamic_bufs()
1500 max_num_cu_rows = ht / MIN_CU_SIZE; in ihevcd_allocate_dynamic_bufs()
1815 num_8x8 = (ht * wd) / (MIN_CU_SIZE * MIN_CU_SIZE); in ihevcd_allocate_dynamic_bufs()