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_com14 text aom_img_alloc_with_border
Daom_image.h268 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.c164 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_decoder.c224 if (!aom_img_alloc_with_border(&reference_images[j], ref_fmt, in main()
Dlightfield_encoder.c283 if (!aom_img_alloc_with_border(&reference_images[i], ref_fmt, cfg->g_w, in pass1()
/external/libaom/libaom/aom/src/
Daom_image.c163 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border() function