OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_short_ct
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
encodemv.c
236
unsigned int
is_short_ct
[2], sign_ct[2];
local
248
vp8_zero(
is_short_ct
)
259
is_short_ct
[0] += c; /* Short vector */
279
is_short_ct
[0] += c; /* Short vector */
285
is_short_ct
[1] += c; /* Long vector */
297
calc_prob(Pnew + mvpis_short,
is_short_ct
);
326
update(w,
is_short_ct
, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c
236
unsigned int
is_short_ct
[2], sign_ct[2];
local
248
vp8_zero(
is_short_ct
)
259
is_short_ct
[0] += c; /* Short vector */
279
is_short_ct
[0] += c; /* Short vector */
285
is_short_ct
[1] += c; /* Long vector */
297
calc_prob(Pnew + mvpis_short,
is_short_ct
);
326
update(w,
is_short_ct
, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
Completed in 2500 milliseconds