Searched refs:EncodePerfTestVideo (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/test/ |
D | encode_perf_test.cc | 26 struct EncodePerfTestVideo { struct 27 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, in EncodePerfTestVideo() argument 41 const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = { 42 EncodePerfTestVideo("desktop_640_360_30.yuv", 640, 360, 200, 2484), 43 EncodePerfTestVideo("kirland_640_480_30.yuv", 640, 480, 200, 300), 44 EncodePerfTestVideo("macmarcomoving_640_480_30.yuv", 640, 480, 200, 987), 45 EncodePerfTestVideo("macmarcostationary_640_480_30.yuv", 640, 480, 200, 718), 46 EncodePerfTestVideo("niklas_640_480_30.yuv", 640, 480, 200, 471), 47 EncodePerfTestVideo("tacomanarrows_640_480_30.yuv", 640, 480, 200, 300), 48 EncodePerfTestVideo("tacomasmallcameramovement_640_480_30.yuv", [all …]
|
D | vp9_encoder_parms_get_to_decoder.cc | 23 struct EncodePerfTestVideo { struct 31 const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = { 58 EncodePerfTestVideo> { 133 EncodePerfTestVideo test_video_;
|
D | decode_perf_test.cc | 196 struct EncodePerfTestVideo { struct 197 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, in EncodePerfTestVideo() argument 211 const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = { 212 EncodePerfTestVideo("niklas_1280_720_30.yuv", 1280, 720, 600, 470),
|