Searched defs:cbr_buffer_t (Results 1 – 2 of 2) sorted by relevance
62 typedef struct cbr_buffer_t struct64 WORD32 i4_buffer_size; /* Buffer size = Delay * Bitrate*/66 i4_drain_bits_per_frame[MAX_NUM_DRAIN_RATES]; /* Constant drain rate */67 WORD32 i4_ebf; /* Encoder Buffer Fullness */69 …r buffer fulness that accounts precise bit consumption (not truncated to max buffer size at skip)*/70 LWORD64 i8_credit_level;71 WORD32 i4_upr_thr[MAX_PIC_TYPE]; /* Upper threshold of the Buffer */72 WORD32 i4_low_thr[MAX_PIC_TYPE]; /* Lower threshold of the Buffer */97 } cbr_buffer_t; argument
37 typedef struct cbr_buffer_t struct40 WORD32 i4_buffer_size;43 WORD32 i4_drain_bits_per_frame[MAX_NUM_DRAIN_RATES];46 WORD32 i4_ebf;49 WORD32 i4_upr_thr[MAX_PIC_TYPE];75 } cbr_buffer_t; argument