OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cost8
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp
175
int cost16,
cost8
;
local
236
cost8
= 0;
242
numcoeff = dct_luma(encvid, blkidx, cur, org4, &
cost8
);
265
if ((currMB->CBP&(1 << b8)) && (
cost8
<= _LUMA_COEFF_COST_))
267
cost8
= 0; // reset it
278
cost16 +=
cost8
;
Completed in 124 milliseconds