Home
last modified time | relevance | path

Searched refs:aom_img_alloc (Results 1 – 22 of 22) sorted by relevance

/external/libaom/libaom/examples/
Daom_cx_set_ref.c88 aom_img_alloc(&enc_hbd_img, enc_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in testing_decode()
95 aom_img_alloc(&dec_hbd_img, dec_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in testing_decode()
261 if (!aom_img_alloc(&raw, raw_fmt, info.frame_width, info.frame_height, 32)) { in main()
318 aom_img_alloc(&raw_shift, raw_fmt | AOM_IMG_FMT_HIGHBITDEPTH, in main()
Dscalable_encoder.c174 if (!aom_img_alloc(&raw0, AOM_IMG_FMT_I420, info.frame_width, in main()
178 if (!aom_img_alloc(&raw1, AOM_IMG_FMT_I420, info.frame_width, in main()
Dnoise_model.c183 aom_img_alloc(&renoised, raw->fmt, raw->w, raw->h, 1); in print_variance_y()
308 if (!aom_img_alloc(&raw, args.img_fmt, info.frame_width, info.frame_height, in main()
312 if (!aom_img_alloc(&denoised, args.img_fmt, info.frame_width, in main()
Dscalable_decoder.c160 aom_img_alloc(NULL, AOM_IMG_FMT_I420, img->d_w, img->d_h, 16); in main()
Dlossless_encoder.c92 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
Dsimple_encoder.c197 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
Dset_maps.c154 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
Dlightfield_encoder.c457 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, w, h, 32)) { in main()
462 aom_img_alloc(&raw_shift, AOM_IMG_FMT_I420 | AOM_IMG_FMT_HIGHBITDEPTH, w, h, in main()
Dtwopass_encoder.c217 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, w, h, 1)) in main()
Dlightfield_decoder.c280 if (!aom_img_alloc(&output, out_fmt, output_frame_width, in main()
/external/libaom/libaom/aom/
Dexports_com13 text aom_img_alloc
Daom_image.h220 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt,
/external/libaom/libaom/test/
Dyuv_video_source.h81 img_ = aom_img_alloc(NULL, format, width, height, 1); in SetSize()
Dtest_vector_test.cc76 aom_img_alloc(NULL, shifted_fmt, img.d_w, img.d_h, 16); in DecompressedFrameHook()
Dvideo_source.h195 img_ = aom_img_alloc(NULL, format_, width_, height_, 32); in ReallocImage()
Dav1_ext_tile_test.cc55 aom_img_alloc(&tile_img_, AOM_IMG_FMT_I420, kImgWidth, kImgHeight, 32); in AV1ExtTileTest()
Dexternal_frame_buffer_test.cc252 aom_img_alloc(NULL, shifted_fmt, img.d_w, img.d_h, 16); in DecompressedFrameHook()
/external/libaom/libaom/aom/src/
Daom_image.c149 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc() function
/external/libaom/libaom/apps/
Daomenc.c1858 aom_img_alloc(NULL, AOM_IMG_FMT_I42016, cfg->g_w, cfg->g_h, 16); in encode_frame()
1892 aom_img_alloc(NULL, AOM_IMG_FMT_I420, cfg->g_w, cfg->g_h, 16); in encode_frame()
2059 aom_img_alloc(&enc_hbd_img, enc_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in test_decode()
2066 aom_img_alloc(&dec_hbd_img, dec_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in test_decode()
2396 aom_img_alloc(&raw, input.fmt, input.width, input.height, 32); in main()
2465 aom_img_alloc(&raw_shift, raw.fmt | AOM_IMG_FMT_HIGHBITDEPTH, in main()
Daomdec.c831 aom_img_alloc(NULL, img->fmt, render_width, render_height, 16); in main_loop()
/external/libaom/libaom/common/
Dtools_common.c459 img_shifted = aom_img_alloc(NULL, shifted_fmt, img->d_w, img->d_h, 16); in aom_shift_img()
/external/libaom/libaom/av1/
Dav1_dx_iface.c724 grain_img_buf = aom_img_alloc(NULL, img->fmt, w_even, h_even, 16); in add_grain_if_needed()