HomeSort by relevance Sort by last modified time
    Searched refs:u1_chroma_loc_info_present_flag (Results 1 - 9 of 9) sorted by null

  /external/libavc/encoder/
ih264e.h 547 UWORD8 u1_chroma_loc_info_present_flag; member in struct:__anon22431
ih264e_encode_header.c 226 PUT_BITS(ps_bitstrm, ps_vui->u1_chroma_loc_info_present_flag, 1,
229 if(ps_vui->u1_chroma_loc_info_present_flag)
    [all...]
ih264e_api.c     [all...]
  /external/libhevc/decoder/
ihevcd_cxa.h 714 UWORD8 u1_chroma_loc_info_present_flag; member in struct:__anon23508
ihevcd_api.c     [all...]
ihevcd_parse_headers.c 788 BITS_PARSE("chroma_loc_info_present_flag", ps_vui->u1_chroma_loc_info_present_flag, ps_bitstrm, 1);
791 if(ps_vui->u1_chroma_loc_info_present_flag)
    [all...]
  /external/libavc/common/
ih264_structs.h 704 UWORD8 u1_chroma_loc_info_present_flag; member in struct:__anon22244
    [all...]
  /external/libhevc/common/
ihevc_structs.h 756 UWORD8 u1_chroma_loc_info_present_flag; member in struct:__anon23407
    [all...]
  /external/libavc/test/encoder/
main.c     [all...]

Completed in 158 milliseconds