Home
last modified time | relevance | path

Searched refs:shift_y (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c709 const MODE_INFO *mi, const int shift_y, in build_masks() argument
731 int index = shift_y; in build_masks()
750 *above_y |= above_prediction_mask[block_size] << shift_y; in build_masks()
752 *left_y |= left_prediction_mask[block_size] << shift_y; in build_masks()
765 above_64x64_txform_mask[tx_size_y]) << shift_y; in build_masks()
770 left_64x64_txform_mask[tx_size_y]) << shift_y; in build_masks()
779 *int_4x4_y |= size_mask[block_size] << shift_y; in build_masks()
789 const MODE_INFO *mi, const int shift_y, in build_y_mask() argument
805 int index = shift_y; in build_y_mask()
812 *above_y |= above_prediction_mask[block_size] << shift_y; in build_y_mask()
[all …]
/external/autotest/client/deps/glbench/src/
Dutils.cc227 GLfloat shift_y = size_y * height; in CreateLattice() local
231 *vptr++ = 2 * j * size_y - shift_y; in CreateLattice()
/external/opencv3/modules/java/src/
Dphoto+AlignMTB.java193 …shiftMat_0(long nativeObj, long src_nativeObj, long dst_nativeObj, double shift_x, double shift_y); in shiftMat_0() argument
Dphoto.cpp2395 …v, jclass , jlong self, jlong src_nativeObj, jlong dst_nativeObj, jdouble shift_x, jdouble shift_y) in Java_org_opencv_photo_AlignMTB_shiftMat_10() argument
2403 Point shift((int)shift_x, (int)shift_y); in Java_org_opencv_photo_AlignMTB_shiftMat_10()