Home
last modified time | relevance | path

Searched refs:aom_img_alloc_with_border (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/aom/
Dexports_com15 text aom_img_alloc_with_border
Daom_image.h294 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt,
/external/libaom/libaom/examples/
Dlightfield_tile_list_decoder.c165 if (!aom_img_alloc_with_border(&reference_images[j], ref_fmt, in main()
Dlightfield_decoder.c226 if (!aom_img_alloc_with_border(&reference_images[j], ref_fmt, in main()
Daom_cx_set_ref.c267 if (!aom_img_alloc_with_border(&ext_ref, ref_fmt, info.frame_width, in main()
Dlightfield_encoder.c298 if (!aom_img_alloc_with_border(&reference_images[i], ref_fmt, cfg->g_w, in pass1()
/external/libaom/libaom/aom/src/
Daom_image.c192 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border() function