OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 1363 milliseconds