Home
last modified time | relevance | path

Searched refs:vpx_img_alloc (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_com12 text vpx_img_alloc
Dvpx_image.h143 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt,
/external/libvpx/libvpx/test/
Dyuv_video_source.h81 img_ = vpx_img_alloc(NULL, format, width, height, 1); in SetSize()
Dvideo_source.h193 img_ = vpx_img_alloc(NULL, format_, width_, height_, 32); in ReallocImage()
Ddecode_api_test.cc106 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL); in TestVp9Controls()
/external/libvpx/libvpx/vp9/
Dsimple_encode.cc136 vpx_img_alloc(&img, impl_ptr_->img_fmt, frame_width_, frame_height_, 1); in ComputeFirstPassStats()
212 vpx_img_alloc(&impl_ptr_->tmp_img, impl_ptr_->img_fmt, frame_width_, in StartEncode()
/external/libvpx/libvpx/examples/
Dvp9_lossless_encoder.c91 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvp8cx_set_ref.c135 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dsimple_encoder.c194 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvp9_spatial_svc_encoder.c774 vpx_img_alloc(&enc_img, enc_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()
779 vpx_img_alloc(&dec_img, dec_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()
964 if (!vpx_img_alloc(&raw, in main()
971 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) { in main()
Dset_maps.c187 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dtwopass_encoder.c223 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)) in main()
Dvp9cx_set_ref.c230 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvpx_temporal_svc_encoder.c686 if (!vpx_img_alloc( in main()
696 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
Dvp8_multi_resolution_encoder.c470 if (!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32)) in main()
/external/libvpx/libvpx/
Dvpxenc.c1316 vpx_img_alloc(NULL, VPX_IMG_FMT_I42016, cfg->g_w, cfg->g_h, 16); in encode_frame()
1349 vpx_img_alloc(NULL, VPX_IMG_FMT_I420, cfg->g_w, cfg->g_h, 16); in encode_frame()
1520 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode()
1522 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode()
1542 vpx_img_alloc(&enc_img, enc_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()
1547 vpx_img_alloc(&dec_img, dec_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()
1772 vpx_img_alloc(&raw, input.fmt, input.width, input.height, 32); in main()
1843 vpx_img_alloc(&raw_shift, raw.fmt | VPX_IMG_FMT_HIGHBITDEPTH, in main()
Dvpxdec.c932 vpx_img_alloc(NULL, img->fmt, render_width, render_height, 16); in main_loop()
968 vpx_img_alloc(NULL, shifted_fmt, img->d_w, img->d_h, 16); in main_loop()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc29 return ::vpx_img_alloc(img, fmt, d_w, d_h, align); in img_alloc()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c135 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, in vpx_img_alloc() function
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc476 VpxImageUniquePtr image(vpx_img_alloc(nullptr, VPX_IMG_FMT_I420, frame.width, in CloneAsVpxImage()