Home
last modified time | relevance | path

Searched refs:u1_pic_order_present_flag (Results 1 – 11 of 11) sorted by relevance

/external/libavc/encoder/svc/
Disvce_encode_header.c329 PUT_BITS(ps_bitstrm, ps_pps->u1_pic_order_present_flag, 1, return_status, in isvce_generate_pps()
492 if(ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in isvce_generate_slice_header()
506 if(ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in isvce_generate_slice_header()
996 ps_pps->u1_pic_order_present_flag = 0; in isvce_populate_pps()
1533 if(ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in isvce_generate_slice_header_svc()
1547 if(ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in isvce_generate_slice_header_svc()
/external/libavc/encoder/
Dih264e_encode_header.c648 …PUT_BITS(ps_bitstrm, ps_pps->u1_pic_order_present_flag, 1, return_status, "Pic order present flag"… in ih264e_generate_pps()
895 if(ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in ih264e_generate_slice_header()
907 if (ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in ih264e_generate_slice_header()
1337 ps_pps->u1_pic_order_present_flag = 0; in ih264e_populate_pps()
/external/libavc/decoder/svc/
Disvcd_nal.c1048 if(SVCD_TRUE == ps_pps->u1_pic_order_present_flag) in isvcd_parse_part_slice_hdr()
1057 if(SVCD_TRUE == ps_pps->u1_pic_order_present_flag) in isvcd_parse_part_slice_hdr()
Disvcd_parse_slice.c898 if((ps_pps->u1_pic_order_present_flag == 1) && (!u1_field_pic_flag)) in isvcd_parse_decode_slice_ext_nal()
914 if(ps_pps->u1_pic_order_present_flag && !u1_field_pic_flag) in isvcd_parse_decode_slice_ext_nal()
2149 if((ps_pps->u1_pic_order_present_flag == 1) && (!u1_field_pic_flag)) in isvcd_parse_decode_slice()
2164 if(ps_pps->u1_pic_order_present_flag && !u1_field_pic_flag) in isvcd_parse_decode_slice()
Disvcd_parse_headers.c1682 ps_pps->u1_pic_order_present_flag = ih264d_get_bit_h264(ps_bitstrm); in isvcd_parse_pps()
1683 COPYTHECONTEXT("PPS: pic_order_present_flag", ps_pps->u1_pic_order_present_flag); in isvcd_parse_pps()
Disvcd_api.c3334 if(SVCD_TRUE == ps_pps->u1_pic_order_present_flag) in isvcd_parse_slice_hdr_refdq_id()
3347 if(ps_pps->u1_pic_order_present_flag) in isvcd_parse_slice_hdr_refdq_id()
/external/libavc/decoder/
Dih264d_parse_headers.c337 ps_pps->u1_pic_order_present_flag = ih264d_get_bit_h264(ps_bitstrm); in ih264d_parse_pps()
338 COPYTHECONTEXT("PPS: pic_order_present_flag",ps_pps->u1_pic_order_present_flag); in ih264d_parse_pps()
Dih264d_parse_slice.c1243 if((ps_pps->u1_pic_order_present_flag == 1) && (!u1_field_pic_flag)) in ih264d_parse_decode_slice()
1263 if(ps_pps->u1_pic_order_present_flag && !u1_field_pic_flag) in ih264d_parse_decode_slice()
Dih264d_structs.h398 UWORD8 u1_pic_order_present_flag; /** Pic order present u4_flag */ member
/external/libavc/common/
Dih264_structs.h1077 UWORD8 u1_pic_order_present_flag; member
/external/libavc/decoder/mvc/
Dimvcd_slice_functions.c2088 if(ps_pps->u1_pic_order_present_flag) in imvcd_parse_decode_slice()
2109 if(ps_pps->u1_pic_order_present_flag) in imvcd_parse_decode_slice()