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.c704 WORD32 nbr_pu_idx_strd = MAX_CTB_SIZE / MIN_PU_SIZE + 2; in ihevcd_process() local
736 * nbr_pu_idx_strd] = in ihevcd_process()
754 … pu4_nbr_pu_idx[(ctb_size / MIN_PU_SIZE) + (i + 1) * nbr_pu_idx_strd]; in ihevcd_process()
758 … pu4_nbr_pu_idx[(ctb_size_left / MIN_PU_SIZE) * nbr_pu_idx_strd + i + 1]; in ihevcd_process()
Dihevcd_parse_slice.c2968 WORD32 nbr_pu_idx_strd = MAX_CTB_SIZE / MIN_PU_SIZE + 2; in ihevcd_parse_slice_data() local
3003 * nbr_pu_idx_strd] = in ihevcd_parse_slice_data()
3021 + (i + 1) * nbr_pu_idx_strd]; in ihevcd_parse_slice_data()
3025 … pu4_nbr_pu_idx[(ctb_size_left / MIN_PU_SIZE) * nbr_pu_idx_strd + i + 1]; in ihevcd_parse_slice_data()