OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xh
(Results
1 - 3
of
3
) sorted by null
/external/opencore/codecs_v2/video/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
...]
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
...]
/external/opencore/codecs_v2/video/avc_h264/enc/src/
findhalfpel.cpp
69
int
xh
[9] = {0, 0, 2, 2, 2, 0, -2, -2, -2};
local
96
mvcost = MV_COST_S(lambda_motion, mot->x +
xh
[h], mot->y + yh[h], cmvx, cmvy);
108
mot->x +=
xh
[hmin];
Completed in 808 milliseconds