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

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h93 int complexity_estMethod; /* VOL complexity estimation method */ member in struct:tagVol
H A Dvop.cpp540 currVol->complexity_estMethod = BitstreamReadBits16(stream, 2);
542 if (currVol->complexity_estMethod < 2)
574 if (currVol->complexity_estMethod == 1)
906 if (currVol->complexity_estMethod < 2) /* OCT 2002 */

Completed in 57 milliseconds