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

1 2

  /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 237 // Int (*SAD_MB_HalfPel)(UChar *ref,UChar *blk,Int dmin_lx,Int xh,Int yh,void *extra_info);
239 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/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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
9s12x-exg-sex-tfr.s 15 ; exg xh,a
50 ; exg a,xh
86 ; tfr xh,a
121 ; tfr a,xh
  /toolchain/binutils/binutils-2.25/include/
longlong.h 243 # define umul_ppmm(xh, xl, a, b) \
259 : "=&r" ((USItype) (xh)), \
267 # define umul_ppmm(xh, xl, a, b) \
272 (xh) = (USItype)(__t0 >> 32); \
404 #define smul_ppmm(xh, xl, m0, m1) \
412 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
426 #define smul_ppmm(xh, xl, m0, m1) \
434 (xh) = __r0; (xl) = __r1; \
658 #define umul_ppmm(xh, xl, a, b) \
685 : "=g" ((USItype) (xh)), \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
subpel_variance_sse2.asm 81 %else ; 4xh
119 cglobal sub_pixel_avg_variance%1xh, 9, 10, 13, src, src_stride, \
125 cglobal sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, x_offset, \
133 cglobal sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
155 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \
176 cglobal sub_pixel_avg_variance%1xh, 7 + 2 * ARCH_X86_64, \
190 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \
251 %else ; 4xh
274 %else ; 4xh
324 %else ; 4xh
    [all...]
highbd_subpel_variance_impl_sse2.asm 96 cglobal highbd_sub_pixel_avg_variance%1xh, 9, 10, 13, src, src_stride, \
102 cglobal highbd_sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, x_offset, \
110 cglobal highbd_sub_pixel_avg_variance%1xh, 7, 7, 13, src, src_stride, \
132 cglobal highbd_sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
153 cglobal highbd_sub_pixel_avg_variance%1xh, 7 + 2 * ARCH_X86_64, \
167 cglobal highbd_sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, \
intrapred_ssse3.asm 671 pshufhw m0, m0, q0000 ; de, d2ef, ef, e2fg, fg, f2gh, gh, g3h, 8xh
  /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/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 248 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); local
249 float rd = 1.0f - (xh + yf) * 0.5f;
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 255 float xh = ((float)(x - half) + 0.5f) / (float)(referenceFrame.getWidth()-half); local
256 float rd = 1.0f - (xh + yf) * 0.5f;
  /external/icu/icu4c/source/common/
locmap.c 729 ILCID_POSIX_ELEMENT_ARRAY(0x0434, xh, xh_ZA)
903 ILCID_POSIX_MAP(xh), /* xh Xhosa 0x34 */
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
nat.go 430 // x = xh*b + x0 (0 <= x0 < b)
445 // If xh != 0 or yh != 0, add the missing terms to z. For
447 // xh = xi*b^i + ... + x2*b^2 + x1*b (0 <= xi < b)
  /prebuilts/go/linux-x86/src/math/big/
nat.go 430 // x = xh*b + x0 (0 <= x0 < b)
445 // If xh != 0 or yh != 0, add the missing terms to z. For
447 // xh = xi*b^i + ... + x2*b^2 + x1*b (0 <= xi < b)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1512 LLVMValueRef xl, xh, v0l, v0h, v1l, v1h, resl, resh; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
cldrdata.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
cldrdata.jar 
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ia64-vms.c 934 struct elf_link_hash_entry *xh,
941 h = (struct elf64_ia64_link_hash_entry *)xh;
    [all...]
elfnn-ia64.c     [all...]
  /external/webrtc/talk/media/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...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48_jitterT2.rtp     [all...]
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js     [all...]

Completed in 582 milliseconds

1 2