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

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
set_roi.cc 101 // Check the breakout thresholds
103 unsigned int breakout = local
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";
  /external/libvpx/libvpx/test/
set_roi.cc 101 // Check the breakout thresholds
103 unsigned int breakout = local
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
set_roi.cc 101 // Check the breakout thresholds
103 unsigned int breakout = local
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";

Completed in 76 milliseconds