Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_defs.h290 #define MIN_TU_SIZE 4 macro
305 #define MAX_TU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_TU_SIZE))
326 #define MAX_TU_IN_CTB ((MAX_CTB_SIZE / MIN_TU_SIZE) * \
327 (MAX_CTB_SIZE / MIN_TU_SIZE))
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c259 subblk_pos_x = subblk_pos_x * MIN_TU_SIZE; in ihevcd_unpack_coeffs()
260 subblk_pos_y = subblk_pos_y * MIN_TU_SIZE; in ihevcd_unpack_coeffs()
366 u1_bot_lt_avail = (pu4_intra_nbr_avail[1 + cur_y + trans_size / MIN_TU_SIZE] in ihevcd_get_intra_nbr_flag()
373 >> (31 - (1 + cur_x + trans_size / MIN_TU_SIZE))) & 1; in ihevcd_get_intra_nbr_flag()
377 x_cur = ps_proc->i4_ctb_x * ctb_size + cur_x * MIN_TU_SIZE; in ihevcd_get_intra_nbr_flag()
378 y_cur = ps_proc->i4_ctb_y * ctb_size + cur_y * MIN_TU_SIZE; in ihevcd_get_intra_nbr_flag()
496 - (ps_tu->b4_pos_x * MIN_TU_SIZE) in ihevcd_get_intra_nbr_flag()
504 - (ps_tu->b4_pos_y * MIN_TU_SIZE) in ihevcd_get_intra_nbr_flag()
552 UWORD32 au4_intra_nbr_avail[MAX_CTB_SIZE / MIN_TU_SIZE in ihevcd_iquant_itrans_recon_ctb()
619 (MAX_CTB_SIZE / MIN_TU_SIZE + 2) * sizeof(UWORD32)); in ihevcd_iquant_itrans_recon_ctb()
[all …]
Dihevcd_utils.c391 num_luma_tu = num_luma_samples / (MIN_TU_SIZE * MIN_TU_SIZE); in ihevcd_get_tu_data_size()
952 ctb_luma_min_tu_cnt = pic_size / (MIN_TU_SIZE * MIN_TU_SIZE); in ihevcd_parse_pic_init()
Dihevcd_get_mv.c185 WORD32 shift = (31 - (ctb_size / MIN_TU_SIZE)); in ihevcd_get_mv_ctb()
190 shift += ((ctb_size - ctb_size_top) / MIN_TU_SIZE); in ihevcd_get_mv_ctb()
Dihevcd_api.c2231 vert_bs_size *= (max_ht_luma + MAX_CTB_SIZE) / MIN_TU_SIZE; in ihevcd_fill_num_mem_rec()
2243 horz_bs_size *= (max_wd_luma + MAX_CTB_SIZE) / MIN_TU_SIZE; in ihevcd_fill_num_mem_rec()
2869 vert_bs_size *= (ps_codec->i4_max_ht + MAX_CTB_SIZE) / MIN_TU_SIZE; in ihevcd_init_mem_rec()
2881 horz_bs_size *= (ps_codec->i4_max_wd + MAX_CTB_SIZE) / MIN_TU_SIZE; in ihevcd_init_mem_rec()
Dihevcd_process_slice.c1533 ctb_luma_min_tu_cnt = (1 << ps_sps->i1_log2_ctb_size) / MIN_TU_SIZE; in ihevcd_init_proc_ctxt()