HomeSort by relevance Sort by last modified time
    Searched refs:usePrevQP (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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...]
conceal.cpp 45 video->usePrevQP = 0;
58 if (video->usePrevQP)
73 video->usePrevQP = 1;
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/av/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 379 Int usePrevQP; /* flag for intraDCVlcThreshold switch decision */
vlc_encode.cpp 997 if (video->usePrevQP)
1047 video->usePrevQP = 1;
    [all...]

Completed in 91 milliseconds