Searched refs:last_show_frame (Results 1 – 8 of 8) sorted by relevance
171 dst_cm->last_show_frame = !src_cm->show_existing_frame in vp9_frameworker_copy_context()173 : src_cm->last_show_frame; in vp9_frameworker_copy_context()
378 cm->last_show_frame = cm->show_frame; in vp9_receive_compressed_data()
2074 cm->last_show_frame && (cm->last_frame_type != KEY_FRAME); in vp9_decode_frame()
39 int last_show_frame; // Index of last output frame. member
312 ctx->last_show_frame = -1; in init_decoder()651 if (ctx->frame_parallel_decode && ctx->last_show_frame >= 0) { in release_last_output_frame()654 decrease_ref_count(ctx->last_show_frame, frame_bufs, pool); in release_last_output_frame()673 ctx->last_show_frame = ctx->frame_cache[ctx->frame_cache_read].fb_idx; in decoder_get_frame()707 ctx->last_show_frame = frame_worker_data->pbi->common.new_fb_idx; in decoder_get_frame()879 if (ctx->last_show_frame >= 0) in ctrl_get_frame_corrupted()880 *corrupted = frame_bufs[ctx->last_show_frame].buf.corrupted; in ctrl_get_frame_corrupted()
161 int last_show_frame; member
4555 if (!cm->show_existing_frame) cm->last_show_frame = cm->show_frame;
4506 cm->height == cm->last_height && !cm->intra_only && cm->last_show_frame; in encode_frame_internal()