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.c1587 dec_slice_struct_t *ps_parse_cur_slice; in ih264d_mark_err_slice_skip() local
1588 ps_parse_cur_slice = ps_dec->ps_dec_slice_buf + ps_dec->u2_cur_slice_num; in ih264d_mark_err_slice_skip()
1591 && ps_parse_cur_slice == ps_dec->ps_parse_cur_slice) in ih264d_mark_err_slice_skip()
1671 if(ps_dec->ps_parse_cur_slice->u4_first_mb_in_slice < in ih264d_mark_err_slice_skip()
1677 ps_dec->ps_parse_cur_slice++; in ih264d_mark_err_slice_skip()
1684 ps_dec->ps_parse_cur_slice = ps_dec->ps_dec_slice_buf in ih264d_mark_err_slice_skip()
1711 ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc = (volatile void **)pu1_buf; in ih264d_mark_err_slice_skip()
1721 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()
1722 ps_dec->ps_parse_cur_slice->u2_log2Y_crwd = ps_dec->ps_cur_slice->u2_log2Y_crwd; in ih264d_mark_err_slice_skip()
1727 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()
1440 (ps_dec->ps_parse_cur_slice->u4_first_mb_in_slice < in ih264d_parse_decode_slice()
1443 ps_dec->ps_parse_cur_slice++; in ih264d_parse_decode_slice()
1824 ps_dec->ps_parse_cur_slice->u4_first_mb_in_slice = in ih264d_parse_decode_slice()
1826 ps_dec->ps_parse_cur_slice->slice_type = in ih264d_parse_decode_slice()
1851 ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc = ( void *)pu1_buf; in ih264d_parse_decode_slice()
1856 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.c1542 memcpy((void *)ps_dec->ps_parse_cur_slice->ppv_map_ref_idx_to_poc, in ih264d_parse_bslice()
1573 ps_dec->ps_parse_cur_slice->u2_log2Y_crwd = in ih264d_parse_bslice()
Dih264d_structs.h1286 volatile dec_slice_struct_t * volatile ps_parse_cur_slice; member
Dih264d_utils.c1955 ps_dec->ps_parse_cur_slice = &(ps_dec->ps_dec_slice_buf[0]); in ih264d_allocate_dynamic_bufs()