Searched refs:fxy (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | mod_ster.hpp | 110 pj_complex<T> p, fxy, fpxy, dp; in inv() local 116 fxy = pj_zpolyd1(p, this->m_proj_parm.zcoeff, this->m_proj_parm.n, &fpxy); in inv() 117 fxy.r -= xy_x; in inv() 118 fxy.i -= xy_y; in inv() 120 dp.r = -(fxy.r * fpxy.r + fxy.i * fpxy.i) / den; in inv() 121 dp.i = -(fxy.i * fpxy.r - fxy.r * fpxy.i) / den; in inv()
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | object-computed.js | 61 function fxy() { function 66 [fxy()] () { 70 static [fxy()]() {
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 130 int fxy= (fx&mask) + ((fy&mask)<<(qpel+1)); in cmp_direct_inline() local 135 c->qpel_put[1][fxy](dst, ref[0] + (fx>>2) + (fy>>2)*stride, stride); in cmp_direct_inline() 138 c->hpel_put[1][fxy](dst, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 8); in cmp_direct_inline() 147 int fxy= (fx&mask) + ((fy&mask)<<(qpel+1)); in cmp_direct_inline() local 151 …c->qpel_put[1][fxy](c->temp , ref[0] + (fx>>2) + (fy>>2)*stride , stri… in cmp_direct_inline() 152 …c->qpel_put[1][fxy](c->temp + 8 , ref[0] + (fx>>2) + (fy>>2)*stride + 8 , stri… in cmp_direct_inline() 153 …c->qpel_put[1][fxy](c->temp + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride + 8*stride, stri… in cmp_direct_inline() 154 …c->qpel_put[1][fxy](c->temp + 8 + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride + 8 + 8*stride, stri… in cmp_direct_inline() 169 c->hpel_put[0][fxy](c->temp, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 16); in cmp_direct_inline()
|