Home
last modified time | relevance | path

Searched refs:skip_count (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c849 uint32_t skip_count = 0; in psb__MPEG2MC_process_mbs_interPB() local
861 while (mb_pending || skip_count) { in psb__MPEG2MC_process_mbs_interPB()
878 while ((mb_pending || skip_count) && mb_in_buffer--) { in psb__MPEG2MC_process_mbs_interPB()
884 if (skip_count) { /* Skipped macroblock processing */ in psb__MPEG2MC_process_mbs_interPB()
892 skip_count--; in psb__MPEG2MC_process_mbs_interPB()
900 skip_count = MBPARAM_MBskipsFollowing(mb_param); in psb__MPEG2MC_process_mbs_interPB()
901 if (skip_count) { in psb__MPEG2MC_process_mbs_interPB()
915 …psb__MPEG2MC_send_slice_picture_endcommand(ctx, (mb_pending == 0) && (skip_count == 0) && (ctx->si… in psb__MPEG2MC_process_mbs_interPB()
922 …ctx->obj_context->flags = (mb_pending == 0) && (skip_count == 0) && (ctx->size_mb == mb_last) ? FW… in psb__MPEG2MC_process_mbs_interPB()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h7611 UnitTest* unit_test, int skip_count);