Searched refs:aom_img_alloc_with_border (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/aom/ |
D | exports_com | 15 text aom_img_alloc_with_border
|
D | aom_image.h | 294 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt,
|
/external/libaom/libaom/examples/ |
D | lightfield_tile_list_decoder.c | 165 if (!aom_img_alloc_with_border(&reference_images[j], ref_fmt, in main()
|
D | lightfield_decoder.c | 226 if (!aom_img_alloc_with_border(&reference_images[j], ref_fmt, in main()
|
D | aom_cx_set_ref.c | 267 if (!aom_img_alloc_with_border(&ext_ref, ref_fmt, info.frame_width, in main()
|
D | lightfield_encoder.c | 298 if (!aom_img_alloc_with_border(&reference_images[i], ref_fmt, cfg->g_w, in pass1()
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 192 aom_image_t *aom_img_alloc_with_border(aom_image_t *img, aom_img_fmt_t fmt, in aom_img_alloc_with_border() function
|