Home
last modified time | relevance | path

Searched refs:u1_redundant_pic_cnt (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c1080 UWORD8 u1_field_pic_flag, u1_redundant_pic_cnt = 0, u1_slice_type; in ih264d_parse_decode_slice() local
1281 u1_redundant_pic_cnt = u4_temp; in ih264d_parse_decode_slice()
1282 COPYTHECONTEXT("SH: redundant_pic_cnt", u1_redundant_pic_cnt); in ih264d_parse_decode_slice()
1366 ps_cur_slice->u1_redundant_pic_cnt = u1_redundant_pic_cnt; in ih264d_parse_decode_slice()
1537 ps_cur_slice->u1_redundant_pic_cnt = u1_redundant_pic_cnt; in ih264d_parse_decode_slice()
Dih264d_structs.h513 UWORD8 u1_redundant_pic_cnt; member
/external/libavc/common/
Dih264_structs.h1329 UWORD8 u1_redundant_pic_cnt; member
/external/libavc/encoder/
Dih264e_encode_header.c902 … PUT_BITS_UEV(ps_bitstrm, ps_slice_hdr->u1_redundant_pic_cnt, return_status, "redundant_pic_cnt"); in ih264e_generate_slice_header()