Lines Matching refs:MS_S32
98 MS_S32 byte_pos; //!< current position in bitstream;
99 MS_S32 bits_to_go; //!< current bitcounter
102 MS_S32 zerocount;
111 MS_S32 type; //!< type of syntax element for data part.
112 MS_S32 value1; //!< numerical value of syntax element
113 MS_S32 value2; //!< for blocked symbols, e.g. run/level
114 MS_S32 len; //!< length of code
115 MS_S32 inf; //!< info part of UVLC code
117 MS_S32 context; //!< CABAC context
125 void (*mapping)(MS_S32 value1, MS_S32 value2, MS_S32* len_ptr, MS_S32* info_ptr);
130 MS_S32 RBSPtoEBSP(MS_U8 *streamBuffer, MS_S32 begin_bytepos, MS_S32 end_bytepos, MS_S32 min_num_byt…
132 MS_S32 u_1 (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);
133 MS_S32 se_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);
134 MS_S32 ue_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);
135 MS_S32 u_v (MS_S32 n, MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream);
137 MS_S32 symbol2uvlc(SyntaxElement *se);
138 void ue_linfo(MS_S32 n, MS_S32 dummy, MS_S32 *len, MS_S32 *info);
139 void se_linfo(MS_S32 mvd, MS_S32 dummy, MS_S32 *len, MS_S32 *info);