Lines Matching refs:aom_image_t
55 static int aom_img_size_bytes(aom_image_t *img) { in aom_img_size_bytes()
67 static int get_frame_stats(aom_codec_ctx_t *ctx, const aom_image_t *img, in get_frame_stats()
92 static int encode_frame(aom_codec_ctx_t *ctx, const aom_image_t *img, in encode_frame()
118 static void get_raw_image(aom_image_t **frame_to_encode, aom_image_t *raw, in get_raw_image()
119 aom_image_t *raw_shift) { in get_raw_image()
130 static aom_fixed_buf_t pass0(aom_image_t *raw, FILE *infile, in pass0()
134 aom_image_t *raw_shift) { in pass0()
141 aom_image_t *frame_to_encode; in pass0()
233 static void pass1(aom_image_t *raw, FILE *infile, const char *outfile_name, in pass1()
236 aom_image_t *raw_shift) { in pass1()
248 aom_image_t *frame_to_encode; in pass1()
249 aom_image_t reference_images[MAX_EXTERNAL_REFERENCES]; in pass1()
420 aom_image_t raw; in main()
421 aom_image_t raw_shift; in main()