Searched defs:uleft (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/calib3d/test/opencl/
H A Dtest_stereobm.cpp57 UMat uleft, uright, udisp; local
70 left.copyTo(uleft);
87 OCL_ON(bm->compute(uleft, uright, udisp));
/external/libvpx/libvpx/vp8/common/
H A Dreconintra.c82 unsigned char * uleft,
97 uleft_col[i] = uleft[i * left_stride];
79 vp8_build_intra_predictors_mbuv_s(MACROBLOCKD *x, unsigned char * uabove_row, unsigned char * vabove_row, unsigned char * uleft, unsigned char * vleft, int left_stride, unsigned char * upred_ptr, unsigned char * vpred_ptr, int pred_stride) argument
/external/v8/src/ppc/
H A Dsimulator-ppc.cc1151 uint32_t uleft = static_cast<uint32_t>(left); local
1153 uint32_t urest = 0xffffffffU - uleft;
1162 uint32_t uleft = static_cast<uint32_t>(left); local
1165 return (uright > uleft);
/external/v8/src/s390/
H A Dsimulator-s390.cc1896 uint32_t uleft = static_cast<uint32_t>(left); local
1898 uint32_t urest = 0xffffffffU - uleft;
1906 uint32_t uleft = static_cast<uint32_t>(left); local
1909 return (uright > uleft);

Completed in 116 milliseconds