OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sub_mb_type
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp
779
uint
sub_mb_type
[4];
local
788
/* assign values to currMB->
sub_mb_type
[] */
791
InterpretSubMBTypeP(currMB,
sub_mb_type
);
796
InterpretSubMBTypeB(currMB,
sub_mb_type
);
801
status = ue_v(stream,
sub_mb_type
[mbPartIdx]);
867
/* input is mblock->
sub_mb_type
[] */
868
void InterpretSubMBTypeP(AVCMacroblock *mblock, uint *
sub_mb_type
)
879
sub_mb_type
[i] = mblock->subMbMode[i] - AVC_8x8;
885
void InterpretSubMBTypeB(AVCMacroblock *mblock, uint *
sub_mb_type
)
900
sub_mb_type
[i] = 0
[
all
...]
avcenc_lib.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
142
Enumeration for sub-macroblock mode, interpreted from
sub_mb_type
.
[
all
...]
Completed in 164 milliseconds