/external/libaom/libaom/examples/ |
D | aom_cx_set_ref.c | 88 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()
|
D | scalable_encoder.c | 174 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()
|
D | noise_model.c | 183 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()
|
D | scalable_decoder.c | 160 aom_img_alloc(NULL, AOM_IMG_FMT_I420, img->d_w, img->d_h, 16); in main()
|
D | lossless_encoder.c | 92 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
|
D | simple_encoder.c | 197 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
|
D | set_maps.c | 154 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, info.frame_width, in main()
|
D | lightfield_encoder.c | 457 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()
|
D | twopass_encoder.c | 217 if (!aom_img_alloc(&raw, AOM_IMG_FMT_I420, w, h, 1)) in main()
|
D | lightfield_decoder.c | 280 if (!aom_img_alloc(&output, out_fmt, output_frame_width, in main()
|
/external/libaom/libaom/aom/ |
D | exports_com | 13 text aom_img_alloc
|
D | aom_image.h | 220 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt,
|
/external/libaom/libaom/test/ |
D | yuv_video_source.h | 81 img_ = aom_img_alloc(NULL, format, width, height, 1); in SetSize()
|
D | test_vector_test.cc | 76 aom_img_alloc(NULL, shifted_fmt, img.d_w, img.d_h, 16); in DecompressedFrameHook()
|
D | video_source.h | 195 img_ = aom_img_alloc(NULL, format_, width_, height_, 32); in ReallocImage()
|
D | av1_ext_tile_test.cc | 55 aom_img_alloc(&tile_img_, AOM_IMG_FMT_I420, kImgWidth, kImgHeight, 32); in AV1ExtTileTest()
|
D | external_frame_buffer_test.cc | 252 aom_img_alloc(NULL, shifted_fmt, img.d_w, img.d_h, 16); in DecompressedFrameHook()
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 149 aom_image_t *aom_img_alloc(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc() function
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 1858 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()
|
D | aomdec.c | 831 aom_img_alloc(NULL, img->fmt, render_width, render_height, 16); in main_loop()
|
/external/libaom/libaom/common/ |
D | tools_common.c | 459 img_shifted = aom_img_alloc(NULL, shifted_fmt, img->d_w, img->d_h, 16); in aom_shift_img()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 724 grain_img_buf = aom_img_alloc(NULL, img->fmt, w_even, h_even, 16); in add_grain_if_needed()
|