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.c1582 dec_slice_struct_t *ps_parse_cur_slice; in ih264d_mark_err_slice_skip() local
1583 ps_parse_cur_slice = ps_dec->ps_dec_slice_buf + ps_dec->u2_cur_slice_num; in ih264d_mark_err_slice_skip()
1586 && ps_parse_cur_slice == ps_dec->ps_parse_cur_slice) in ih264d_mark_err_slice_skip()
1666 if(ps_dec->ps_parse_cur_slice->u4_first_mb_in_slice < in ih264d_mark_err_slice_skip()
1672 ps_dec->ps_parse_cur_slice++; in ih264d_mark_err_slice_skip()
1679 ps_dec->ps_parse_cur_slice = ps_dec->ps_dec_slice_buf in ih264d_mark_err_slice_skip()
1706 ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc = (volatile void **)pu1_buf; in ih264d_mark_err_slice_skip()
1716 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()
1717 ps_dec->ps_parse_cur_slice->u2_log2Y_crwd = ps_dec->ps_cur_slice->u2_log2Y_crwd; in ih264d_mark_err_slice_skip()
1722 ps_dec->ps_parse_cur_slice->pv_tu_coeff_data_start = ps_dec->pv_parse_tu_coeff_data; in ih264d_mark_err_slice_skip()
[all …]
Dih264d_parse_slice.c377 ps_dec->ps_parse_cur_slice = &(ps_dec->ps_dec_slice_buf[0]); in ih264d_start_of_pic()
1428 ps_dec->ps_parse_cur_slice++; in ih264d_parse_decode_slice()
1799 ps_dec->ps_parse_cur_slice->u4_first_mb_in_slice = in ih264d_parse_decode_slice()
1801 ps_dec->ps_parse_cur_slice->slice_type = in ih264d_parse_decode_slice()
1826 ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc = ( void *)pu1_buf; in ih264d_parse_decode_slice()
1831 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.c1540 memcpy((void *)ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc, in ih264d_parse_bslice()
1571 ps_dec->ps_parse_cur_slice->u2_log2Y_crwd = in ih264d_parse_bslice()
Dih264d_structs.h1279 volatile dec_slice_struct_t * volatile ps_parse_cur_slice; member
Dih264d_utils.c1890 ps_dec->ps_parse_cur_slice = &(ps_dec->ps_dec_slice_buf[0]); in ih264d_allocate_dynamic_bufs()