Home
last modified time | relevance | path

Searched defs: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()
789 const MODE_INFO *mi, const int shift_y, in build_y_mask()
1003 const int shift_y = shift_32_y[idx_32]; in vp9_setup_mask() local
1029 const int shift_y = shift_32_y[idx_32] + shift_16_y[idx_16]; in vp9_setup_mask() local
1058 const int shift_y = shift_32_y[idx_32] + in vp9_setup_mask() local
1064 const int shift_y = shift_32_y[idx_32] + in vp9_setup_mask() local
1659 const int shift_y = col_in_sb + (row_in_sb << 3); in vp9_build_mask() local
/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()
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()
/external/autotest/client/deps/glbench/src/
Dutils.cc227 GLfloat shift_y = size_y * height; in CreateLattice() local