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

  /external/libvpx/libvpx/test/
encode_perf_test.cc 26 struct EncodePerfTestVideo {
27 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_,
38 const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = {
39 EncodePerfTestVideo("desktop_640_360_30.yuv", 640, 360, 200, 2484),
40 EncodePerfTestVideo("kirland_640_480_30.yuv", 640, 480, 200, 300),
41 EncodePerfTestVideo("macmarcomoving_640_480_30.yuv", 640, 480, 200, 987),
42 EncodePerfTestVideo("macmarcostationary_640_480_30.yuv", 640, 480, 200, 718),
43 EncodePerfTestVideo("niklas_640_480_30.yuv", 640, 480, 200, 471),
44 EncodePerfTestVideo("tacomanarrows_640_480_30.yuv", 640, 480, 200, 300),
45 EncodePerfTestVideo("tacomasmallcameramovement_640_480_30.yuv", 640, 480, 200
    [all...]
vp9_encoder_parms_get_to_decoder.cc 23 struct EncodePerfTestVideo {
31 const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = {
58 EncodePerfTestVideo> {
132 EncodePerfTestVideo test_video_;
decode_perf_test.cc 189 struct EncodePerfTestVideo {
190 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_,
201 const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = {
202 EncodePerfTestVideo("niklas_1280_720_30.yuv", 1280, 720, 600, 470),

Completed in 195 milliseconds