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 - 1
of
1
) sorted by null
/external/libvpx/vp8/encoder/
encodemv.c
265
unsigned int
is_short_ct
[2], sign_ct[2];
local
277
vp8_zero(
is_short_ct
)
288
is_short_ct
[0] += c; // Short vector
308
is_short_ct
[0] += c; // Short vector
314
is_short_ct
[1] += c; // Long vector
345
is_short_ct
[0] += c; // Short vector
351
is_short_ct
[1] += c; // Long vector
363
calc_prob(Pnew + mvpis_short,
is_short_ct
);
392
update(w,
is_short_ct
, Pcur + mvpis_short, Pnew[mvpis_short], *Pupdate++, updated);
Completed in 201 milliseconds