Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_get_mv.c130 WORD32 nbr_pu_idx_strd; in ihevcd_get_mv_ctb() local
151 nbr_pu_idx_strd = MAX_CTB_SIZE / MIN_PU_SIZE + 2; in ihevcd_get_mv_ctb()
260 pu4_nbr_pu_idx[(i + 1) * nbr_pu_idx_strd] = pu4_ctb_left_pu_idx[i]; in ihevcd_get_mv_ctb()
328 + (1 + pu_y_in_4x4_single_mcl - 1) * nbr_pu_idx_strd]; in ihevcd_get_mv_ctb()
330 pu4_left_pu_idx = pu4_top_pu_idx - 1 + nbr_pu_idx_strd; in ihevcd_get_mv_ctb()
355 pu4_top_left_pu_idx, nbr_pu_idx_strd, in ihevcd_get_mv_ctb()
410 nbr_pu_idx_strd, ps_pu, part_mode, in ihevcd_get_mv_ctb()
468 offset = (1 + pu_x_in_4x4 + 0) + (1 + pu_y_in_4x4 + 0) * nbr_pu_idx_strd; in ihevcd_get_mv_ctb()
476 offset += nbr_pu_idx_strd; in ihevcd_get_mv_ctb()
486 offset_left = ctb_size_in_min_pu + (0 + 1) * nbr_pu_idx_strd; in ihevcd_get_mv_ctb()
[all …]
Dihevcd_process_slice.c706 WORD32 nbr_pu_idx_strd = MAX_CTB_SIZE / MIN_PU_SIZE + 2; in ihevcd_process() local
732 * nbr_pu_idx_strd] = in ihevcd_process()
750 … pu4_nbr_pu_idx[(ctb_size / MIN_PU_SIZE) + (i + 1) * nbr_pu_idx_strd]; in ihevcd_process()
754 … pu4_nbr_pu_idx[(ctb_size_left / MIN_PU_SIZE) * nbr_pu_idx_strd + i + 1]; in ihevcd_process()
762 first_pu_of_ctb = pu4_nbr_pu_idx[1 + nbr_pu_idx_strd]; in ihevcd_process()
765 index_nbr_map = (0 + 1) * nbr_pu_idx_strd + (0 + 1); in ihevcd_process()
775 index_nbr_map += nbr_pu_idx_strd; in ihevcd_process()
Dihevcd_parse_slice.c3112 WORD32 nbr_pu_idx_strd = MAX_CTB_SIZE / MIN_PU_SIZE + 2; in ihevcd_parse_slice_data() local
3139 * nbr_pu_idx_strd] = in ihevcd_parse_slice_data()
3157 + (i + 1) * nbr_pu_idx_strd]; in ihevcd_parse_slice_data()
3161 … pu4_nbr_pu_idx[(ctb_size_left / MIN_PU_SIZE) * nbr_pu_idx_strd + i + 1]; in ihevcd_parse_slice_data()
3170 first_pu_of_ctb = pu4_nbr_pu_idx[1 + nbr_pu_idx_strd]; in ihevcd_parse_slice_data()
3173 index_nbr_map = (0 + 1) * nbr_pu_idx_strd + (0 + 1); in ihevcd_parse_slice_data()
3183 index_nbr_map += nbr_pu_idx_strd; in ihevcd_parse_slice_data()