/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_8_neon.asm | 17 ; Currently vpx only works on iterations 8 at a time. The vp8 loop filter
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 82 ; Reset all of the VP8 Writer data for each partition that 121 ; vp8 specific skip_eob_node
|
/external/webrtc/talk/app/webrtc/java/jni/ |
androidmediaencoder_jni.cc | 348 // QP is obtained from VP8-bitstream for HW, so the QP corresponds to the 353 // TODO(pbos): Investigate whether high-QP thresholds make sense for VP8. 354 // This effectively disables high QP as VP8 QP can't go above this [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
variance_test.cc | 23 # include "vp8/common/variance.h" 286 // VP8 test cases. 288 namespace vp8 { namespace in namespace:__anon31400 354 } // namespace vp8
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 19 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter 82 ; Currently vp9 only works on iterations 8 at a time. The vp8 loop filter
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoengine2_unittest.cc | 50 static const cricket::VideoCodec kVp8Codec720p(100, "VP8", 1280, 720, 30, 0); 51 static const cricket::VideoCodec kVp8Codec360p(100, "VP8", 640, 360, 30, 0); 52 static const cricket::VideoCodec kVp8Codec270p(100, "VP8", 480, 270, 30, 0); 54 static const cricket::VideoCodec kVp8Codec(100, "VP8", 640, 400, 30, 0); 170 cricket::VideoCodec vp8(104, "VP8", 320, 200, 30, 0); 171 EXPECT_TRUE(engine_.FindCodec(vp8)); 173 cricket::VideoCodec vp8_ci(104, "vp8", 320, 200, 30, 0); 174 EXPECT_TRUE(engine_.FindCodec(vp8)); 176 cricket::VideoCodec vp8_diff_fr_diff_pref(104, "VP8", 320, 200, 50, 50) [all...] |