Home
last modified time | relevance | path

Searched refs:GET_MB_WIDTH (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/api/
Dencode_options_test.cpp420 while (GET_MB_WIDTH (sParam2.iPicWidth) == GET_MB_WIDTH (sParam1.iPicWidth)) { in TEST_F()
428 while (GET_MB_WIDTH (sParam3.iPicHeight) == GET_MB_WIDTH (sParam1.iPicHeight)) { in TEST_F()
532 while (GET_MB_WIDTH (sParam2.iPicWidth) == GET_MB_WIDTH (sParam1.iPicWidth)) { in TEST_F()
539 while (GET_MB_WIDTH (sParam3.iPicHeight) == GET_MB_WIDTH (sParam1.iPicHeight)) { in TEST_F()
709 vWidthTable.push_back (GET_MB_WIDTH (sParam1.iPicWidth)); in TEST_F()
717 …vWidthTableIt = std::find (vWidthTable.begin(), vWidthTable.end(), GET_MB_WIDTH (sParam2.iPicWidth… in TEST_F()
719 vWidthTable.push_back (GET_MB_WIDTH (sParam2.iPicWidth)); in TEST_F()
830 while (GET_MB_WIDTH (sParam2.iPicWidth) == GET_MB_WIDTH (sParam1.iPicWidth)) { in TEST_F()
889 while (GET_MB_WIDTH (sParam2.iPicWidth) == GET_MB_WIDTH (sParam1.iPicWidth)) { in TEST_F()
896 while (GET_MB_WIDTH (sParam3.iPicWidth) == GET_MB_WIDTH (sParam1.iPicWidth) || in TEST_F()
[all …]
Dencode_decode_api_test.h42 #define GET_MB_WIDTH(x) (((x) + 15)/16) macro