Searched defs:expected_temporal_idx (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | default_temporal_layers_unittest.cc | 148 const int expected_temporal_idx[kPatternSize] = {0, 1, 0, 1}; variable 201 int expected_temporal_idx[16] = {0, 2, 1, 2, 0, 2, 1, 2, variable 248 int expected_temporal_idx[8] = {0, 2, 1, 2, 0, 2, 1, 2}; in TEST_F() local 384 int expected_temporal_idx[16] = {0, 3, 2, 3, 1, 3, 2, 3, variable 650 int expected_temporal_idx[8] = {0, 2, 1, 2, 0, 2, 1, 2}; in TEST_F() local
|
/external/webrtc/modules/video_coding/utility/ |
D | simulcast_test_fixture_impl.cc | 400 const int* expected_temporal_idx, in VerifyTemporalIdxAndSyncForAllSpatialLayers() 695 int expected_temporal_idx[3] = {-1, -1, -1}; in TestSpatioTemporalLayers333PatternEncoder() local 765 int expected_temporal_idx[3] = {-1, -1, -1}; in TestSpatioTemporalLayers321PatternEncoder() local
|