Searched refs:mb_skip_run (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp38 video->mb_skip_run = 0;
135 if (video->mb_skip_run > 0)
140 ue_v(stream, video->mb_skip_run);
141 video->mb_skip_run = 0;
326 /* 4.1 if there's nothing in there, video->mb_skip_run++ */
373 video->mb_skip_run++;
419 ue_v(stream, video->mb_skip_run);
420 video->mb_skip_run = 0;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h767 int mb_skip_run; /* ue(v) */ member in struct:tagCommonObj

Completed in 28 milliseconds