Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_ssse3_x86_64.asm53 lea r3q, [ r3q+ncoeffq*2]
72 mova [r3q+ncoeffq*2+ 0], m8
73 mova [r3q+ncoeffq*2+16], m13
126 mova [r3q+ncoeffq*2+ 0], m14
127 mova [r3q+ncoeffq*2+16], m13
157 mova [r3q+ncoeffq*2+ 0], m5
158 mova [r3q+ncoeffq*2+16], m5
195 mov word [r3q], 0
Dvp9_dct_mmx.asm52 lea r3q, [inputq + strideq*4]
55 movq m2, [r3q] ;c1
56 movq m3, [r3q + strideq*2] ;d1
/external/opencv3/modules/calib3d/src/
Dp3p.cpp213 double r3 = r2*r, pr2 = p*r2, r3q = r3 * q; in solve_for_lengths() local
230 … (r3q*(2*(b-a2) + a_4 + ab*(r2 - 2) - 2) + pr2*(1 + a2 + 2*(ab-a-b) + r2*(b - b2) + b2))) * x2 + in solve_for_lengths()
234 … 2*r3q*(a_2 - b - a2 + ab - 1) + pr2*(q2 - a_4 + 2*(a2 - b2) + r2*b + q2*(a2 - a_2) + 2) + in solve_for_lengths()