Lines Matching full:bits
54 /* Stuffing threshold equal to error bits per second in the drain bits
58 /* For error due to bits per frame calculation */
129 /* Initialize the bits per frame error bits calculation */
172 * I frame = 1 * bits per frame
173 * P Frame = 4 * bits per frame.
174 * The threshold for I frame is only 1 * bits per frame as the threshold
175 * should only account for error in estimated bits.
176 * In P frame it should account for difference bets bits consumed by
186 * the encoder consumes zero bits it should have enough bits to drain
208 * @brief Condition check for constraining the number of bits allocated based on
220 /* Max tgt bits = Upper threshold - current encoder buffer fullness */
223 /* Max tgt bits cannot be negative */
228 * Min tgt bits , least number of bits in the Encoder after
233 /* Min tgt bits cannot be negative */
237 /* Current tgt bits should be between max and min tgt bits */
252 /* Max tgt bits = Upper threshold - current encoder buffer fullness */
256 /* Max tgt bits cannot be negative */
288 /* Add the tot consumed bits to the Encoder Buffer*/
300 * Subtract the constant drain bits and error bits due to fixed point
342 * @brief Based on the bits consumed the buffer model is updated
358 /* Update the Encoder buffer with the total consumed bits*/
362 * Subtract the drain bits and error bits due to fixed point
380 * @brief If the buffer underflows then return the number of bits to prevent
400 * Stuffing bits got from the following equation
401 * Stuffing_threshold = ebf + tcb - drain bits - error bits + stuff_bits
463 /* Initialize the bits per frame error bits calculation */
497 * I frame = 1 * bits per frame
498 * P Frame = 4 * bits per frame.
499 * The threshold for I frame is only 1 * bits per frame as the threshold should
500 * only account for error in estimated bits.
501 * In P frame it should account for difference bets bits consumed by I(Scene change)
511 * Even if the encoder consumes zero bits it should have enough bits to
537 /* Initialize the bits per frame error bits calculation */
581 * I frame = 1 * bits per frame
582 * P Frame = 4 * bits per frame.
583 * The threshold for I frame is only 1 * bits per frame as the threshold
584 * should only account for error in estimated bits.
585 * In P frame it should account for difference bets bits consumed by
595 * Even if the encoder consumes zero bits it should have enough bits to
630 * I frame = 1 * bits per frame
631 * P Frame = 4 * bits per frame.
632 * The threshold for I frame is only 1 * bits per frame as the threshold
633 * should only account for error in estimated bits.
634 * In P frame it should account for difference bets bits consumed by I