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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c1447 struct vpx_ref_frame ref_enc, ref_dec; local
1454 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1);
1455 dec_img = ref_dec.img;
1458 ref_dec.frame_type = VP8_LAST_FRAME;
1460 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec);

Completed in 296 milliseconds