OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:factor_c
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp
222
int a_16, b, c,
factor_c
;
local
353
factor_c
= a_16 + c * (tmp++ - 7);
354
factor_c
-= 7 * b;
356
value =
factor_c
>> 5;
357
factor_c
+= b;
360
value =
factor_c
>> 5;
361
factor_c
+= b;
364
value =
factor_c
>> 5;
365
factor_c
+= b;
368
value =
factor_c
>> 5
1378
int a_16, b, c,
factor_c
, topleft;
local
[
all
...]
Completed in 98 milliseconds