Lines Matching refs:EncodePerfTestVideo
28 struct EncodePerfTestVideo { struct
29 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_, in EncodePerfTestVideo() function
40 const EncodePerfTestVideo kAV1EncodePerfTestVectors[] = {
41 EncodePerfTestVideo("desktop_640_360_30.yuv", 640, 360, 200, 2484),
42 EncodePerfTestVideo("kirland_640_480_30.yuv", 640, 480, 200, 300),
43 EncodePerfTestVideo("macmarcomoving_640_480_30.yuv", 640, 480, 200, 987),
44 EncodePerfTestVideo("macmarcostationary_640_480_30.yuv", 640, 480, 200, 718),
45 EncodePerfTestVideo("niklas_640_480_30.yuv", 640, 480, 200, 471),
46 EncodePerfTestVideo("tacomanarrows_640_480_30.yuv", 640, 480, 200, 300),
47 EncodePerfTestVideo("tacomasmallcameramovement_640_480_30.yuv", 640, 480, 200,
49 EncodePerfTestVideo("thaloundeskmtg_640_480_30.yuv", 640, 480, 200, 300),
50 EncodePerfTestVideo("niklas_1280_720_30.yuv", 1280, 720, 600, 470),
123 for (const EncodePerfTestVideo &test_video : kAV1EncodePerfTestVectors) { in TEST_P()