Home
last modified time | relevance | path

Searched refs:img_ptr (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/examples/
Dlightfield_decoder.c97 aom_image_t **img_ptr, int output_format) { in decode_tile() argument
117 *img_ptr = img; in decode_tile()
/external/libaom/libaom/common/
Dtools_common.c440 void aom_shift_img(unsigned int output_bit_depth, aom_image_t **img_ptr, in aom_shift_img() argument
442 aom_image_t *img = *img_ptr; in aom_shift_img()
470 *img_ptr = img_shifted; in aom_shift_img()
Dtools_common.h170 void aom_shift_img(unsigned int output_bit_depth, aom_image_t **img_ptr,
/external/u-boot/board/freescale/common/
Dfsl_validate.c831 static int secboot_init(struct fsl_secboot_img_priv **img_ptr) in secboot_init() argument
833 *img_ptr = malloc(sizeof(struct fsl_secboot_img_priv)); in secboot_init()
835 struct fsl_secboot_img_priv *img = *img_ptr; in secboot_init()