Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_subpel_variance_impl_sse2.asm304 %define tempq x_offsetq
308 mov tempq, g_pw_8m
309 %define filter_rnd [tempq]
531 %define tempq x_offsetq
535 mov tempq, g_pw_8m
536 %define filter_rnd [tempq]
653 %define tempq y_offsetq
657 mov tempq, g_pw_8m
658 %define filter_rnd [tempq]
752 %define tempq y_offsetq
[all …]
Dsubpel_variance_sse2.asm362 %define tempq x_offsetq
366 mov tempq, g_pw_8m
367 %define filter_rnd [tempq]
808 %define tempq y_offsetq
812 mov tempq, g_pw_8m
813 %define filter_rnd [tempq]
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp1079 CvCBQuad *tempq; in icvOrderQuad() local
1081 tempq = quad->neighbors[3]; in icvOrderQuad()
1088 quad->neighbors[0] = tempq; in icvOrderQuad()
/external/opencv/cv/src/
Dcvcalibinit.cpp1001 CvCBQuad *tempq; in icvOrderQuad() local
1003 tempq = quad->neighbors[3]; in icvOrderQuad()
1010 quad->neighbors[0] = tempq; in icvOrderQuad()