HomeSort by relevance Sort by last modified time
    Searched refs:_halfHeight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.h 68 int _halfHeight;
test.cc 81 _halfHeight = (_height + 1) / 2;;
83 _sizeUv = _halfWidth * _halfHeight;
normal_test.cc 115 _halfHeight = (_height + 1) / 2;
117 _sizeUv = _halfWidth * _halfHeight;

Completed in 187 milliseconds