Home
last modified time | relevance | path

Searched refs:left_border (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/test/
Dpredict_test.cc114 const int left_border = (b_stride - b_width) / 2; in CheckBorder() local
115 const int right_border = left_border + ((b_stride - b_width) % 2); in CheckBorder()
117 EXPECT_GE(b - left_border, a) << "'b' does not start within 'a'"; in CheckBorder()
121 for (int pixel = 0; pixel < b - a - left_border; ++pixel) { in CheckBorder()
127 for (int width = left_border; width > 0; --width) { in CheckBorder()
129 << "Mismatch at row " << height << " column " << left_border - width in CheckBorder()
/external/replicaisland/src/com/replica/replicaisland/
DKeyboardConfigDialogPreference.java113 mLeftBorder = view.findViewById(R.id.left_border); in onBindDialogView()
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c137 static const uint64_t left_border = 0x1111111111111111ULL; variable
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()