Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dexports_com12 text vpx_img_alloc
Dvpx_image.h161 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
/external/libvpx/libvpx/test/
Dyuv_video_source.h90 img_ = vpx_img_alloc(NULL, format, width, height, 1); in SetSize()
Dvideo_source.h203 img_ = vpx_img_alloc(NULL, format_, width_, height_, 32); in ReallocImage()
Ddecode_api_test.cc115 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL); in TestVp9Controls()
/external/libvpx/libvpx/examples/
Dvp9_lossless_encoder.c96 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvp8cx_set_ref.c140 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dsimple_encoder.c202 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dset_maps.c197 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dtwopass_encoder.c231 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)) in main()
Dvpx_temporal_svc_encoder.c558 if (!vpx_img_alloc(&raw, in main()
565 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
Dvp9_spatial_svc_encoder.c635 if (!vpx_img_alloc(&raw, enc_cfg.g_input_bit_depth == 8 ? in main()
641 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) { in main()
Dvp8_multi_resolution_encoder.c515 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.c1604 stream->img = vpx_img_alloc(NULL, VPX_IMG_FMT_I42016, in encode_frame()
1641 stream->img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, in encode_frame()
1827 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode()
1829 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode()
1849 vpx_img_alloc(&enc_img, enc_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()
1854 vpx_img_alloc(&dec_img, dec_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()
2090 vpx_img_alloc(&raw, input.fmt, input.width, input.height, 32); in main()
2166 vpx_img_alloc(&raw_shift, raw.fmt | VPX_IMG_FMT_HIGHBITDEPTH, in main()
Dvpxdec.c970 scaled_img = vpx_img_alloc(NULL, img->fmt, render_width, in main_loop()
1004 img_shifted = vpx_img_alloc(NULL, shifted_fmt, in main_loop()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c183 vpx_image_t *vpx_img_alloc(vpx_image_t *img, in vpx_img_alloc() function
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc581 vpx_img_alloc(&raw_images_[i], VPX_IMG_FMT_I420, in InitEncode()