Searched refs:mb_pending (Results 1 – 1 of 1) sorted by relevance
853 uint32_t mb_pending = ctx->mb_in_buffer; in psb__MPEG2MC_process_mbs_interPB() local855 uint32_t mb_last = mb_addr + mb_pending; in psb__MPEG2MC_process_mbs_interPB()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()894 ASSERT(mb_pending); in psb__MPEG2MC_process_mbs_interPB()906 mb_pending--; 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()1051 uint32_t mb_pending = ctx->mb_in_buffer; in psb__MPEG2MC_process_mbs_intra() local1053 uint32_t mb_last = mb_addr + mb_pending; in psb__MPEG2MC_process_mbs_intra()[all …]