HomeSort by relevance Sort by last modified time
    Searched refs:xh (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 73 Int xh, yh; local
125 xh = 0;
135 d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info);
140 xhmin[0] = xh;
145 PV_ABS(mot[0].x + xh) + PV_ABS(mot[0].y + yh) < PV_ABS(mot[0].x + xhmin[0]) + PV_ABS(mot[0].y + yhmin[0]))
147 xhmin[0] = xh;
154 xh += next_hp_pos[k][0];
188 Int xh, yh;//, xhmin, yhmin; local
243 xh = -1;
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info)
    [all...]
sad_halfpel.cpp 24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
25 Int SAD_MB_HP_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
26 Int SAD_MB_HP_HTFM(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
27 Int SAD_Blk_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
780 Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *extra_info)
791 if (xh && yh)
794 p2 = ref + xh;
796 p4 = ref + yh * rx + xh;
824 p2 = ref + xh + yh * rx; /* either left/right or top/bottom pixel */
mp4lib_int.h 236 // Int (*SAD_MB_HalfPel)(UChar *ref,UChar *blk,Int dmin_lx,Int xh,Int yh,void *extra_info);
238 Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info);
mp4enc_lib.h 149 Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info);
motion_est.cpp 162 Int xh[5] = {0, 0, 0, 0, 0}; local
347 i << 4, j << 4, xh, yh, hp_guess);
361 best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV);
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
171 [1/zh 0 -xh/(zh*zh)]
178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh)]
183 xh=H[0]*x[0]+H[1]*x[1]+H[2];
188 f[0]=y[0]-xh*mult;
192 xh_mult2=xh*mult2;
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
261 [1/zh 0 -xh/(zh*zh)
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_metrics.h 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
171 [1/zh 0 -xh/(zh*zh)]
178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh)]
183 xh=H[0]*x[0]+H[1]*x[1]+H[2];
188 f[0]=y[0]-xh*mult;
192 xh_mult2=xh*mult2;
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
261 [1/zh 0 -xh/(zh*zh)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_metrics.h 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
171 [1/zh 0 -xh/(zh*zh)]
178 [-x0/zh -x1/zh -1/zh 0 0 0 x0*xh/(zh*zh) x1*xh/(zh*zh) xh/(zh*zh)]
183 xh=H[0]*x[0]+H[1]*x[1]+H[2];
188 f[0]=y[0]-xh*mult;
192 xh_mult2=xh*mult2;
258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local
261 [1/zh 0 -xh/(zh*zh)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 68 int xh[9] = {0, 0, 2, 2, 2, 0, -2, -2, -2}; local
95 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
107 mot->x += xh[hmin];
  /external/v8/benchmarks/
crypto.js 94 var xl = x&0x7fff, xh = x>>15;
98 var m = xh*l+h*xl;
100 c = (l>>>30)+(m>>>15)+xh*h+(c>>>30);
112 var xl = x&0x3fff, xh = x>>14;
116 var m = xh*l+h*xl;
118 c = (l>>28)+(m>>14)+xh*h;
130 var xl = x&0x1fff, xh = x>>13;
134 var m = xh*l+h*xl;
136 c = (l>>26)+(m>>13)+xh*h;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 86 var xl = x&0x7fff, xh = x>>15;
90 var m = xh*l+h*xl;
92 c = (l>>>30)+(m>>>15)+xh*h+(c>>>30);
104 var xl = x&0x3fff, xh = x>>14;
108 var m = xh*l+h*xl;
110 c = (l>>28)+(m>>14)+xh*h;
122 var xl = x&0x1fff, xh = x>>13;
126 var m = xh*l+h*xl;
128 c = (l>>26)+(m>>13)+xh*h;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 86 var xl = x&0x7fff, xh = x>>15;
90 var m = xh*l+h*xl;
92 c = (l>>>30)+(m>>>15)+xh*h+(c>>>30);
104 var xl = x&0x3fff, xh = x>>14;
108 var m = xh*l+h*xl;
110 c = (l>>28)+(m>>14)+xh*h;
122 var xl = x&0x1fff, xh = x>>13;
126 var m = xh*l+h*xl;
128 c = (l>>26)+(m>>13)+xh*h;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 86 var xl = x&0x7fff, xh = x>>15;
90 var m = xh*l+h*xl;
92 c = (l>>>30)+(m>>>15)+xh*h+(c>>>30);
104 var xl = x&0x3fff, xh = x>>14;
108 var m = xh*l+h*xl;
110 c = (l>>28)+(m>>14)+xh*h;
122 var xl = x&0x1fff, xh = x>>13;
126 var m = xh*l+h*xl;
128 c = (l>>26)+(m>>13)+xh*h;
    [all...]
  /external/icu4c/common/
locmap.c 668 ILCID_POSIX_ELEMENT_ARRAY(0x0434, xh, xh_ZA)
839 ILCID_POSIX_MAP(xh), /* xh Xhosa 0x34 */
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump 6 ??pjjn|{twon?????hn????}????kg}???ot?pfw????~???t???plv???????o`f???]^???i\i??utm???fZg????|?vpo??????{??????????????????mhs???}q{???u_^kv?q\Z]s?tiZ\dejjicy??????????W?9J?4????pj???????????qr???nfiu??yno|nka]Y[^m~n???nolci???b_bp?????????|lojm?????????????~?????{pz?}y??rox{vhip}q|v???lkz????????ot????o{toixph_bl???ofk???xdk????{?????ro??k?9K?4?J??pjctt{~y?zs?im?vf[]`^kmy??????????????kdek??fdaoonym|??~yviv????v?????????????????kt????}f`ho???mge\[_ckhidr?????zo????rk???????xsu????u?~q????xot|qlgx~zmlnlgl~???~?9L?4???pj?oz???~p???pjs?ohgj????rjl????mu{???????mkpzi^]ghc\Y[ep??????????????????{{ok??????vejhhyxb\bn??no???ynfu??wn????n????????????l????ngem}jh]hilfkfhijgtjghoobY????9M?4????pjY`l???zii{????????????????????vht????mek?og|??z?p??????lj}???|st????ttlxspe^\j??h_g???g^^q??ppt???????????y??????????????????hhu????yimv????n_h???o_`ekon??iZX`????9N?4?*??pjt?ujhm???gp????x?????????}?snps?????{????|cdgmp???????????{???s????odhhnodbasjlbem{o???ynv??}m^^[dg`i~???z?????????????????s?????uce????~?????sef_emooxjwykho?s????9O?4???pjhcjk???????????????????|}uwr??sku??{????sel?xh]]_kkd\\c_fns{?yn???qu????pmm~?xp??????|??????????|soq?{?????|o]^dofon^\l???fct??mm??zsw?????????????????????skk????9P?4?j??pj????x???t????mfo?w^[htljdioq??zuz{qpius{???????z???w???????}mo}?????jmr?xobjllno??}wohx??tpo???wbdn?????|yy???yz???{mx??|a_r??ud^empun{??x???????}xlo???tp?|??????9Q?4?
    [all...]

Completed in 271 milliseconds