Searched refs:usePrevQP (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddatapart_decode.cpp156 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...]
H A Dconceal.cpp45 video->usePrevQP = 0;
58 if (video->usePrevQP)
73 video->usePrevQP = 1;
H A Dmp4lib_int.h221 int usePrevQP; /* running QP decision switch */ member in struct:tagVideoDecData
H A Dcombined_decode.cpp123 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/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp93 video->usePrevQP = 0;
123 video->usePrevQP = 0;
260 video->usePrevQP = 0;
333 video->usePrevQP = 0;
H A Dcombined_encode.cpp105 video->usePrevQP = 0;
152 video->usePrevQP = 0;
316 video->usePrevQP = 0;
419 video->usePrevQP = 0;
H A Dmp4lib_int.h379 Int usePrevQP; /* flag for intraDCVlcThreshold switch decision */ member in struct:tagVideoEncData
H A Dvlc_encode.cpp997 if (video->usePrevQP)
1047 video->usePrevQP = 1;
1273 if (video->usePrevQP)
1320 video->usePrevQP = 1;

Completed in 1058 milliseconds