OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usePrevQP
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp
40
video->
usePrevQP
= 0;
53
if (video->
usePrevQP
)
68
video->
usePrevQP
= 1;
datapart_decode.cpp
156
video->
usePrevQP
= 0; /* 04/27/01 */
176
video->
usePrevQP
= 1; /* set it after the first coded MB 04/27/01 */
257
video->
usePrevQP
= 0;
277
video->
usePrevQP
= 1; /* 04/27/01 should be set after decoding first MB */
322
video->
usePrevQP
= 0; /* 04/27/01 */
447
video->
usePrevQP
= 1; /* 04/27/01 */
451
video->
usePrevQP
= 0; /* 04/27/01 */
474
video->
usePrevQP
= 1; /* 04/27/01 */
546
if (video->
usePrevQP
)
669
if (video->
usePrevQP
)
[
all
...]
mp4lib_int.h
221
int
usePrevQP
; /* running QP decision switch */
combined_decode.cpp
123
video->
usePrevQP
= 0; /* 04/27/01 */
579
if (video->
usePrevQP
)
835
video->
usePrevQP
= 1; /* should be set after decoding the first Coded 04/27/01 */
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp
93
video->
usePrevQP
= 0;
123
video->
usePrevQP
= 0;
260
video->
usePrevQP
= 0;
333
video->
usePrevQP
= 0;
combined_encode.cpp
105
video->
usePrevQP
= 0;
152
video->
usePrevQP
= 0;
316
video->
usePrevQP
= 0;
419
video->
usePrevQP
= 0;
mp4lib_int.h
378
Int
usePrevQP
; /* flag for intraDCVlcThreshold switch decision */
vlc_encode.cpp
997
if (video->
usePrevQP
)
1047
video->
usePrevQP
= 1;
[
all
...]
Completed in 21 milliseconds