Searched defs:complexity (Results 26 - 32 of 32) sorted by relevance

12

/external/webrtc/src/
H A Dcommon_types.h491 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecH264
507 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecVP8
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c534 // For in frame complexity AQ copy the segment id from the segment map.
761 unsigned char complexity = cpi->complexity_map[mi_offset]; local
764 if (!is_edge && (complexity > 128))
765 x->rdmult += ((x->rdmult * (complexity - 128)) / 256);
2121 // compute a complexity measure, basically measure inconsistency of motion
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h573 VideoCodecComplexity complexity; member in struct:webrtc::VideoCodecVP8
585 complexity == other.complexity &&
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c845 // For in frame complexity AQ copy the segment id from the segment map.
1046 unsigned char complexity = cpi->complexity_map[mi_offset]; local
1049 if (!is_edge && (complexity > 128))
1050 x->rdmult += ((x->rdmult * (complexity - 128)) / 256);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc3712 static std::string ToString(webrtc::VideoCodecComplexity complexity) { argument
3713 switch (complexity) {
3764 << ", complexity = "
3765 << ToString(vie_codec.codecSpecific.VP8.complexity)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 171 milliseconds

12