Home
last modified time | relevance | path

Searched refs:ps_parse_cur_slice (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_pslice.c1576 dec_slice_struct_t *ps_parse_cur_slice; in ih264d_mark_err_slice_skip() local
1577 ps_parse_cur_slice = ps_dec->ps_dec_slice_buf + ps_dec->u2_cur_slice_num; in ih264d_mark_err_slice_skip()
1580 && ps_parse_cur_slice == ps_dec->ps_parse_cur_slice) in ih264d_mark_err_slice_skip()
1658 ps_dec->ps_parse_cur_slice++; in ih264d_mark_err_slice_skip()
1664 ps_dec->ps_parse_cur_slice = ps_dec->ps_dec_slice_buf in ih264d_mark_err_slice_skip()
1693 ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc = (volatile void **)pu1_buf; in ih264d_mark_err_slice_skip()
1703 ps_dec->ps_parse_cur_slice->u4_first_mb_in_slice = ps_dec->u2_total_mbs_coded << u1_mbaff; in ih264d_mark_err_slice_skip()
1704 ps_dec->ps_parse_cur_slice->u2_log2Y_crwd = ps_dec->ps_cur_slice->u2_log2Y_crwd; in ih264d_mark_err_slice_skip()
1709 ps_dec->ps_parse_cur_slice->pv_tu_coeff_data_start = ps_dec->pv_parse_tu_coeff_data; in ih264d_mark_err_slice_skip()
1723 ps_dec->ps_parse_cur_slice->slice_type = P_SLICE; in ih264d_mark_err_slice_skip()
[all …]
Dih264d_parse_slice.c374 ps_dec->ps_parse_cur_slice = &(ps_dec->ps_dec_slice_buf[0]); in ih264d_start_of_pic()
1430 ps_dec->ps_parse_cur_slice++; in ih264d_parse_decode_slice()
1840 ps_dec->ps_parse_cur_slice->u4_first_mb_in_slice = in ih264d_parse_decode_slice()
1842 ps_dec->ps_parse_cur_slice->slice_type = in ih264d_parse_decode_slice()
1869 ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc = ( void *)pu1_buf; in ih264d_parse_decode_slice()
1874 ps_dec->ps_parse_cur_slice->pv_tu_coeff_data_start = ps_dec->pv_parse_tu_coeff_data; in ih264d_parse_decode_slice()
Dih264d_parse_bslice.c1555 memcpy((void *)ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc, in ih264d_parse_bslice()
1586 ps_dec->ps_parse_cur_slice->u2_log2Y_crwd = in ih264d_parse_bslice()
Dih264d_structs.h1281 volatile dec_slice_struct_t * volatile ps_parse_cur_slice; member
Dih264d_utils.c1881 ps_dec->ps_parse_cur_slice = &(ps_dec->ps_dec_slice_buf[0]); in ih264d_allocate_dynamic_bufs()