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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c1857 struct vpx_ref_frame ref_enc, ref_dec; local
1864 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1);
1865 dec_img = ref_dec.img;
1868 ref_dec.frame_type = VP8_LAST_FRAME;
1870 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec);
1872 struct vp9_ref_frame ref_enc, ref_dec; local
1875 ref_dec.idx = 0;
1878 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref_dec);
1879 dec_img = ref_dec.img;
1891 img_cast_16_to_8(&dec_img, &ref_dec
[all...]
/external/libvpx/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 192 milliseconds