Home | History | Annotate | Download | only in src

Lines Matching refs:ftype

63 ftype                RN 0
143 MOVNE ftype,#0
192 ;// Load Ftype( Escape Mode) value based on the two successive bits in the bitstream
196 MOVEQ ftype,#1
200 MOVEQ ftype,#3
201 MOVNE ftype,#2
211 CMP ftype,#3 ;// If ftype >=3 get perform Fixed Length Decoding (Escape Mode 3)
239 CMP ftype,#1
242 ;// ftype==1; Escape mode =1
253 ;// ftype =2; Escape mode =2
257 CMP ftype,#2