OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
544
currVol->
complexity_estMethod
= BitstreamReadBits16(stream, 2);
546
if (currVol->
complexity_estMethod
< 2)
578
if (currVol->
complexity_estMethod
== 1)
910
if (currVol->
complexity_estMethod
< 2) /* OCT 2002 */
[
all
...]
Completed in 3871 milliseconds