Searched defs:ref_enc (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
1862 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1);
1863 enc_img = ref_enc.img;
1867 ref_enc.frame_type = VP8_LAST_FRAME;
1869 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc);
1872 struct vp9_ref_frame ref_enc, ref_dec; local
1874 ref_enc.idx = 0;
1876 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref_enc);
1877 enc_img = ref_enc.img;
1886 img_cast_16_to_8(&enc_img, &ref_enc
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c1447 struct vpx_ref_frame ref_enc, ref_dec; local
1452 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1);
1453 enc_img = ref_enc.img;
1457 ref_enc.frame_type = VP8_LAST_FRAME;
1459 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc);

Completed in 215 milliseconds