Home
last modified time | relevance | path

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

/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()
621 (MAX_CTB_SIZE / MIN_TU_SIZE + 2) * sizeof(UWORD32)); in ihevcd_iquant_itrans_recon_ctb()
[all …]
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_utils.c310 num_luma_tu = num_luma_samples / (MIN_TU_SIZE * MIN_TU_SIZE); in ihevcd_get_tu_data_size()
1066 ctb_luma_min_tu_cnt = pic_size / (MIN_TU_SIZE * MIN_TU_SIZE); in ihevcd_parse_pic_init()
Dihevcd_api.c1785 vert_bs_size *= (ht + MAX_CTB_SIZE) / MIN_TU_SIZE; in ihevcd_allocate_dynamic_bufs()
1797 horz_bs_size *= (wd + MAX_CTB_SIZE) / MIN_TU_SIZE; in ihevcd_allocate_dynamic_bufs()
Dihevcd_process_slice.c1554 ctb_luma_min_tu_cnt = (1 << ps_sps->i1_log2_ctb_size) / MIN_TU_SIZE; in ihevcd_init_proc_ctxt()
/external/libhevc/common/
Dihevc_defs.h341 #define MIN_TU_SIZE 4 macro
361 #define MAX_TU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_TU_SIZE))
382 #define MAX_TU_IN_CTB ((MAX_CTB_SIZE / MIN_TU_SIZE) * \
383 (MAX_CTB_SIZE / MIN_TU_SIZE))
/external/libavc/common/
Dih264_defs.h504 #define MIN_TU_SIZE 4 macro
514 #define MAX_TU_IN_MB_ROW ((MB_SIZE / MIN_TU_SIZE))
529 #define MAX_TU_IN_MB ((MB_SIZE / MIN_TU_SIZE) * \
530 (MB_SIZE / MIN_TU_SIZE))