OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncoefblck
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp
56
Int
ncoefblck
[6] = {64, 64, 64, 64, 64, 64}; /* for FastCodeMB, 5/18/2001 */
local
159
status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP,
ncoefblck
);
165
(*MBVlcEncode)(video,
ncoefblck
, (void*)BlockCodeCoeff);
288
Int
ncoefblck
[6] = {64, 64, 64, 64, 64, 64}; /* for FastCodeMB, 5/18/2001 */
local
427
status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP,
ncoefblck
);
449
(*MBVlcEncode)(video,
ncoefblck
, (void*)BlockCodeCoeff);
datapart_encode.cpp
56
Int
ncoefblck
[6] = {64, 64, 64, 64, 64, 64}; /* for FastCodeMB, 5/18/2001 */
local
130
status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP,
ncoefblck
);
136
MBVlcEncode(video,
ncoefblck
, (void*)BlockCodeCoeff);
236
Int
ncoefblck
[6] = {64, 64, 64, 64, 64, 64}; /* for FastCodeMB, 5/18/2001 */
local
341
status = (*CodeMB)(video, &fastDCTfunction, (offset << 5) + QP,
ncoefblck
);
367
MBVlcEncode(video,
ncoefblck
, (void*)BlockCodeCoeff);
Completed in 146 milliseconds