Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 25 of 61) sorted by relevance

123

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dfindhalfpel.cpp73 Int xh, yh; in FindHalfPelMB() local
125 xh = 0; in FindHalfPelMB()
135 … d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info); in FindHalfPelMB()
140 xhmin[0] = xh; in FindHalfPelMB()
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 + yh… in FindHalfPelMB()
147 xhmin[0] = xh; in FindHalfPelMB()
154 xh += next_hp_pos[k][0]; in FindHalfPelMB()
188 Int xh, yh;//, xhmin, yhmin; in FindHalfPelBlk() local
243 xh = -1; in FindHalfPelBlk()
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info); in FindHalfPelBlk()
[all …]
Dsad_halfpel.cpp781 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *e… in SAD_Blk_HalfPel_C() argument
792 if (xh && yh) in SAD_Blk_HalfPel_C()
795 p2 = ref + xh; in SAD_Blk_HalfPel_C()
797 p4 = ref + yh * rx + xh; in SAD_Blk_HalfPel_C()
825 p2 = ref + xh + yh * rx; /* either left/right or top/bottom pixel */ in SAD_Blk_HalfPel_C()
Dmp4lib_int.h240 …Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extr…
Dmotion_est.cpp162 Int xh[5] = {0, 0, 0, 0, 0}; in MotionEstimation() local
347 i << 4, j << 4, xh, yh, hp_guess); in MotionEstimation()
361 … best_cand, mode_mb, i << 4, j << 4, xh, yh, hp_mem4MV); in MotionEstimation()
Dmp4enc_lib.h149 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extr…
/external/icu4c/data/coll/
Dsq.txt26 "&[before 1]Y<xh<<<Xh<<<XH"
/external/bluetooth/glib/po/
DLINGUAS86 xh
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dfindhalfpel.cpp69 int xh[9] = {0, 0, 2, 2, 2, 0, -2, -2, -2}; in AVCFindHalfPelMB() local
96 mvcost = MV_COST_S(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy); in AVCFindHalfPelMB()
108 mot->x += xh[hmin]; in AVCFindHalfPelMB()
/external/webkit/V8Binding/v8/benchmarks/
Dcrypto.js94 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;
/external/webkit/SunSpider/tests/
Dv8-crypto.js86 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;
/external/icu4c/data/locales/
Dkok.txt162 xh{"झ़ौसा"}
Dmr.txt162 xh{"क्स्होसा"}
Dka.txt246 xh{"ქსოზა"}
Dta.txt322 xh{"ஹோஷா"}
Dam.txt276 xh{"ዞሳኛ"}
Dkm.txt297 xh{"ភាសាឃសា"}
Dbn.txt358 xh{"জোসা"}
Dhi.txt399 xh{"षोसा"}
Dbe.txt450 xh{"хоса"}
Deo.txt374 xh{"ksosa"}
Dca.txt400 xh{"xosa"}
Dhe.txt1088 xh{"קוהסה"}
/external/icu4c/common/
Dlocmap.c539 ILCID_POSIX_ELEMENT_ARRAY(0x0434, xh, xh_ZA)
706 ILCID_POSIX_MAP(xh), /* xh Xhosa 0x34 */
/external/tesseract/liblept/
Dccbord.c612 l_int32 allzero, i, x, xh, w, nh; in pixGetCCBorders() local
674 xh = x; in pixGetCCBorders()
682 for (x = xh + boxt->x; x < w; x++) { /* look for (fg) border pixel */ in pixGetCCBorders()
/external/icu4c/test/testdata/
DDataDrivenCollationTest.txt76 … Cases { "cz<ç<d<dz<dh<e<ez<ë<f<gz<gj<h<lz<ll<m<nz<nj<o<rz<rr<s<sz<sh<t<tz<th<u<xz<xh<y<zz<zh" }

123