OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundingType
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
68
int
roundingType
;
vop.cpp
901
currVop->
roundingType
= (int) BitstreamRead1Bits(stream);
905
currVop->
roundingType
= 0;
[
all
...]
mb_motion_comp.cpp
166
round1 = (int)(1 - video->currVop->
roundingType
);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
59
Int
roundingType
;
198
Int
RoundingType
;
vop.cpp
386
status = BitstreamPut1Bits(stream, currVop->
roundingType
); /* vop_rounding_type */
mp4enc_api.cpp
299
encParams->
RoundingType
= 0;
367
encParams->
RoundingType
= 0;
386
encParams->
RoundingType
= 0;
[
all
...]
motion_comp.cpp
116
round1 = (Int)(1 - video->currVop->
roundingType
);
[
all
...]
Completed in 359 milliseconds