OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coeffMap
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.h
49
u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32
coeffMap
);
h264bsd_macroblock_layer.c
746
pResidual->
coeffMap
[blockIndex] = tmp >> 15;
752
pResidual->
coeffMap
[blockIndex] = tmp >> 16;
789
pResidual->
coeffMap
[blockIndex] = (tmp >> 15);
1096
pMbLayer->residual.
coeffMap
);
[
all
...]
h264bsd_transform.c
83
coeffMap
16 lsb's indicate which coeffs are non-zero,
94
u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32
coeffMap
)
117
if (
coeffMap
& 0xFF9C)
192
if ((
coeffMap
& 0x62) == 0)
h264bsd_macroblock_layer.h
148
u32
coeffMap
[24];
Completed in 36 milliseconds