Home
last modified time | relevance | path

Searched refs:complexity_estMethod (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4lib_int.h93 int complexity_estMethod; /* VOL complexity estimation method */ member
Dvop.cpp550 currVol->complexity_estMethod = BitstreamReadBits16(stream, 2); in DecodeVOLHeader()
552 if (currVol->complexity_estMethod < 2) in DecodeVOLHeader()
584 if (currVol->complexity_estMethod == 1) in DecodeVOLHeader()
916 if (currVol->complexity_estMethod < 2) /* OCT 2002 */ in DecodeVOPHeader()