Searched refs:test_dpb (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
D | h264_levels.c | 109 } test_dpb[] = { variable 207 for (i = 0; i < FF_ARRAY_ELEMS(test_dpb); i++) { in main() 208 level = ff_h264_guess_level(0, 0, 0, test_dpb[i].width, in main() 209 test_dpb[i].height, in main() 210 test_dpb[i].dpb_size); in main() 211 CHECK(test_dpb[i].level_idc, "size %dx%d dpb %d", in main() 212 test_dpb[i].width, test_dpb[i].height, in main() 213 test_dpb[i].dpb_size); in main()
|
D | h265_levels.c | 72 } test_dpb[] = { variable 267 for (i = 0; i < FF_ARRAY_ELEMS(test_dpb); i++) { in main() 269 test_dpb[i].width, in main() 270 test_dpb[i].height, in main() 271 0, 0, 0, test_dpb[i].dpb_size); in main() 272 CHECK(test_dpb[i].level_idc, "size %dx%d dpb %d", in main() 273 test_dpb[i].width, test_dpb[i].height, in main() 274 test_dpb[i].dpb_size); in main()
|