Searched refs:PictureNestingRecording (Results 1 – 1 of 1) sorted by relevance
109 class PictureNestingRecording : public PictureNesting { class111 PictureNestingRecording(int maxLevel, int maxPictureLevel) in PictureNestingRecording() function in PictureNestingRecording166 DEF_BENCH( return new PictureNestingRecording(8, 0); )167 DEF_BENCH( return new PictureNestingRecording(8, 1); )168 DEF_BENCH( return new PictureNestingRecording(8, 2); )169 DEF_BENCH( return new PictureNestingRecording(8, 3); )170 DEF_BENCH( return new PictureNestingRecording(8, 4); )171 DEF_BENCH( return new PictureNestingRecording(8, 5); )172 DEF_BENCH( return new PictureNestingRecording(8, 6); )173 DEF_BENCH( return new PictureNestingRecording(8, 7); )[all …]