Lines Matching refs:Int

25     Int Qp;
26 Int Rp;
35 Int alpha; /* weight for I frame */
36 Int Rs; /*bit rate for the sequence (or segment) e.g., 24000 bits/sec */
37 Int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */
38 Int Rp; /*bits to be removed from the buffer per picture. */
40 Int Rps; /*bit to be removed from buffer per src frame */
45 Int Qc; /*quantization level used for the current frame. */
46 Int Nr; /*number of P frames remaining for encoding.*/
47 Int Rr; /*number of bits remaining for encoding this sequence (or segment).*/
48 Int Rr_Old;/* 12/24/00 */
49 Int T; /*target bit to be used for the current frame.*/
50 Int S; /*number of bits used for encoding the previous frame.*/
51 Int Hc; /*header and motion vector bits used in the current frame. It includes all the information except to the residual information.*/
52 Int Hp; /*header and motion vector bits used in the previous frame. It includes all the information except to the residual information.*/
53 Int Ql; /*quantization level used in the previous frame */
54 Int Bs; /*buffer size e.g., R/2 */
55 Int B; /*current buffer level e.g., R/4 - start from the middle of the buffer */
62 Int timeIncRes; /* vol->timeIncrementResolution */
66 Int frameNumber; /* ranging from 0 to 20 nodes*/
67 Int w;
68 Int Nr_Original;
69 Int Nr_Old, Nr_Old2;
70 Int skip_next_frame;
71 Int Qdep; /* smooth Q adjustment */
72 Int fine_frame_skip;
73 Int VBR_Enabled;
74 Int no_frame_skip;
75 Int no_pre_skip;
77 Int totalFrameNumber; /* total coded frames, for debugging!!*/
82 Int TMN_W;
83 Int TMN_TH;
84 Int VBV_fullness;
85 Int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
86 Int encoded_frames; /* counter for all encoded frames */
88 Int bitrate;
89 Int low_bound; /* bound for underflow detection, usually low_bound=-Bs/2, but could be changed in H.263 mode */
90 Int VBV_fullness_offset; /* offset of VBV_fullness, usually is zero, but can be changed in H.263 mode*/