Home
last modified time | relevance | path

Searched refs:i1_bottom_field_flag (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/svc/
Disvce_encode_header.c475 PUT_BITS(ps_bitstrm, ps_slice_hdr->i1_bottom_field_flag, 1, return_status, in isvce_generate_slice_header()
1109 ps_slice_hdr->i1_bottom_field_flag = 0; in isvce_populate_slice_header()
1516 PUT_BITS(ps_bitstrm, ps_slice_hdr->i1_bottom_field_flag, 1, return_status, in isvce_generate_slice_header_svc()
/external/libavc/encoder/
Dih264e_encode_header.c875 … PUT_BITS(ps_bitstrm, ps_slice_hdr->i1_bottom_field_flag, 1, return_status, "bottom_field_flag"); in ih264e_generate_slice_header()
1436 ps_slice_hdr->i1_bottom_field_flag = 0; in ih264e_populate_slice_header()
/external/libavc/common/
Dih264_structs.h1299 WORD8 i1_bottom_field_flag; member