Searched refs:ff_copy_pce_data (Results 1 – 4 of 4) sorted by relevance
146 static inline int ff_copy_pce_data(PutBitContext *pb, GetBitContext *gb) in ff_copy_pce_data() function
94 pce_size = ff_copy_pce_data(&pb, &gb) / 8; in aac_adtstoasc_filter()
91 adts->pce_size = (ff_copy_pce_data(&pb, &gb) + 3) / 8; in adts_decode_extradata()
146 ff_copy_pce_data(bs, &gb); in latm_write_frame_header()