HomeSort by relevance Sort by last modified time
    Searched refs:complexity_estMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 93 int complexity_estMethod; /* VOL complexity estimation method */
vop.cpp 540 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 */
    [all...]

Completed in 60 milliseconds