Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_get_mv.c509 WORD32 ctb_row, ctb_col, index_pic_map, index_nbr_map; in ihevcd_get_mv_ctb() local
518 index_nbr_map = (0 + 1) * nbr_pu_idx_strd + (0 + 1); in ihevcd_get_mv_ctb()
524 … pu1_pic_pu_map_ctb[index_pic_map + ctb_col] = pu4_nbr_pu_idx[index_nbr_map + ctb_col] in ihevcd_get_mv_ctb()
528 index_nbr_map += nbr_pu_idx_strd; in ihevcd_get_mv_ctb()
Dihevcd_process_slice.c760 WORD32 ctb_row, ctb_col, index_pic_map, index_nbr_map; in ihevcd_process() local
769 index_nbr_map = (0 + 1) * nbr_pu_idx_strd + (0 + 1); in ihevcd_process()
775 … pu1_pic_pu_map_ctb[index_pic_map + ctb_col] = pu4_nbr_pu_idx[index_nbr_map + ctb_col] in ihevcd_process()
779 index_nbr_map += nbr_pu_idx_strd; in ihevcd_process()
Dihevcd_parse_slice.c3168 WORD32 ctb_row, ctb_col, index_pic_map, index_nbr_map; in ihevcd_parse_slice_data() local
3177 index_nbr_map = (0 + 1) * nbr_pu_idx_strd + (0 + 1); in ihevcd_parse_slice_data()
3183 … pu1_pic_pu_map_ctb[index_pic_map + ctb_col] = pu4_nbr_pu_idx[index_nbr_map + ctb_col] in ihevcd_parse_slice_data()
3187 index_nbr_map += nbr_pu_idx_strd; in ihevcd_parse_slice_data()